Skip to content

Commit

Permalink
IDMP-592 - added properties 'is interconnected via' and 'interconnect…
Browse files Browse the repository at this point in the history
…s (its inverse) to relate a linkage to a nucleic acid subunit

Signed-off-by: Elisa Kendall <[email protected]>
  • Loading branch information
ElisaKendall committed Sep 27, 2023
1 parent e586e7a commit 7f1721b
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions ISO/ISO11238-Substances.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ For the description of nucleic acids, the following information can be used to a
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&cmns-ra;isRelatedTo"/>
<owl:onProperty rdf:resource="&idmp-sub;isInterconnectedVia"/>
<owl:onClass rdf:resource="&idmp-sub;Linkage"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
Expand Down Expand Up @@ -6394,7 +6394,7 @@ In all these cases, a new ID shall be issued, that is, &apos;Human Albumin, Plas
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="&idmp-sub;hasParentSubstance">
<rdfs:subPropertyOf rdf:resource="&idmp-sub;isRelatedSubstanceTo"/>
<rdfs:subPropertyOf rdf:resource="&idmp-sub;hasRelatedSubstance"/>
<rdfs:label>has parent substance</rdfs:label>
<dct:source>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 6.3.1</dct:source>
<dct:source>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 6.6.3</dct:source>
Expand Down Expand Up @@ -7022,6 +7022,16 @@ In all these cases, a new ID shall be issued, that is, &apos;Human Albumin, Plas
<skos:definition>describes the nature of valid values for a given class or element in cases where that information is encoded as a string rather than as a value domain per the ISO 19844 guideline</skos:definition>
</owl:AnnotationProperty>

<owl:ObjectProperty rdf:about="&idmp-sub;interconnects">
<rdfs:subPropertyOf rdf:resource="&cmns-ra;isRelatedTo"/>
<rdfs:label>interconnects</rdfs:label>
<owl:inverseOf rdf:resource="&idmp-sub;isInterconnectedVia"/>
<skos:definition>relates a linkage, bridge, or connecting element to something, such as a nucleic acid subunit, that it connects</skos:definition>
<idmp-sub:hasConformanceLevel rdf:resource="&idmp-sub;ConformanceLevel-Conditional"/>
<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 and 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:ObjectProperty>

<owl:ObjectProperty rdf:about="&idmp-sub;isActiveMoietyOf">
<rdfs:subPropertyOf rdf:resource="&idmp-sub;isMoietyOf"/>
<rdfs:label>is active moiety of</rdfs:label>
Expand Down Expand Up @@ -7066,6 +7076,15 @@ In all these cases, a new ID shall be issued, that is, &apos;Human Albumin, Plas
<skos:definition>relates an ingredient to a substance or product composition that it is included in</skos:definition>
</owl:ObjectProperty>

<owl:ObjectProperty rdf:about="&idmp-sub;isInterconnectedVia">
<rdfs:subPropertyOf rdf:resource="&cmns-ra;isRelatedTo"/>
<rdfs:label>is interconnected via</rdfs:label>
<skos:definition>relates something, such as a nucleic acid subunit, to something that connects it to something else</skos:definition>
<idmp-sub:hasConformanceLevel rdf:resource="&idmp-sub;ConformanceLevel-Conditional"/>
<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 and 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:ObjectProperty>

<owl:ObjectProperty rdf:about="&idmp-sub;isMoietyOf">
<rdfs:label>is moiety of</rdfs:label>
<owl:propertyChainAxiom rdf:parseType="Collection">
Expand Down

0 comments on commit 7f1721b

Please sign in to comment.