Skip to content

Commit

Permalink
IDMP-592 - added sequence attachment to nucleic acid subunit
Browse files Browse the repository at this point in the history
Signed-off-by: Elisa Kendall <[email protected]>
  • Loading branch information
ElisaKendall committed Sep 26, 2023
1 parent e3be4e0 commit 8ffab75
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ISO/ISO11238-Substances.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2116,6 +2116,12 @@
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&cmns-col;comprises"/>
<owl:someValuesFrom rdf:resource="&idmp-sub;NucleicAcidSubunit"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>nucleic acid substance</rdfs:label>
<owl:disjointWith rdf:resource="&idmp-sub;PolymerSubstance"/>
<owl:disjointWith rdf:resource="&idmp-sub;ProteinSubstance"/>
Expand All @@ -2140,6 +2146,12 @@ For the description of nucleic acids, the following information can be used to a

<owl:Class rdf:about="&idmp-sub;NucleicAcidSubunit">
<rdfs:subClassOf rdf:resource="&cmns-col;Constituent"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&idmp-sub;hasSequenceAttachment"/>
<owl:maxQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&idmp-sub;hasSequenceLength"/>
Expand Down Expand Up @@ -6480,6 +6492,18 @@ In all these cases, a new ID shall be issued, that is, &apos;Human Albumin, Plas
<cmns-av:synonym>has simplified molecular input line entry specification value</cmns-av:synonym>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:about="&idmp-sub;hasSequenceAttachment">
<rdfs:subPropertyOf rdf:resource="&cmns-dsg;isDescribedBy"/>
<rdfs:label>has sequence attachment</rdfs:label>
<rdfs:range rdf:resource="&cmns-doc;Reference"/>
<skos:definition>provides an &apos;enriched&apos; string, a document or image representing the sequence</skos:definition>
<idmp-sub:hasBusinessRules>The element Sequence is always mandatory; the element Sequence Attachment may be provided based on jurisdictional guidance. Either the sequence is provided as ST or/and as an attachment as ED.</idmp-sub:hasBusinessRules>
<idmp-sub:hasConformanceLevel rdf:resource="&idmp-sub;ConformanceLevel-Conditional"/>
<idmp-dtp:isEncodedAs rdf:resource="&idmp-dtp;DatatypeCode-ED"/>
<cmns-av:adaptedFrom>ISO/TS 19844:2018(E) Health informatics - Identification of medicinal products (IDMP) - Implementation guidelines for ISO 11238 for data elements and structures for the unique identification and exchange of regulated information on substances, clause 7.3 and Figure 27</cmns-av:adaptedFrom>
<cmns-av:directSource>ISO 11238:2018 Health informatics - Identification of medicinal products (IDMP) - Data elements and structures for the unique identification and exchange of regulated information on substances, clause 7.5</cmns-av:directSource>
</owl:DatatypeProperty>

<owl:DatatypeProperty rdf:about="&idmp-sub;hasSequenceLength">
<rdfs:subPropertyOf rdf:resource="&idmp-dtp;hasIntegerValue"/>
<rdfs:label>has sequence length</rdfs:label>
Expand Down

0 comments on commit 8ffab75

Please sign in to comment.