Term IRI	Term label	Parent term IRI	Parent term label	Alternative term	Definition
http://purl.obolibrary.org/obo/ONTOAVIDA_00000001	configuration file	http://purl.obolibrary.org/obo/STATO_0000002	digital file		A configuration file is a digital file that stores settings that are specific to a particular software.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000002	executable file	http://purl.obolibrary.org/obo/STATO_0000002	digital file		An executable file is a digital file that executes a process.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000003	instruction set file	http://purl.obolibrary.org/obo/STATO_0000002	digital file		An instruction set file is a digital file containing the instruction set that defines the genetic language of a digital organism in Avida (i.e., the instruction codes that a digital organism can hold in its genome). The name of the instruction set may not be the same as the name of the file containing the instruction set (i.e., one file may contain multiple instruction sets).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000008	avida configuration file	http://purl.obolibrary.org/obo/ONTOAVIDA_00000001	configuration file		An avida configuration file is a configuracion file that set up all the basic conditions for performing an experiment in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000009	events configuration file	http://purl.obolibrary.org/obo/ONTOAVIDA_00000001	configuration file		An events configuration file is a configuration file that controls the events that need to occur throughout the course of an experiment in Avida.

This file consists of a list of events that will be triggered either singly or periodically. The format for each line is: 'type' 'timing' 'event' 'arguments'. The type determines what kind of timings the event will be based off of (i.e., immediate [i], based on update [u], or based on generation [g]). The timing should only be included for non-immediate events. If a single number is given for timing, the event occurs at that update/generation. A second number can be included (separated by a colon ':') to indicate how often the event should be repeated. And if a third number is listed (again, colon seperated) this will be the last time the event can occur on. The event is simply the name of the action that should be performed, and the arguments detail exactly how it should work when it is triggered.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000010	environment configuration file	http://purl.obolibrary.org/obo/ONTOAVIDA_00000001	configuration file		An environment configuration file is a configuration file that set up the way a digital organism interacts with its computational environment in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000012	analyze configuration file	http://purl.obolibrary.org/obo/ONTOAVIDA_00000001	configuration file		An analyze configuration file is a configuration file that involves loading the genomes of digital organisms in one or more batches to perform additional tests after an evolutionary experiment in Avida has been completed.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000013	analyze mode	http://purl.obolibrary.org/obo/ONTOAVIDA_00000096	avida experiment		The analyze mode is an execution mode of Avida consisting of performing an experiment where the genome of a single digital organism is executed in a test virtual CPU to compute its properties.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000014	standard mode	http://purl.obolibrary.org/obo/ONTOAVIDA_00000096	avida experiment		The standard mode is an execution mode of Avida consisting of performing an experiment where populations of digital organisms evolve in a open ended computational environment (i.e., standard or transsmt virtual CPU).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000017	host digital organism	http://purl.obolibrary.org/obo/GSSO_009994	digital organism		A host digital organism is a digital organism whose CPU-cycles can be stolen by another digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000018	parasite digital organism	http://purl.obolibrary.org/obo/GSSO_009994	digital organism		A parasite digital organism is a digital organism capable of stealing CPU-cycles from another digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000023	add	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'add' is an instruction code of the heads_default and heads_sex instruction sets that reads in the contents of the BX and CX registers and sums them together. The result of this operation is then placed in the ?BX? register. This instruction code can be modified by one 'nop' instruction code, which specify which register is used to place the result of this operation.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000024	dec	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'dec' is an instruction code of the heads_default and heads_sex instruction sets that reads in the contents of the ?BX? register and decrements it by one. This instruction code is destructive (I.e., it pops the old value off the register), and can be modified by one 'nop' instruction code, which specifies which register is used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000025	Divide-Erase	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Divide-Erase' is an instruction code of the transsmt instruction set that attempts to divide off a finished offspring copy. It uses whatever memory space the write-head is currently pointing to as the offspring's genome. If this instruction code fails, the memory space is cleared and the organism's heads are reset. Note that this instruction code is equivalent to the instruction code 'h-divide' of the heads_default instruction set.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000026	divide-sex	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'divide-sex' is an instruction code of the head_sex instruction set that attempts to divide off a finished offspring copy. But, instead of placing it in the population immediately, its offspring is stored until the offspring of another digital organism is produced, at which time they recombine their genomes and the two recombinant products are placed into the population.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000027	get-head	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'get-head' is an instruction code of the heads_default and heads_sex instruction sets that copy the position of the instruction pointer ?IP? into the CX register. This instruction code can be modified by one 'nop' instruction, which specifies which head its position will be copied.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000028	h-alloc	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'h-allow' is an instruction code of the heads_default and heads_sex instruction sets that allocates additional memory for the digital organism up to the maximum it is allowed to use for its offspring.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000029	h-copy	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'h-copy' is an instruction code of the heads_default and heads_sex instruction sets that reads the contents of the digital organism's memory at the position of the read-head and copy that to the position of the write-head. If a non-zero copy mutation rate is set, a test will be made based on this probability to determine if a mutation occurs. If so, a random instruction code (chosen from the full instruction set with equal probability) will be placed at the write-head instead.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000030	h-divide	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'h-divide' is an instruction code of the heads_default instruction set that attempts to divide off a finished offspring copy. The original digital organism keeps the state of its memory up until the read-head. The offspring's memory is initialized to everything between the read-head and the write-head. All digital organism's memory past the write-head is removed entirely.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000031	h-search	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'h-search' is an instruction code of the heads_default and heads_sex instruction sets that will read in the template that follows it, and find the location of a complement template in the code. The BX register will be set to the distance to the complement from the current position of the instruction pointer, and the CX register will be set to the size of the template. The flow-head will also be placed at the beginning of the complement template. If no template follows, both BX and CX will be set to zero, and the flow-head will be placed on the instruction immediatly following the 'h-search' instruction code.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000032	Head-Move	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Head-Move' is an instruction code of the transsmt instruction set that will cause the instruction pointer ?IP? to jump to the position in memory of the flow-head. This instruction code can be modified by one 'Nop' instruction code, which specify which head to move to the position pointed to by the flow-head. Note that this instruction code is equivalent to the 'mov-head' instruction code of the heads_default instruction set.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000033	Head-Pop	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Head-Pop' is an instruction code of the transsmt instruction set that pops a position of the ?B? stack and moves the instruction pointer ?IP? to that position. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are compared. The first 'Nop' instruction code specifies which head (read-head, write-head, flow-head, or instruction pointer) is used, and the second 'Nop' instruction code specifies from which stack the position is popped.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000034	Head-Push	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Head-Push' is an instruction code of the transsmt instruction set that pushes the position of the instruction pointer ?IP? onto the ?B? stack. Note that this instruction code differs from the instruction code 'Inst-Read' in that it pushes the location of the specified head rather than the value at that position. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are compared. The first 'Nop' instruction code specifies which head (read-head, write-head, flow-head, or instruction pointer) is used, and the second 'Nop' instruction code specifies on which stack the position is pushed.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000035	If-Equal	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'If-Equal' is an instruction code of the transsmt instruction set that compares the value on the top of the ?A? stack to the value on the top of the ?B? stack. If they are equal, the next instruction code (after a modifying 'Nop' instruction code, if one is present) is executed. If they are not equal, that next instruction code is skipped. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are compared.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000036	If-Greater	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'If-Greater' is an instruction code of the transsmt instruction set that compares the value on the top of the ?A? stack to the value on the top of the ?B? stack. If the value of the ?A? stack is greater that the value of the ?B? stack, the next instruction code (after a modifying Nop' instruction code, if one is present) is executed, otherwise it will be skipped. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are compared.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000037	if-label	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'if-label' is an instruction code of the heads_default and heads_sex instruction sets that reads in the template that follows it, and tests if its complement template was the most recent series of instruction codes copied. If so, it executes the next instruction code, otherwise it skips it. This instruction code is commonly used for a digital organism to determine when it has finished producing its offspring.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000038	if-less	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'if-less' is an instruction code of the heads_default and heads_sex instruction sets that compares the ?BX? register to its complement. If ?BX? is the lesser of the pair, the next instruction code (after a modifying 'nop' instruction code, if one is present) is executed. If it is greater or equal, then that next instruction code is skipped. This instruction code can be modified by one 'nop' instruction code, which specifies which register is compared.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000039	If-Less	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'If-Less' is an instruction code of the transsmt instruction set that compares the value on the top of the ?A? stack to the value on the top of the ?B? stack. If the value of the ?A? stack is less that the value of the ?B? stack, the next instruction code (after a modifying 'Nop' instruction code, if one is present) is executed, otherwise it will be skipped. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are compared.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000040	if-n-equ	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'if-n-equ' is an instruction code of the heads_default and heads_sex instruction sets that compares the ?BX? register to its complement. If they are not equal, the next instruction code (after a modifying 'nop' instruction code, if one is present) is executed. If they are equal, that next instruction code is skipped.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000041	If-Not-Equal	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'If-Not-Equal' is an instruction code of the transsmt instruction set that compares the value on the top of the ?A? stack to the value on the top of the ?B? stack. If they are not equal, the next instruction (after a modifying 'Nop' instruction code, if one is present) is executed. If they are equal, that next instruction code is skipped. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are compared.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000042	inc	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'inc' is an instruction code of the heads_default and heads_sex instruction sets that reads in the contents of the ?BX? register and increments it by one. This instruction code is destructive (i.e., it pops the old value off the register). This instruction code can be modified by one 'nop' instruction code, which specifies which register is used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000043	Inject	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Inject' is an instruction code of the transsmt instruction set that acts similarly to the instruction code 'Divide-Erase', but instead of dividing off a "free-living" organism, it attempts to "infect" a host digital organism with its parasite genome contained in the memory space pointed to by the write-head. This instruction code allows a digital organism to become a parasite digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000044	input-output	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'input-output' is an instruction code of the heads_default and heads_sex instruction sets that takes the contents of the ?BX? register (i.e., a 32-bit binary number) and outputs it, checking it for any logic operation that may have been performed on the two 32-bit binary numbers stored in its input buffers. It also places a randomly generated 32-bit binary number from the environment into the ?BX? register. This instruction code can be modified by one 'nop' instruction code, which specifies which register is used. Input-output instruction codes can be executed either only once or many times during the time it takes to produce an offspring. This means that a digital organism can take input numbers from the environment more than once before replicating and can compute the result of more than one logic operation.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000045	Inst-Read	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Inst-Read' is an instruction code of the transsmt instruction set that pushes the instruction code pointed ?IP? to by the read-head onto the ?A? stack and advances the read-head by one position. This instruction code can be modified by one or two 'Nop' instruction codes. The first 'Nop' instruction code specifies which head (read-head, write-head, flow-head, or instruction pointer) is used, and the second 'Nop' instruction code specifies on which stack the instruction pointer is pushed.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000046	Inst-Write	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Inst-Write' is an instruction code of the transsmt instruction set that pops the instruction code on the ?A? stack and writes it into the memory location pointed to by the write-head ?WH?, and and advances the write-head ?WH? by one position. This instruction code can be modified by one or two 'Nop' instruction codes. The first 'Nop' instruction code specifies which head (read-head, write-head, flow-head, or instruction pointer) is used, and the second 'Nop' instruction code specifies from which stack the instruction is read.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000047	IO	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'IO' is an instruction code of the transsmt instruction set that outputs the 32-bit binary number stored at the top of the ?B? stack, checking it for any logic operation that may have been performed on the two 32-bit binary numbers stored in its input buffers. It also places a randomly generated 32-bit binary number from the environment onto the ?B? stack. Input-output instruction codes can be executed either only once or many times during the time it takes to generate an offspring. This means that a digital organism can take input numbers from the environment more than once before replicating and can compute the result of more than one logic operation. This instruction code can be modified by one or two 'Nop' instruction codes. The first 'Nop' instruction code specifies the input stack, and the second 'Nop' instruction code specifies the output stack. If only one 'Nop' instruction code is used, the same stack is used for both the input and output values. Note that the 'input-output' instruction code of the heads_default instruction set can only be modified by one 'nop' instruction code (i.e., the same register is used for both the input and output values).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000048	jump-head	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'jump-head' is an instruction code of the heads_default and heads_sex instruction sets that reads in the value of the CX register, and the move the instruction pointer ?IP? by that fixed amount through the organism's memory. This instruction code can be modified by one 'nop' instruction code, which specifies which head to move.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000049	move-head	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'move-head' is an instruction code of the heads_default and heads_sex instruction sets that will cause the instruction pointer ?IP? to jump to the position in memory of the flow-head. This instruction code can be modified by one 'nop' instruction code, which specifies which head to move to the position pointed to by the flow-head.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000050	nand	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'nand' is an instruction code of the heads_default and heads_sex instruction sets that reads in the contents of the BX and CX registers (each of which are 32-bit binary numbers) and performs a bitwise NAND operation on them. The result of this operation is placed in the ?BX? register. This instruction code can be modified by one 'nop' instruction code, which specifies which register is used to place the result of this operation. Note that this is the only logic operation provided by the instruction set.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000051	nop	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'nop' is an instruction code of the heads_default and heads_sex instruction sets that does nothing or modifies the behavior of the instruction code preceeding it by changing the virtual CPU component that it affects (register or head), or acts as part of a template to denote positions in a digital organism's genome. A register name (AX, BX, or CX) surrounded by question marks refers to that register being used by default when the instruction code in question is being executed, but if the instruction code is followed by a 'nop' instruction code, the 'nop' instruction code will alter the register used. A head abbreviation (IP, RH, WH, or FH) surrounded by question marks refers to that head being used as a default, when the instruction code in question is being executed, but if the instruction code is followed by a 'nop' instruction code, the 'nop' instruction code will alter the head used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000052	nop-A	http://purl.obolibrary.org/obo/ONTOAVIDA_00000051	nop		The instruction code 'nop-A' is an instruction code of the heads_default and heads_sex instruction sets that does nothing or modifies the register being used by default to the register AX or the head being used by default to the instruction pointer.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000053	nop-B	http://purl.obolibrary.org/obo/ONTOAVIDA_00000051	nop		The instruction code 'nop-B' is an instruction code of the heads_default and heads_sex instruction sets that does nothing or modifies the register being used by default to the register BX or the head being used by default to the read-head.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000054	nop-C	http://purl.obolibrary.org/obo/ONTOAVIDA_00000051	nop		The instruction code 'nop-C' is an instruction code of the heads_default and heads_sex instruction sets that does nothing or modifies the register being used by default to the register CX or the head being used by default to the write-head.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000055	Nop	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Nop' is an instruction code of the transsmt instruction set that does nothing or modifies the behavior of the instruction code preceeding it by changing the virtual CPU component that it affects (stack or head), or acts as part of a template to denote positions in a digital organism's genome. Note that most operations that use 2 'Nop' instruction codes to specify which stacks to use can also be parameterized by a single 'Nop' instruction code, in which case the second modifier is assigned the next stack in sequence (e.g., C->D, D->A, etc.).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000056	Nop-A	http://purl.obolibrary.org/obo/ONTOAVIDA_00000055	Nop		The instruction code 'Nop-A' is an instruction code of the transsmt instruction set that does nothing or modifies the stack being used by default to the stack A or the head being used by default to the instruction pointer.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000057	Nop-B	http://purl.obolibrary.org/obo/ONTOAVIDA_00000055	Nop		The instruction code 'Nop-B' is aninstruction code of the transsmt instruction set that does nothing or modifies the stack being used by default to the stack B or the head being used by default to the read-head.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000058	Nop-C	http://purl.obolibrary.org/obo/ONTOAVIDA_00000055	Nop		The instruction code 'Nop-C' is an instruction code of the transsmt instruction set that does nothing or modifies the stack being used by default to the stack C or the head being used by default to the write-head.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000059	Nop-D	http://purl.obolibrary.org/obo/ONTOAVIDA_00000055	Nop		The instruction code 'Nop-D' is an instruction code of the transsmt instruction set that does nothing or modifies the stack being used by default to the stack D or the head being used by default to the flow-head.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000060	pop	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction set 'pop' is an instruction code of the heads_default and heads_sex instruction sets that removes the top element from the active stack, and places it into the ?BX? register. This instruction code can be modified by one 'nop' instruction code, which specifies which register is used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000061	push	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'push' is an instruction code of the heads_default and heads_sex instruction sets that reads in the contents of the ?BX? register, and places it as a new entry at the top of the active stack.This instruction code can be modified by one 'nop' instruction code, which specifies which register is used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000062	Push-Comp	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Push-Comp' is an instruction code of the transsmt instruction set that pops a value off of the ?B? stack and pushes it onto the complement stack (i.e., the stack two over in sequence), in this case, the ?D? stack. This instruction code can be modified by one or two 'Nop' instruction codes, which specify the source and the destination stacks, respectively.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000063	Push-Next	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Push-Next' is an instruction code of the transsmt instruction set that pops a value off of the ?A? stack and pushes it onto the next stack in sequence (the ?B? stack). This instruction code can be modified by one or two 'Nop' instruction codes, which specify the source and the destination stacks, respectively.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000064	Push-Prev	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Push-Prev' is an instruction code of the transsmt instruction set that pops a value off of the ?B? stack and pushes it onto the previous stack in sequence (the ?A? stack). This instruction code can be modified by one or two 'Nop' instruction codes, which specify the source and the destination stacks, respectively.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000065	Search	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Search' is an instruction code of the transsmt instruction set that reads in the sequence of 'Nop' instruction codes that follows it, and searches for the location of a complement template (e.g., B:C:D -> D:A:B) in a digital organism's genome. If the complement is not found, a value of 0 will be pushed to the top of the B stack. If a complement is found, the distance between the current instruction code being executed and the beginning of the complement will be pushed onto the B stack, the size of the template will be pushed on the A stack, and the flow-head will be moved to the end of the complement template.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000066	set-flow	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'set-flow' is an instruction code of the heads_default and heads_sex instruction sets that moves the flow-head to the memory position specify by the ?CX? register. This instruction code can be modified by one 'nop' instruction code, which specifies which register is used to move the flow-head.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000067	SetMemory	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'SetMemory' is an instruction code of the transsmt instruction set that selects which memory space is active (I.e., which memory space the flow-head is pointing to). The memory spaces can be labeled with up to 4 'Nop' instruction codes. If no 'Nop' instruction codes are given, the memory space containing the currently executing digital organism is selected. If a 'Nop' instruction code is provided that does not yet exist, a new memory space is created.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000068	shift-l	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'shift-l' is an instruction code of the heads_default and heads_sex instruction sets that reads in the contents of the ?BX? register, and shifts all of the bits in that register to the left by one, placing a zero as the new rightmost bit, and truncating any bits beyond the 32 maximum. For values that require fewer than 32 bits, it effectively multiplies that value by two. This instruction code can be modified by one 'nop' instruction code, which specifies which register is used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000069	shift-r	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'shift-r' is an instruction code of the heads_default and heads_sex instruction sets that reads in the contents of the ?BX? register and shifts all of the bits in that register to the right by one. In effect, it divides the value stored in the register by two, rounding down. This instruction code can be modified by one 'nop' instruction code, which specifies which register is used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000070	sub	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'sub' is an instruction code of the heads_default and heads_sex instruction sets that reads in the contents of the BX and CX registers and subtracts CX from BX. The result of this operation is then placed in the ?BX? register. This instruction code can be modified by one 'nop' instruction code, which specifies which register is used to place the result of this operation.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000071	swap	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'swap' is an instruction code of the heads_default and heads_sex instruction sets that swaps the contents of the ?BX? register with its complement. This instruction code can be modified by one 'nop' instruction code, which specifies which register is used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000072	swap-stk	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'swap-stk' is an instruction code of the heads_default and heads_sex instruction sets that toggles the active stack in the virtual CPU. All other instruction codes that use a stack will always use the active one.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000073	Val-Add	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Add' is an instruction code of the transsmt instruction set that pushes the sum of values from the top of the ?B? and ?C? stacks onto the B stack. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are added.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000074	Val-Copy	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Copy' is an instruction code of the transsmt instruction set that pushes a copy of the value at the top of the ?B? stack onto the ?B? stack. This instruction code can be modified by one or two 'Nop' instruction codes, which specify the source and the destination stacks, respectively. In this case, if only one 'Nop' instruction code is used, the value is copied and pushed onto the same stack as the source.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000075	Val-Dec	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Dec' is an instruction code of the transsmt instruction set that decrements the value at the top of ?B? stack by one. This instruction code is destructive (I.e., it pops the old value off the stack).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000076	Val-Delete	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Delete' is an instruction code of the transsmt instruction set that pops off a value from the ?B? stack. This instruction code may be modified by one 'Nop' instruction code, which determines from which stack to remove a value.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000077	Val-Div	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Div' is an instruction code of the transsmt instruction set that pushes the result of the integer division of the value from the top of the ?B? stack by the value at the top of the ?C? stak onto the B stack. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are divided. If there is an arithmetic error caused by the division, the instruction code fails and does not return a value.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000078	Val-Inc	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Inc' is an instruction code of the transsmt instruction set that increments the value at the top of ?B? stack by one. This instruction code is destructive (i.e., it pops the old value off the stack).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000079	Val-Mod	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Mod' is an instruction code of the transsmt instruction set that pushes the remainder from integer division between the value from the top of the ?B? stack by the value at the top of the ?C? stak onto the B stack. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are divided. If there is an arithmetic error caused by the division, the instructioncode fails and does not return a value.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000080	Val-Mult	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Mult' is an instruction code of the transsmt instruction set that pushes the result of multiplying the values from the top of the ?B? and ?C? staks onto the B stack. This instruction code can be modified by one or two 'Nop' instructions, which specify which stacks are multiplied.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000081	Val-Nand	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Nand' is an instruction code of the transsmt instruction set that computes the bitwise NAND logic operation on the values at the top of the ?B? and ?C? stacks. The result of this operation is pushed onto the top of the B stack. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are used for computing the logic operation. Note that this is the only logic operation provided by the instruction set.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000082	Val-Shift-L	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Shift-L' is an instruction code of the transsmt instruction set that shifts the value at the top of the ?B? stack over one bit to the left, effectively multiplying the value by two and ignoring any potential overflow. This instruction code can be modified by one 'Nop' instruction code, which specifies which stack is used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000083	Val-Shift-R	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Shift-R' is an instruction code of the transsmt instruction set that shifts the value at the top of the ?B? stack over one bit to the right,  effectively dividing the value by two and rounding down. This instruction code can be modified by one 'Nop' instruction code, which specifies which stack is used.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000084	Val-Sub	http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code		The instruction code 'Val-Sub' is an instruction code of the transsmt instruction set that pushes the result of substracting the values from the top of the ?B? and ?C? stacks onto the B stack. This instruction code can be modified by one or two 'Nop' instruction codes, which specify which stacks are substracted.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000085	digital organism file	http://purl.obolibrary.org/obo/STATO_0000002	digital file		A digital organism file is a digital file containing the list of instruction codes that constitutes the genome of a digital organism in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000086	instset-transsmt.cfg	http://purl.obolibrary.org/obo/ONTOAVIDA_00000003	instruction set file		An instruction set file containing the instruction set that allows host-parasite interactions to take place in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000087	instset-heads-sex.cfg	http://purl.obolibrary.org/obo/ONTOAVIDA_00000003	instruction set file		An instruction set file containing the instruction set that allows digital organisms reproduce sexually in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000088	instset-heads.cfg	http://purl.obolibrary.org/obo/ONTOAVIDA_00000003	instruction set file		An instruction set file containing the default instruction set in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000089	avida	http://purl.obolibrary.org/obo/ONTOAVIDA_00000002	executable file		The digital file that executes Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000090	analyze.cfg	http://purl.obolibrary.org/obo/ONTOAVIDA_00000012	analyze configuration file		The default analyze configuration file.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000091	environment.cfg	http://purl.obolibrary.org/obo/ONTOAVIDA_00000010	environment configuration file		The default environment configuration file. The default environment provides a digital organism with new, random input strings every time an 'input-output' instruction code ('IO' for the transsmt instruction set) is executed. The genome of a digital organism can harbor one or several input-output instructions that can be executed either only once or many times during the time it takes to generate an offspring. This means that the organism can take input numbers from the environment more than once before replicating and can compute the result of more than one logic operation.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000092	events.cfg	http://purl.obolibrary.org/obo/ONTOAVIDA_00000009	events configuration file		The default events configuration file.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000093	avida.cfg	http://purl.obolibrary.org/obo/ONTOAVIDA_00000008	avida configuration file		The default avida configuration file. This file is actually an excellent guide to itself; every option has a description of what it does and what its options are.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000094	default-heads.org	http://purl.obolibrary.org/obo/ONTOAVIDA_00000085	digital organism file		The default file containing a digital organism that is defined by the default instruction set and the default hardware type.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000095	default-transsmt.org	http://purl.obolibrary.org/obo/ONTOAVIDA_00000085	digital organism file		The default file containing a parasite digital organism that is defined by the transsmt instruction set and the transSMT hardware type.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000096	avida experiment	http://purl.obolibrary.org/obo/NCIT_C42790	experiment		An avida experiment is an experiment carried out in Avida using digital organisms.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000100	stack	http://purl.obolibrary.org/obo/ONTOAVIDA_00000129	digital storage space		A stack is a digital storage space that a digital organism uses for storing numbers. The default virtual CPU and the transsmt virtual CPU have two and four stacks, respectively, used for storing numbers. In the default virtual CPU, the 'push' and 'pop' instruction codes are used to move numbers between the registers and the stack, and the 'swap-stk' instruction toggles the active stack in use. A digital organism can theoretically store an arbitrary amount of data in the stacks, but for practical purposes the maximum stack depth is limited to ten.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000101	batch	http://purl.obolibrary.org/obo/ONTOAVIDA_00000129	digital storage space		A batch is a digital storage space where the genomes of the digital organisms are loaded before being executed in analyze mode.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000102	buffer	http://purl.obolibrary.org/obo/ONTOAVIDA_00000129	digital storage space		A buffer is a digital storage space that a digital organism uses to receive information or return the processed results.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000103	input buffer	http://purl.obolibrary.org/obo/ONTOAVIDA_00000102	buffer		An input buffer is the buffer that a digital organism uses to receive information.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000104	output buffer	http://purl.obolibrary.org/obo/ONTOAVIDA_00000102	buffer		An output buffer is the buffer that a digital organism uses to return the processed results.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000107	flow-head	http://purl.obolibrary.org/obo/ONTOAVIDA_00000106	head		A flow-head is the head that marks the beginning of a loop in a digital organism's memory space to jump the instruction pointer back to from the loop's end.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000108	instruction pointer	http://purl.obolibrary.org/obo/ONTOAVIDA_00000106	head		An instruction-pointer is the head that determines the next instruction code to be executed by the virtual CPU of a digital organism. After each execution, the instruction pointer is automaticall advanced (unless the instruction code executed dictates otherwise).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000109	read-head	http://purl.obolibrary.org/obo/ONTOAVIDA_00000106	head		A read-head is the head that determines what instruction code is copied by the virtual CPU of a digital organism when a 'h-copy' instruction code is executed ('Val-Copy' instruction code if the transsmt instruction set is used).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000110	write-head	http://purl.obolibrary.org/obo/ONTOAVIDA_00000106	head		A writ- head is the head that determines the position of a digital organism's memory space where the instruction code is going to be copied to by the virtual CPU of a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000112	and	http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation		The 'and' logic operation is a logic operation on two bitstrings that returns 1 if and only if both inputs are 1 (otherwise it returns 0).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000113	and-not	http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation		The 'and-not' logic operation is a logic operation on two bitstrings that only returns 1 if for each bit pair one input is 1 and the other input is 0 (otherwise it returns 0).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000114	equals	http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation		The 'equals' logic operation is a logic operation on two bitstrings that returns 1 if both bits are identical, and 0 if they are different.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000115	not-and	http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation		The 'not-and' logic operation is a logic operation on two bitstrings that returns 0 if and only if both inputs at the corresponding bit positions are 1 (otherwise it returns 1).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000116	not-or	http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation		The 'not-or' logic operation is a logic operation on two bitstrings that returns 1 only if both inputs are 0 (otherwise it returns 0).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000117	not	http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation		The 'not' logic operation is a logic operation on a single bitstring that returns 1 at a bit position if the input is 0 at that bit position, and 0 if the input is 1.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000118	or	http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation		The 'or' logic operation is a logic operation on two bitstrings that returns 1 if either the first input, the second input, or both are 1 (otherwise it returns 0).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000119	orn-not	http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation		The 'orn-not' logic operation is a logic operation on two bitstrings that returns 1 if for each input bit pair one input bit is 1 or the other is 0 (otherwise it returns 0).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000120	exclusive or	http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation		The 'exclusive-or' logic opertation is a logic operation on two bitstrings that returns 1 if one but not both of the inputs are 1 (otherwise it returns 0).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000126	register	http://purl.obolibrary.org/obo/ONTOAVIDA_00000129	digital storage space		A register is a digital storage space that a digital organism uses for storing a single number. The default virtual CPU contains three registers (XA, XB, and XC), each of which is made up of 32 bits. All math-based instruction codes operate on the registers, and various instruction codes will move the values in the registers around.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000128	digital organism memory	http://purl.obolibrary.org/obo/ONTOAVIDA_00000129	digital storage space		A digital organism memory is a digital storage space that a digital organism uses to hold a sequence of instruction codes to be executed. The memory space is initialize to the genome of the digital organism, but it will be modified over the lifetime of the digital organism, typically as an offspring is produced. As section of the memory is then divided off to initialize the offspring. Memory is treated as circular, such that execution will loop back to the first instruction code after the last instruction code has been executed.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000131	heads_default	http://purl.obolibrary.org/obo/ONTOAVIDA_00000130	instruction set		The heads_default instruction set is the default instruction set in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000132	heads_sex	http://purl.obolibrary.org/obo/ONTOAVIDA_00000130	instruction set		The heads_sex instruction set is the instruction set that allows digital organisms reproduce sexually in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000133	transsmt	http://purl.obolibrary.org/obo/ONTOAVIDA_00000130	instruction set		The transsmt instruction set is the instruction set that allows host-parasite interactions to take place in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000138	nop-head notation	http://purl.obolibrary.org/obo/ONTOAVIDA_00000137	nop notation		A nop-head notation is a two-letter notation (IP, RH, WH, or FH) surrounded by question marks that refers to that head being used as a default, when the instruction code in question is being executed. But if the instruction code is followed by a no-operation ('nop' or 'Nop') instruction code, the 'nop' or 'Nop' instruction code will alter the register used. A 'nop-A' or 'Nop-A' instruction code indicates the instruction pointer (IP); a 'nop-B' or 'Nop-B' instruction code indicates the read-head (RH); a 'nop-C' or 'Nop-C' instruction code indicates the write-head (WH); and a 'Nop-D' instruction code indicates the flow-head (FH).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000139	nop-register notation	http://purl.obolibrary.org/obo/ONTOAVIDA_00000137	nop notation		A nop-register notation is a two-letter notation (AX, BX, or CX) surrounded by question marks that refers to that register being used by default when the instruction in question is being executed. But if the instruction code is followed by a no-operation ('nop') instruction code, the 'nop' instruction code will alter the register used. A 'nop-A' instruction indicates the AX register; a 'nop-B' instruction code indicates the BX register; and a 'nop-C' instruction code indicates the CX register. It does not apply to the transsmt virtual CPU because the Transsmt hardware does not use registers.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000140	nop-stack notation	http://purl.obolibrary.org/obo/ONTOAVIDA_00000137	nop notation		A nop-stack notation is a single-letter noation (A, B, C, or D) surrounded by question marks that refers to that stack being used by default when the instruction code in question is being executed. But if the instruction code is followed by a no-operation ('Nop') instruction code, the 'Nop' instruction code will alter the register used. A 'Nop-A' instruction code indicates the stack A; a 'Nop-B' instruction code indicates the stack B; a 'Nop-C' instruction code indicates the stack C; and a 'Nop-D' instruction code indicates the stack D. It only applies to the transsmt virtual CPU, because the TransSMT hardware does not use registers.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000142	TransSMT hardware	http://purl.obolibrary.org/obo/ONTOAVIDA_00000141	hardware type		The TransSMT hardware is the hardware type that allows host-parasite interactions to take place in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000143	default hardware	http://purl.obolibrary.org/obo/ONTOAVIDA_00000141	hardware type		The default hardware is the default hardware type used in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000144	analyze configuration command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000011	configuration command		The analyze configuration command is a directive included in the analyze configuration file that is used for loading, manipulating, and saving data from an experiment performed in the analyze mode of Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000145	analyze configuration DETAIL command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000144	analyze configuration command		The analyze configuration DETAIL command is an analyze configuration command that, after the execution of an analyze configuration RECALC or RECALCULATE command, writes statistics of the genomes of the digital organisms (one per line) loaded in a batch and executed in analyze mode to an output file.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000146	analyze configuration LOAD_ORGANISM command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000144	analyze configuration command		The analyze configuration LOAD_ORGANISM command is an analyze configuration command that loads a single genome in a batch from a digital organism file.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000147	analyze configuration LOAD_SEQUENCE command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000144	analyze configuration command		The analyze configuration LOAD_SEQUENCE command is an analyze configuration command that loads a single genome in a batch from a genome instruction sequence.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000148	analyze configuration RECALCULATE command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000144	analyze configuration command		The analyze configuration RECALCULATE command is an analyze configuration command that runs all of the genomes loaded in the current batch through a test virtual CPU and records the measurements taken (fitness, gestation time, etc.). This command overrides any values that may have been loaded in with the genomes. The "use_resources" flags means whether or not the test virtual CPU will use resources when it runs. If the "use_random_inputs" flag is set, then digital organisms will be provided with new, random input 32-bit binary numbers for each trace as they would experience during an experiment performed using the standard mode of Avida. By default, the same inputs are provided every time to digital organisms in analyze mode. Phenotypic plasticity information is not available from the analyze configuration RECALCULATE command (you should use the analyze configuration RECALC command with "num_trials X", where X is greater than 1, for phenotypic plasticity statistics).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000149	analyze configuration RECALC command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000144	analyze configuration command		The analyze configuration RECALC command is an analyze configuration command that performs the same operations as the analyze configuration RECALCULATE command but has a few additional features (e.g., computes phenotypic plasticity). If "num_trials" is set to greater than one, random inputs will be used to gather phenotypic plasticity information. Please note that phenotypic plasticity analysis performed by using the analyze configuration RECALC command will reset genome statistics to the values for the most likely phenotype. Implicit phenotypic plasticity analysis (e.g. by not calling RECALC or calling RECALC with "num_trials 1") will not re-evaluate the genome statistics in this manner and instead rely on the initial values or those values from a single recalculation.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000150	analyze configuration TRACE command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000144	analyze configuration command		The analyze configuration TRACE command is an analyze configuration command that shows step-by-step the status of all of the virtual CPU components and the genome of a digital organism during the course of its execution in analyze mode. The filename used for each trace will be the genotype's name with a ".trace" appended. Four parameters need to be specified: the name of the folder that will contain the trace files, whether the digital organism uses resources (1) or not (0) when running in analyze mode, the update at which resources will be available (-1 if resources are not used), and whether the environment configuration file provides new random input numbers to the digital organisms (1) or not (0) everytime the analyze mode is called.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000155	avida configuration command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000011	configuration command		An avida configuration command is a directive included in the avida configuration file that is used for setting up all the basic conditions for performing an experiment in the standard mode of Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000162	analyze configuration PURGE_BATCH command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000144	analyze configuration command		The analyze configuration PURGE_BATCH command is an analyze configuration command that remove the genomes of all digital organisms loaded in a batch.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000163	environment configuration command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000011	configuration command		An environment configuration command is a directive included in the environment configuration file that is used for xxx from an experiment performed in the standard mode of Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000164	events configuration command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000011	configuration command		An events configuration command is a directive included in the events configuration file that is used for controlling the events that need to occur throughout the course of an experiment performed in the standard mode of Avida. An event configuration command will be triggered either a single time or periodically. The format for each command is: 'type' 'timing' 'event' 'arguments'. The type determines what kind of timings the event will be based off of (i.e., immediate 'i', based on update 'u', or based on generation 'g'). The timing should only be included for non-immediate events. If a single number is given for timing, the event occurs at that update/generation. A second number can be included (separated by a colon ':') to indicate how often the event should be repeated. And if a third number is listed (again, colon seperated) this will be the last time the event can occur on. The event is simply the name of the action that should be performed, and the arguments detail exactly how it should work when it is triggered.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000165	environment configuration RESOURCE command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000163	environment configuration command		An environment configuration RESOURCE command is an environment configuration command that allow us to set up a computational quantity (i.e., resource) that can be used to modify the fitness of a digital organism. The resource can be a global quantity or a quantity that vary from cell to cell within the world grid.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000170	environment configuration REACTION command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000163	environment configuration command		An environment configuration REACTION command is an environment configuration command that allows us to set up a computational function that can be used by a digital organism to consume or produce resources when it performs certain logic operations. By defining reactions, a digital organism can be rewarded or punished for performing the logic operations that triggers them.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000171	events configuration Exit command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000164	events configuration command		An event configuration Exit command is an event configuration command that allows us to specify the end of an experiment performed in the standard mode of Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000172	events configuration SavePopulation command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000164	events configuration command		An event configuration SavePopulation command is an event configuration command that allows us to save the state of the entire population of digital organisms to a file at any time during the course of an experiment performed in the standard mode of Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000173	events configuration InjectRange command	http://purl.obolibrary.org/obo/ONTOAVIDA_00000164	events configuration command		An event configuration InjectRange command is an event configuration command that allows us to add digital organisms to the world grid at any time during the course of an experiment performed in the standard mode of Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000190	multiple-trait digital organism	http://purl.obolibrary.org/obo/GSSO_009994	digital organism		A multiple-trait digital organism is a digital organism that computes more than one logic operation.
http://purl.obolibrary.org/obo/ONTOAVIDA_00001201	logic9	http://purl.obolibrary.org/obo/ONTOAVIDA_00000007	logic environment		A logic environment where 9 logic operations are listed in the environment configuration file.
http://purl.obolibrary.org/obo/ONTOAVIDA_00001202	logic77	http://purl.obolibrary.org/obo/ONTOAVIDA_00000007	logic environment		A logic environment where 77 logic operations are listed in the environment configuration file.
http://purl.obolibrary.org/obo/ONTOAVIDA_00001205	plastic digital organism	http://purl.obolibrary.org/obo/GSSO_009994	digital organism		A plastic digital organism is a digital organism whose genome encodes distinct phenotypes in different environments (i.e., a digital organism that computes different logic operations in different environments).
http://purl.obolibrary.org/obo/ONTOAVIDA_00001206	non-plastic digital organism	http://purl.obolibrary.org/obo/GSSO_009994	digital organism		A non-plastic digital organism is a digital organism whose genome encodes the same phenotype in all environments (i.e., a digital organism that computes the same set of logic operations in all environments).
http://purl.obolibrary.org/obo/ONTOAVIDA_00001207	transcriptome-robust digital organism	http://purl.obolibrary.org/obo/GSSO_009994	digital organism		A transcriptome-robust digital organism is a digital organism that executes the same transcriptome in all environments (i.e., a digital organism that executes the same instruction codes in all environments).
http://purl.obolibrary.org/obo/ONTOAVIDA_00001208	transcriptome-sensitive digital organism	http://purl.obolibrary.org/obo/GSSO_009994	digital organism		A transcriptome-sensitive digital organism is a digital organism that executes distinct transcriptomes in different environments (i.e., a digital organism that executes different instruction codes in different environments).
http://purl.obolibrary.org/obo/ONTOAVIDA_00001209	merely-viable digital organism	http://purl.obolibrary.org/obo/GSSO_009994	digital organism		A merely-viable digital organism is a digital organism that does not compute any logic operation (i.e., it can only produce an offpring).
http://purl.obolibrary.org/obo/ONTOAVIDA_00001210	single-trait digital organism	http://purl.obolibrary.org/obo/GSSO_009994	digital organism		A single-trait digital organism is a digital organism that computes a single logic operation.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002001	digital organism phenotype 0	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism that is not capable of computing any logic operation has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002002	digital organism phenotype 1	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operation 'not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002003	digital organism phenotype 2	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operation 'not-and' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002004	digital organism phenotype 3	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not' and 'not-and' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002005	digital organism phenotype 4	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operation 'and' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002006	digital organism phenotype 5	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not' and 'and' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002007	digital organism phenotype 6	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and' and 'and' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002008	digital organism phenotype 7	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and' and 'and' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002009	digital organism phenotype 8	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operation 'orn-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002010	digital organism phenotype 9	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not' and 'orn-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002011	digital organism phenotype 10	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and' and 'orn-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002012	digital organism phenotype 11	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and' and 'orn-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002013	digital organism phenotype 12	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and' and 'orn-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002014	digital organism phenotype 13	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and' and 'orn-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002015	digital organism phenotype 14	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and' and 'orn-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002016	digital organism phenotype 15	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and' and 'orn-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002017	digital organism phenotype 16	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operation 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002018	digital organism phenotype 17	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002019	digital organism phenotype 18	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002020	digital organism phenotype 19	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002021	digital organism phenotype 20	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002022	digital organism phenotype 21	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002023	digital organism phenotype 22	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002024	digital organism phenotype 23	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002025	digital organism phenotype 24	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002026	digital organism phenotype 25	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002027	digital organism phenotype 26	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002028	digital organism phenotype 27	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002029	digital organism phenotype 28	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002030	digital organism phenotype 29	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002031	digital organism phenotype 30	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002032	digital organism phenotype 31	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not' and 'or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002033	digital organism phenotype 32	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operation 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002034	digital organism phenotype 33	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002035	digital organism phenotype 34	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002036	digital organism phenotype 35	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002037	digital organism phenotype 36	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002038	digital organism phenotype 37	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002039	digital organism phenotype 38	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002040	digital organism phenotype 39	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002041	digital organism phenotype 40	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002042	digital organism phenotype 41	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002043	digital organism phenotype 42	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002044	digital organism phenotype 43	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002045	digital organism phenotype 44	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002046	digital organism phenotype 45	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002047	digital organism phenotype 46	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002048	digital organism phenotype 47	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002049	digital organism phenotype 48	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002050	digital organism phenotype 49	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002051	digital organism phenotype 50	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002052	digital organism phenotype 51	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002053	digital organism phenotype 52	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002054	digital organism phenotype 53	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002055	digital organism phenotype 54	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002056	digital organism phenotype 55	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002057	digital organism phenotype 56	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002058	digital organism phenotype 57	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002059	digital organism phenotype 58	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002060	digital organism phenotype 59	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002061	digital organism phenotype 60	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002062	digital organism phenotype 61	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002063	digital organism phenotype 62	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002064	digital organism phenotype 63	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or' and 'and-not' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002065	digital organism phenotype 64	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operation 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002066	digital organism phenotype 65	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002067	digital organism phenotype 66	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002068	digital organism phenotype 67	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002069	digital organism phenotype 68	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002070	digital organism phenotype 69	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002071	digital organism phenotype 70	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002072	digital organism phenotype 71	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002073	digital organism phenotype 72	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002074	digital organism phenotype 73	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002075	digital organism phenotype 74	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002076	digital organism phenotype 75	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002077	digital organism phenotype 76	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002078	digital organism phenotype 77	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002079	digital organism phenotype 78	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002080	digital organism phenotype 79	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002081	digital organism phenotype 80	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002082	digital organism phenotype 81	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002083	digital organism phenotype 82	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002084	digital organism phenotype 83	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002085	digital organism phenotype 84	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002086	digital organism phenotype 85	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002087	digital organism phenotype 86	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002088	digital organism phenotype 87	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002089	digital organism phenotype 88	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002090	digital organism phenotype 89	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002091	digital organism phenotype 90	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002092	digital organism phenotype 91	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002093	digital organism phenotype 92	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002094	digital organism phenotype 93	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002095	digital organism phenotype 94	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002096	digital organism phenotype 95	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002097	digital organism phenotype 96	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002098	digital organism phenotype 97	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002099	digital organism phenotype 98	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002100	digital organism phenotype 99	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002101	digital organism phenotype 100	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002102	digital organism phenotype 101	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002103	digital organism phenotype 102	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002104	digital organism phenotype 103	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002105	digital organism phenotype 104	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002106	digital organism phenotype 105	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002107	digital organism phenotype 106	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002108	digital organism phenotype 107	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002109	digital organism phenotype 108	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002110	digital organism phenotype 109	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002111	digital organism phenotype 110	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002112	digital organism phenotype 111	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002113	digital organism phenotype 112	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002114	digital organism phenotype 113	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002115	digital organism phenotype 114	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002116	digital organism phenotype 115	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002117	digital organism phenotype 116	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002118	digital organism phenotype 117	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002119	digital organism phenotype 118	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002120	digital organism phenotype 119	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002121	digital organism phenotype 120	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002122	digital organism phenotype 121	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002123	digital organism phenotype 122	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002124	digital organism phenotype 123	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002125	digital organism phenotype 124	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002126	digital organism phenotype 125	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002127	digital organism phenotype 126	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002128	digital organism phenotype 127	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'and-not' and 'not-or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002129	digital organism phenotype 128	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operation 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002130	digital organism phenotype 129	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002131	digital organism phenotype 130	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002132	digital organism phenotype 131	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002133	digital organism phenotype 132	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002134	digital organism phenotype 133	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002135	digital organism phenotype 134	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002136	digital organism phenotype 135	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002137	digital organism phenotype 136	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002138	digital organism phenotype 137	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002139	digital organism phenotype 138	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002140	digital organism phenotype 139	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002141	digital organism phenotype 140	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002142	digital organism phenotype 141	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002143	digital organism phenotype 142	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002144	digital organism phenotype 143	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002145	digital organism phenotype 144	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002146	digital organism phenotype 145	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002147	digital organism phenotype 146	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002148	digital organism phenotype 147	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002149	digital organism phenotype 148	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002150	digital organism phenotype 149	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002151	digital organism phenotype 150	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002152	digital organism phenotype 151	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002153	digital organism phenotype 152	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002154	digital organism phenotype 153	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002155	digital organism phenotype 154	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002156	digital organism phenotype 155	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002157	digital organism phenotype 156	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002158	digital organism phenotype 157	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002159	digital organism phenotype 158	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002160	digital organism phenotype 159	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002161	digital organism phenotype 160	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002162	digital organism phenotype 161	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002163	digital organism phenotype 162	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002164	digital organism phenotype 163	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002165	digital organism phenotype 164	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002166	digital organism phenotype 165	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002167	digital organism phenotype 166	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002168	digital organism phenotype 167	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002169	digital organism phenotype 168	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002170	digital organism phenotype 169	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002171	digital organism phenotype 170	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002172	digital organism phenotype 171	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002173	digital organism phenotype 172	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002174	digital organism phenotype 173	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002175	digital organism phenotype 174	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002176	digital organism phenotype 175	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002177	digital organism phenotype 176	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002178	digital organism phenotype 177	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002179	digital organism phenotype 178	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002180	digital organism phenotype 179	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002181	digital organism phenotype 180	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002182	digital organism phenotype 181	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002183	digital organism phenotype 182	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002184	digital organism phenotype 183	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002185	digital organism phenotype 184	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002186	digital organism phenotype 185	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002187	digital organism phenotype 186	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002188	digital organism phenotype 187	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002189	digital organism phenotype 188	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002190	digital organism phenotype 189	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002191	digital organism phenotype 190	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002192	digital organism phenotype 191	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'and-not' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002193	digital organism phenotype 192	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002194	digital organism phenotype 193	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002195	digital organism phenotype 194	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002196	digital organism phenotype 195	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002197	digital organism phenotype 196	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002198	digital organism phenotype 197	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002199	digital organism phenotype 198	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002200	digital organism phenotype 199	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002201	digital organism phenotype 200	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002202	digital organism phenotype 201	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002203	digital organism phenotype 202	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002204	digital organism phenotype 203	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002205	digital organism phenotype 204	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002206	digital organism phenotype 205	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002207	digital organism phenotype 206	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002208	digital organism phenotype 207	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002209	digital organism phenotype 208	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002210	digital organism phenotype 209	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002211	digital organism phenotype 210	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002212	digital organism phenotype 211	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002213	digital organism phenotype 212	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002214	digital organism phenotype 213	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002215	digital organism phenotype 214	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002216	digital organism phenotype 215	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002217	digital organism phenotype 216	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002218	digital organism phenotype 217	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002219	digital organism phenotype 218	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002220	digital organism phenotype 219	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002221	digital organism phenotype 220	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002222	digital organism phenotype 221	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002223	digital organism phenotype 222	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002224	digital organism phenotype 223	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002225	digital organism phenotype 224	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002226	digital organism phenotype 225	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002227	digital organism phenotype 226	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002228	digital organism phenotype 227	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002229	digital organism phenotype 228	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002230	digital organism phenotype 229	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002231	digital organism phenotype 230	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002232	digital organism phenotype 231	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002233	digital organism phenotype 232	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002234	digital organism phenotype 233	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002235	digital organism phenotype 234	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002236	digital organism phenotype 235	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002237	digital organism phenotype 236	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002238	digital organism phenotype 237	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002239	digital organism phenotype 238	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002240	digital organism phenotype 239	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002241	digital organism phenotype 240	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002242	digital organism phenotype 241	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002243	digital organism phenotype 242	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002244	digital organism phenotype 243	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002245	digital organism phenotype 244	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002246	digital organism phenotype 245	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002247	digital organism phenotype 246	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002248	digital organism phenotype 247	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002249	digital organism phenotype 248	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002250	digital organism phenotype 249	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002251	digital organism phenotype 250	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002252	digital organism phenotype 251	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002253	digital organism phenotype 252	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002254	digital organism phenotype 253	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002255	digital organism phenotype 254	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002256	digital organism phenotype 255	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'and-not', 'not-or' and 'exclusive or' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002257	digital organism phenotype 256	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operation 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002258	digital organism phenotype 257	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002259	digital organism phenotype 258	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002260	digital organism phenotype 259	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002261	digital organism phenotype 260	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002262	digital organism phenotype 261	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002263	digital organism phenotype 262	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002264	digital organism phenotype 263	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002265	digital organism phenotype 264	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002266	digital organism phenotype 265	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002267	digital organism phenotype 266	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002268	digital organism phenotype 267	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002269	digital organism phenotype 268	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002270	digital organism phenotype 269	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002271	digital organism phenotype 270	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002272	digital organism phenotype 271	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002273	digital organism phenotype 272	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002274	digital organism phenotype 273	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002275	digital organism phenotype 274	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002276	digital organism phenotype 275	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002277	digital organism phenotype 276	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002278	digital organism phenotype 277	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002279	digital organism phenotype 278	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002280	digital organism phenotype 279	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002281	digital organism phenotype 280	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002282	digital organism phenotype 281	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002283	digital organism phenotype 282	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002284	digital organism phenotype 283	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002285	digital organism phenotype 284	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002286	digital organism phenotype 285	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002287	digital organism phenotype 286	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002288	digital organism phenotype 287	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002289	digital organism phenotype 288	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002290	digital organism phenotype 289	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002291	digital organism phenotype 290	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002292	digital organism phenotype 291	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002293	digital organism phenotype 292	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002294	digital organism phenotype 293	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002295	digital organism phenotype 294	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002296	digital organism phenotype 295	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002297	digital organism phenotype 296	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002298	digital organism phenotype 297	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002299	digital organism phenotype 298	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002300	digital organism phenotype 299	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002301	digital organism phenotype 300	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002302	digital organism phenotype 301	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002303	digital organism phenotype 302	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002304	digital organism phenotype 303	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002305	digital organism phenotype 304	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002306	digital organism phenotype 305	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002307	digital organism phenotype 306	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002308	digital organism phenotype 307	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002309	digital organism phenotype 308	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002310	digital organism phenotype 309	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002311	digital organism phenotype 310	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002312	digital organism phenotype 311	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002313	digital organism phenotype 312	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002314	digital organism phenotype 313	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002315	digital organism phenotype 314	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002316	digital organism phenotype 315	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002317	digital organism phenotype 316	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002318	digital organism phenotype 317	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002319	digital organism phenotype 318	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002320	digital organism phenotype 319	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'and-not' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002321	digital organism phenotype 320	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002322	digital organism phenotype 321	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002323	digital organism phenotype 322	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002324	digital organism phenotype 323	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002325	digital organism phenotype 324	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002326	digital organism phenotype 325	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002327	digital organism phenotype 326	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002328	digital organism phenotype 327	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002329	digital organism phenotype 328	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002330	digital organism phenotype 329	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002331	digital organism phenotype 330	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002332	digital organism phenotype 331	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002333	digital organism phenotype 332	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002334	digital organism phenotype 333	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002335	digital organism phenotype 334	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002336	digital organism phenotype 335	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002337	digital organism phenotype 336	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002338	digital organism phenotype 337	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002339	digital organism phenotype 338	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002340	digital organism phenotype 339	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002341	digital organism phenotype 340	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002342	digital organism phenotype 341	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002343	digital organism phenotype 342	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002344	digital organism phenotype 343	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002345	digital organism phenotype 344	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002346	digital organism phenotype 345	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002347	digital organism phenotype 346	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002348	digital organism phenotype 347	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002349	digital organism phenotype 348	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002350	digital organism phenotype 349	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002351	digital organism phenotype 350	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002352	digital organism phenotype 351	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002353	digital organism phenotype 352	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002354	digital organism phenotype 353	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002355	digital organism phenotype 354	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002356	digital organism phenotype 355	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002357	digital organism phenotype 356	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002358	digital organism phenotype 357	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002359	digital organism phenotype 358	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002360	digital organism phenotype 359	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002361	digital organism phenotype 360	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002362	digital organism phenotype 361	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002363	digital organism phenotype 362	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002364	digital organism phenotype 363	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002365	digital organism phenotype 364	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002366	digital organism phenotype 365	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002367	digital organism phenotype 366	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002368	digital organism phenotype 367	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002369	digital organism phenotype 368	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002370	digital organism phenotype 369	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002371	digital organism phenotype 370	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002372	digital organism phenotype 371	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002373	digital organism phenotype 372	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002374	digital organism phenotype 373	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002375	digital organism phenotype 374	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002376	digital organism phenotype 375	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002377	digital organism phenotype 376	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002378	digital organism phenotype 377	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002379	digital organism phenotype 378	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002380	digital organism phenotype 379	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002381	digital organism phenotype 380	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002382	digital organism phenotype 381	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002383	digital organism phenotype 382	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002384	digital organism phenotype 383	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'and-not', 'not-or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002385	digital organism phenotype 384	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002386	digital organism phenotype 385	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002387	digital organism phenotype 386	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002388	digital organism phenotype 387	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002389	digital organism phenotype 388	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002390	digital organism phenotype 389	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002391	digital organism phenotype 390	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002392	digital organism phenotype 391	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002393	digital organism phenotype 392	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002394	digital organism phenotype 393	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002395	digital organism phenotype 394	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002396	digital organism phenotype 395	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002397	digital organism phenotype 396	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002398	digital organism phenotype 397	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002399	digital organism phenotype 398	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002400	digital organism phenotype 399	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002401	digital organism phenotype 400	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002402	digital organism phenotype 401	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002403	digital organism phenotype 402	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002404	digital organism phenotype 403	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002405	digital organism phenotype 404	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002406	digital organism phenotype 405	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002407	digital organism phenotype 406	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002408	digital organism phenotype 407	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002409	digital organism phenotype 408	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002410	digital organism phenotype 409	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002411	digital organism phenotype 410	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002412	digital organism phenotype 411	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002413	digital organism phenotype 412	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002414	digital organism phenotype 413	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002415	digital organism phenotype 414	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002416	digital organism phenotype 415	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002417	digital organism phenotype 416	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002418	digital organism phenotype 417	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002419	digital organism phenotype 418	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002420	digital organism phenotype 419	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002421	digital organism phenotype 420	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002422	digital organism phenotype 421	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002423	digital organism phenotype 422	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002424	digital organism phenotype 423	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002425	digital organism phenotype 424	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002426	digital organism phenotype 425	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002427	digital organism phenotype 426	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002428	digital organism phenotype 427	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002429	digital organism phenotype 428	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002430	digital organism phenotype 429	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002431	digital organism phenotype 430	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002432	digital organism phenotype 431	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002433	digital organism phenotype 432	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002434	digital organism phenotype 433	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002435	digital organism phenotype 434	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002436	digital organism phenotype 435	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002437	digital organism phenotype 436	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002438	digital organism phenotype 437	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002439	digital organism phenotype 438	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002440	digital organism phenotype 439	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002441	digital organism phenotype 440	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002442	digital organism phenotype 441	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002443	digital organism phenotype 442	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002444	digital organism phenotype 443	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002445	digital organism phenotype 444	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002446	digital organism phenotype 445	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002447	digital organism phenotype 446	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002448	digital organism phenotype 447	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'and-not', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002449	digital organism phenotype 448	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002450	digital organism phenotype 449	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002451	digital organism phenotype 450	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002452	digital organism phenotype 451	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002453	digital organism phenotype 452	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002454	digital organism phenotype 453	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002455	digital organism phenotype 454	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002456	digital organism phenotype 455	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002457	digital organism phenotype 456	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002458	digital organism phenotype 457	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002459	digital organism phenotype 458	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002460	digital organism phenotype 459	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002461	digital organism phenotype 460	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002462	digital organism phenotype 461	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002463	digital organism phenotype 462	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002464	digital organism phenotype 463	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002465	digital organism phenotype 464	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002466	digital organism phenotype 465	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002467	digital organism phenotype 466	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002468	digital organism phenotype 467	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002469	digital organism phenotype 468	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002470	digital organism phenotype 469	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002471	digital organism phenotype 470	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002472	digital organism phenotype 471	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002473	digital organism phenotype 472	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002474	digital organism phenotype 473	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002475	digital organism phenotype 474	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002476	digital organism phenotype 475	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002477	digital organism phenotype 476	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002478	digital organism phenotype 477	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002479	digital organism phenotype 478	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002480	digital organism phenotype 479	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002481	digital organism phenotype 480	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002482	digital organism phenotype 481	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002483	digital organism phenotype 482	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002484	digital organism phenotype 483	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002485	digital organism phenotype 484	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002486	digital organism phenotype 485	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002487	digital organism phenotype 486	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002488	digital organism phenotype 487	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002489	digital organism phenotype 488	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002490	digital organism phenotype 489	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002491	digital organism phenotype 490	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002492	digital organism phenotype 491	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002493	digital organism phenotype 492	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002494	digital organism phenotype 493	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002495	digital organism phenotype 494	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002496	digital organism phenotype 495	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002497	digital organism phenotype 496	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002498	digital organism phenotype 497	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002499	digital organism phenotype 498	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002500	digital organism phenotype 499	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002501	digital organism phenotype 500	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002502	digital organism phenotype 501	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002503	digital organism phenotype 502	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002504	digital organism phenotype 503	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002505	digital organism phenotype 504	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'orn-not', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002506	digital organism phenotype 505	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'orn-not', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002507	digital organism phenotype 506	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'orn-not', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002508	digital organism phenotype 507	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'orn-not', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002509	digital organism phenotype 508	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'and', 'orn-not', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002510	digital organism phenotype 509	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'and', 'orn-not', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002511	digital organism phenotype 510	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not-and', 'and', 'orn-not', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/ONTOAVIDA_00002512	digital organism phenotype 511	http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype		The digital phenotype of the logic9 environment that a digital organism computing the logic operations 'not', 'not-and', 'and', 'orn-not', 'or', 'and-not', 'not-or', 'exclusive or' and 'equals' has.
http://purl.obolibrary.org/obo/FBcv_0000212	paper				An article reporting original research, published in a peer-reviewed journal.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000007	logic environment				A computational environment that defines the logic operations that are listed in the environment configuration file.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000011	configuration command				A configuration command is a directive included in a configuration file that make up a configuration file in Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000022	instruction code				An instruction code is a group of bits that instruct the computer to perform a specific operation. Each intruction code may be followed by a series of options that define how that instruction code should be used. In Avida, each position of a digital organism genome consists of an instruction code.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000105	CPU cycle				A CPU cycle is the amount of time it takes the virtual CPU of a digital organism in Avida to execute a single instruction code in its memory.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000106	head				A head is a mechanism that reads data from or writes data to the digital organism's memory space.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000111	logic operation				A logic operation is a mathematical function in which each bit is treated independently of all the other bits in a binary number. Thus if a logic operation 'and' was performed between two bitstrings, the first bit of the first string would be added to the first bit in the second string, the second bit to the second bit and so on.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000124	digital transcriptome				A digital transcriptome is a list of the instruction codes that have been executed by the virtual CPU of a digital organism during its replication.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000127	update				An update is the amount of time during which a digital organism executes on average 30 instruction codes from its genome.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000129	digital storage space				A digital storage space is a memory or disk space of a computer that is used to retain digital data.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000130	instruction set				An instruction set is a list of instruction codes that a digital organism can hold in its genome (i.e., its genetic language).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000135	digital tandem repeat				A digital tandem repeat is a string of two or more instruction codes within a digital transcriptome that are executed sequentially more than once by a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000136	template				A template is a sequence of no-operation instruction codes ('nop' or 'Nop', for the heads_default and transsmt instruction sets, respectively) used to mark regions of code within a digital organism's genome.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000137	nop notation				A nop notation is a single or two capital letters (IP, RH, WH, or FH for heads; AX, BX, and CX for registers; and A, B, C, D for stacks) surrounded by question marks that refer to the head, register, or stack being used as a default.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000141	hardware type				A hardware type is the way the memory of a digital organism and the execution threads are managed by Avida.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000151	digital phenotype				A digital phenotype is a unique combination of logic operations that the digital organism performs on 32-bit one- and two-binary input numbers. Any two digital organisms that compute the same logic operations are considered to have the same phenotype.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000157	execution thread				A thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000168	world grid				A world grid is the topology of the world where digital organisms live.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000169	world grid cell				A world grid cell is a unit that make up the world grid.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000174	complementary template				A complementary template is a sequence of 'nop' instructions that are found, in the heads_default and heads_sex instruction sets, by taking each 'nop' instruction that makes up that template, and shifting it to the next in alphabetical order, looping around at the end. Thus, 'nop-A' -> 'nop-B' -> 'nop-C' -> 'nop-A'. In the transsmt instruction set, the complement is the template where each 'Nop' is shifted over in sequence by 2, such that the complement of the complement recovers the original template: 'Nop-A' -> 'Nop-C' -> 'Nop-A' and 'Nop-B' -> 'Nop-D' -> 'Nop-B'.
http://purl.obolibrary.org/obo/GSSO_009994	digital organism				A digital organism is a self-replicating computer program that mutates and evolve within a user-defined computational environment.
http://purl.obolibrary.org/obo/STATO_0000002	digital file				A digital file is an information content entity which conforms to a specificacion or format and which is meant to hold data and information in digital form, accessible to software agents.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000097	digital genome				A digital genome is a circular list of instruction codes that can be executed sequentially by the virtual CPU of a digital organism.
http://purl.obolibrary.org/obo/NCIT_C42790	experiment				An experiment is a scientific procedure undertaken to make a discovery, test a hypothesis, or demonstrate a known fact.
http://purl.obolibrary.org/obo/RO_0002444	parasite of	http://purl.obolibrary.org/obo/RO_0002443	interacts with via parasite-host interaction	parasitizes	A relation in which one organism, the parasite, lives off of another organism, the host, harming it and possibly causing death.
http://purl.obolibrary.org/obo/RO_0002445	parasitized by	http://purl.obolibrary.org/obo/RO_0002443	interacts with via parasite-host interaction	parasitised by	A relation in which one organism, the host, harbours another organism, the parasite, being harmed and possibly killed by it.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000121	tandem repeat instruction sequence	http://purl.obolibrary.org/obo/ONTOAVIDA_00000098	instruction sequence		A tandem repeat instruction sequence is a linear string of letters representing the instruction codes that make up the tandem repeat contained in the transcriptome executed by a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000122	genome instruction sequence	http://purl.obolibrary.org/obo/ONTOAVIDA_00000098	instruction sequence		A genome instruction sequence is a linear string of letters representing the instruction codes that make up the genome of a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000123	transcriptome instruction sequence	http://purl.obolibrary.org/obo/ONTOAVIDA_00000098	instruction sequence		A transcriptome instruction sequence is a linear string of letters representing the instruction codes that make up the transcriptome executed by a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000161	transcriptome position at genome	http://purl.obolibrary.org/obo/ONTOAVIDA_00000160	position at genome		A transcriptome position at genome indicates the position of the instruction codes constituting a transcriptome along the digital genome of a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000166	tandem repeat position at genome	http://purl.obolibrary.org/obo/ONTOAVIDA_00000160	position at genome		A tandem position at genome indicates the position of the instruction codes constituting a tandem repeat along the digital genome of a digital organism.
http://purl.obolibrary.org/obo/RO_0002353	output of	http://purl.obolibrary.org/obo/RO_0000056	participates in		A relation where c is output p if c participates in p, c is not present at the beginning of p, and c is not present at the end of p.
http://purl.obolibrary.org/obo/RO_0002331	involved in	http://purl.obolibrary.org/obo/RO_0000056	participates in		A relation where c is involved in p if and only if c enables some process p', and p' is part of p.
http://purl.obolibrary.org/obo/RO_0000056	participates in				A relation between a continuant and a process, in which the continuant is somehow involved in the process.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000004	executes				A relation between a digital organism and its transcriptome, in which the instruction codes harbored in its genome are executed to produce the transcriptome. It might depend on the environment (i.e., "executes at seed", being seed the integer used for starting the pseudo-random number generator).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000005	is executed by				A relation between a digital organism and its transcriptome, in which the transcriptome results from executing the instruction codes harbored in the genome of the digital organism. It might depend on the environment (i.e., "is executed by at seed", being seed the integer used for starting the pseudo-random number generator).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000006	gestation time				Number of instruction codes executed by a digital organism to produce a viable offspring.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000015	doi				Character string used as a permanent identifier for a digital object, in a format controlled by the International DOI Foundation.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000019	virtual CPU				Virtual central processing unit (CPU) that executes the instruction codes of a digital organism's genome. It can take two values: 'default' (virtual CPU running on the default hardware: it consists of a memory space with four heads pointing to specific locations in that memory, three registers, two stacks, and input and output buffers) and 'transsmt' (virtual CPU running on the Transsmt hardware: it consists of a memory space with four heads pointing to specific locations in that memory, four stacks, and input and output buffers).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000098	instruction sequence				An instruction sequence is a linear string of letters representing instruction codes of a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000125	tandem repeat length				Number of instruction codes that make up the tandem repeat executed by a digital organism during the replication process.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000134	has digital phenotype				A relation between a digital organism and the digital phenotype encoded by its digital genome. A digital genome can encode different digital phenotypes in distinct computational environments, and therefore, a digital organism can have more than one digital phenotype.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000154	mutant of				A relation between two digital organisms where their genomes differ in a single instruction code.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000160	position at genome				A position at genome indicates the position of an instruction code along the digital genome of a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000175	genome length				Number of instruction codes comprising the genome of a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000176	is computed by				A relation between a digital organism and a logic operation, in which the logic operation is performed when the digital organism executes the instruction codes harbored in its genome. It might depend on the environment (i.e., "is computed at seed", being seed the integer used for starting the pseudo-random number generator).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000182	computes				A relation between a digital organism and a logic operation, in which the digital organism performs the logic operation by executing the instruction codes harbored in its genome. It might depend on the environment (i.e., "computes at seed", being seed the integer used for starting the pseudo-random number generator).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000191	transcriptome length				Number of instruction codes that are executed by a digital organism during the replication process.
http://purl.obolibrary.org/obo/ONTOAVIDA_00000192	viable				The ability of a digital organism to produce an offspring able to replicate by executing its genome. It might depend on the environment (i.e., "viable at seed", being seed the integer used for starting the pseudo-random number generator).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000193	genome length executed				Number of instruction codes, out of the total number number of instruction codes comprising a digital organism's genome, that are executed by a digital organism during the replication process.  It might depend on the environment (i.e., "genome length executed at seed", being seed the integer used for starting the pseudo-random number generator).
http://purl.obolibrary.org/obo/ONTOAVIDA_00000197	number of tandem repetitions				Number of times that a tandem repeat is executed by a digital organism.
http://purl.obolibrary.org/obo/ONTOAVIDA_00001198	encodes seq				A relation between the genome and the container storing the phenotypes a digital organism has in different environments (i.e., "encodes at seed", being seed the integer used for starting the pseudo-random number generator), in which the genome contains information that is used to produce the phenotype.
http://purl.obolibrary.org/obo/ONTOAVIDA_00001199	is encoded by				A relation between the genome and the phenotype of a digital organism, in which the phenotype is produced from the information contained in the genome. It might depend on the environment (i.e., "is encoded by at seed", being seed the integer used for starting the pseudo-random number generator).
http://purl.obolibrary.org/obo/ONTOAVIDA_00001200	involves				A relation where p involves c if and only if some process p' is enabled by c', and c' is part of c.
http://purl.obolibrary.org/obo/RO_0002180	has component				A relation where 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/RO_0002507	determined by				A relation where s determined by f if and only if s is a type of system, and f is a material entity that is part of s, such that f exerts a strong causal influence on the functioning of s, and the removal of f would cause the collapse of s.
http://purl.obolibrary.org/obo/RO_0001018	contained in				A relation where w is 'contained in' p implies that w is part of the structure of p
http://purl.obolibrary.org/obo/RO_0001019	contains				A relation where w 'contains' p implies that p is part of the structure of w
http://purl.obolibrary.org/obo/RO_0002443	interacts with via parasite-host interaction				An interaction relationship between two organisms living together in more or less intimate association in a relationship in which association is disadvantageous or destructive to one of the organisms (GO).
http://purl.obolibrary.org/obo/ONTOAVIDA_00001197	encodes				A relation between the genome and the phenotype of a digital organism, in which the genome contains information that is used to produce the phenotype. It might depend on the environment (i.e., "encodes at seed", being seed the integer used for starting the pseudo-random number generator).
