Skip to content

Commit

Permalink
IDMP-726 - better integrated the notion of some other product charact…
Browse files Browse the repository at this point in the history
…eristic

Signed-off-by: Elisa Kendall <[email protected]>
  • Loading branch information
ElisaKendall committed Apr 3, 2024
1 parent 3405715 commit 39a872d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ISO/ISO11615-MedicinalProducts.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -272,15 +272,15 @@
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
<owl:onClass rdf:resource="&idmp-mprd;ProductComposition"/>
<owl:onProperty rdf:resource="&idmp-mprd;hasOtherCharacteristic"/>
<owl:onClass rdf:resource="&idmp-mprd;OtherProductCharacteristic"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&idmp-mprd;hasOtherCharacteristic"/>
<owl:onClass rdf:resource="&cmns-cls;Aspect"/>
<owl:onProperty rdf:resource="&cmns-dsg;isDefinedIn"/>
<owl:onClass rdf:resource="&idmp-mprd;ProductComposition"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
Expand Down Expand Up @@ -2643,7 +2643,7 @@ d) the assignment of a unique medicinal product batch identifier (BAID2) to reli
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&idmp-mprd;hasOtherCharacteristic"/>
<owl:onClass rdf:resource="&cmns-cls;Aspect"/>
<owl:onClass rdf:resource="&idmp-mprd;OtherProductCharacteristic"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
Expand Down Expand Up @@ -3540,22 +3540,22 @@ g) therapeutic indication(s) as authorized for the medicinal product.</skos:note
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&cmns-col;hasMember"/>
<owl:onClass rdf:resource="&idmp-mprd;PackageComponent"/>
<owl:onProperty rdf:resource="&idmp-mprd;hasOtherCharacteristic"/>
<owl:onClass rdf:resource="&idmp-mprd;OtherProductCharacteristic"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&idmp-mprd;hasShelfLife"/>
<owl:onClass rdf:resource="&idmp-mprd;ShelfLife"/>
<owl:onProperty rdf:resource="&cmns-col;hasMember"/>
<owl:onClass rdf:resource="&idmp-mprd;PackageComponent"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&idmp-mprd;hasOtherCharacteristic"/>
<owl:onClass rdf:resource="&cmns-cls;Aspect"/>
<owl:onProperty rdf:resource="&idmp-mprd;hasShelfLife"/>
<owl:onClass rdf:resource="&idmp-mprd;ShelfLife"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
Expand Down Expand Up @@ -5323,7 +5323,7 @@ g) therapeutic indication(s) as authorized for the medicinal product.</skos:note
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="&cmns-cls;Aspect"/>
<rdfs:range rdf:resource="&idmp-mprd;OtherProductCharacteristic"/>
<skos:definition>specifies a characteristic of some specification for a manufactured item, package item, or device that is not explicitly a defined physical characteristic</skos:definition>
<skos:note>This can be anything per subject matter expert discussions.</skos:note>
<idmp-cmpl:hasConformanceToISOLevel rdf:resource="&idmp-cmpl;ConformanceToISOLevel-NonConformant"/>
Expand Down

0 comments on commit 39a872d

Please sign in to comment.