Skip to content

Commit

Permalink
Merge pull request #506 from SynBioDex/505-typos
Browse files Browse the repository at this point in the history
Change `CompenentDefinition` to `ComponentDefinition`
  • Loading branch information
jamesscottbrown authored Jan 16, 2023
2 parents 555e69f + 5037963 commit ec8c973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mapping.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ \subsection{Mapping between SBOL 1 and SBOL 2}
The SBOL 2.x \external{Model} and \external{ModuleDefinition} classes have no SBOL 1.1 equivalent, and thus are not shown.
The mapping from SBOL 1.1 to SBOL 2.x proceeds as follows:
\begin{itemize}
\item SBOL 1.1 \external{Collection} objects containing \external{DnaComponent} objects map to SBOL 2.x \external{Collection} objects that contain \external{CompenentDefinition} objects with DNA \sbolmult{type:C}{type} properties.
\item SBOL 1.1 \external{DnaComponent} objects map to SBOL 2.x \external{CompenentDefinition} objects with DNA \sbolmult{type:C}{type} properties.
\item SBOL 1.1 \external{Collection} objects containing \external{DnaComponent} objects map to SBOL 2.x \external{Collection} objects that contain \external{ComponentDefinition} objects with DNA \sbolmult{type:C}{type} properties.
\item SBOL 1.1 \external{DnaComponent} objects map to SBOL 2.x \external{ComponentDefinition} objects with DNA \sbolmult{type:C}{type} properties.
\item SBOL 1.1 \external{DnaSequence} objects map to an SBOL 2.x \external{Sequence} objects with \external{IUPAC DNA} \external{encoding} properties.
\item SBOL 1.1 \external{SequenceAnnotation} objects with \external{bioStart} and \external{bioEnd} properties map to SBOL 2.x\\
\external{SequenceAnnotation} objects that contain \external{Range} objects.
\item SBOL 1.1 \external{SequenceAnnotation} objects that lack \external{bioStart} and \external{bioEnd} properties map to an SBOL 2.x \external{SequenceFeature} objects that contain \external{GenericLocation} objects.
\item Each SBOL 1.1 \external{SequenceAnnotation} also maps to an SBOL 2.x \external{Component}, which represents the instantiation or usage of the appropriate \external{CompenentDefinition}.
\item Each SBOL 1.1 \external{SequenceAnnotation} also maps to an SBOL 2.x \external{Component}, which represents the instantiation or usage of the appropriate \external{ComponentDefinition}.
\item Each SBOL 1.1 \external{precedes} property maps to an SBOL 2.x \external{SequenceConstraint} that specifies a \external{precedes} \external{restriction} property.
\end{itemize}

Expand Down

0 comments on commit ec8c973

Please sign in to comment.