Skip to content

Commit

Permalink
IDMP-533a - revise representation of properties for mvf;hasURI in the…
Browse files Browse the repository at this point in the history
… SPOR ontology

Signed-off-by: Elisa Kendall <[email protected]>
  • Loading branch information
ElisaKendall committed Aug 11, 2023
1 parent 3878b78 commit f36f267
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<skos:example>Valid values for data classification include Confidential, Public, and Restricted.</skos:example>
<cmns-dsg:hasDescription>controlled vocabulary for the terms that specify the nature of any data element in terms of accessibility according to Substances Products Organisations Referentials (SPOR) Referentials Management Services (RMS)</cmns-dsg:hasDescription>
<mvf:hasTextualName>Data Classification</mvf:hasTextualName>
<mvf:hasURI rdf:resource="https://spor.ema.europa.eu/v1/lists/200000004983/terms"/>
<mvf:hasURI rdf:datatype="&xsd;anyURI">https://spor.ema.europa.eu/v1/lists/200000004983/terms</mvf:hasURI>
</owl:NamedIndividual>

<owl:Class rdf:about="&idmp-spor;SPOR-Domain">
Expand All @@ -274,7 +274,7 @@
<skos:example>Valid values for record status include Human use, Veterinary use, and Human and Veterinary use.</skos:example>
<cmns-dsg:hasDescription>controlled vocabulary for the terms that specify the domain in which a particular substance or product is used according to Substances Products Organisations Referentials (SPOR) Referentials Management Services (RMS)</cmns-dsg:hasDescription>
<mvf:hasTextualName>Domain</mvf:hasTextualName>
<mvf:hasURI rdf:resource="https://spor.ema.europa.eu/v1/lists/100000000004/terms"/>
<mvf:hasURI rdf:datatype="&xsd;anyURI">https://spor.ema.europa.eu/v1/lists/100000000004/terms</mvf:hasURI>
</owl:NamedIndividual>

<owl:Class rdf:about="&idmp-spor;SPOR-MarketingStatus">
Expand All @@ -290,7 +290,7 @@
<skos:definition>controlled vocabulary for the terms that describe the current status of some substance with respect to whether or not it has been placed on the market from a Substances Products Organisations Referentials (SPOR) Referentials Management Services (RMS) perspective</skos:definition>
<cmns-dsg:hasDescription>the current status of some substance with respect to whether or not it has been placed on the market from a Substances Products Organisations Referentials (SPOR) Referentials Management Services (RMS) perspective</cmns-dsg:hasDescription>
<mvf:hasTextualName>Marketing Status</mvf:hasTextualName>
<mvf:hasURI rdf:resource="https://spor.ema.europa.eu/v1/lists/100000072052/terms"/>
<mvf:hasURI rdf:datatype="&xsd;anyURI">https://spor.ema.europa.eu/v1/lists/100000072052/terms</mvf:hasURI>
</owl:NamedIndividual>

<owl:Class rdf:about="&idmp-spor;SPOR-OtherTermName">
Expand Down Expand Up @@ -322,7 +322,7 @@
<skos:example>Valid values for record status include Current, Provisional, Non-Current, and Nullified.</skos:example>
<cmns-dsg:hasDescription>controlled vocabulary for the terms that specify the status of a record for a vocabulary term in Substances Products Organisations Referentials (SPOR) Referentials Management Services (RMS)</cmns-dsg:hasDescription>
<mvf:hasTextualName>Record Status</mvf:hasTextualName>
<mvf:hasURI rdf:resource="https://spor.ema.europa.eu/v1/lists/200000005003/terms"/>
<mvf:hasURI rdf:datatype="&xsd;anyURI">https://spor.ema.europa.eu/v1/lists/200000005003/terms</mvf:hasURI>
</owl:NamedIndividual>

<owl:Class rdf:about="&idmp-spor;SPOR-RouteOfAdministration">
Expand Down Expand Up @@ -356,7 +356,7 @@
<skos:definition>controlled vocabulary for the terms that describe the point in the life cycle from manufacturing to administration to a patient that a value for shelf life applies to, including potentially with respect to a specific packaging item, according to Substances Products Organisations Referentials (SPOR) Referentials Management Services (RMS)</skos:definition>
<cmns-dsg:hasDescription>controlled vocabulary for the terms that describe the point in the life cycle from manufacturing to administration to a patient that a value for shelf life applies to, including potentially with respect to a specific packaging item, according to Substances Products Organisations Referentials (SPOR) Referentials Management Services (RMS)</cmns-dsg:hasDescription>
<mvf:hasTextualName>Shelf Life Type</mvf:hasTextualName>
<mvf:hasURI rdf:resource="https://spor.ema.europa.eu/v1/lists/100000073343/terms"/>
<mvf:hasURI rdf:datatype="&xsd;anyURI">https://spor.ema.europa.eu/v1/lists/100000073343/terms</mvf:hasURI>
</owl:NamedIndividual>

<owl:Class rdf:about="&idmp-spor;SPOR-ShortTermName">
Expand Down Expand Up @@ -386,7 +386,7 @@
<skos:definition>controlled vocabulary for the terms that describe the precise instructions for storage of a substance or product, such as the kind of container, temperature restrictions, container management, and other restrictions on the way something must be handled, according to Substances Products Organisations Referentials (SPOR) Referentials Management Services (RMS)</skos:definition>
<cmns-dsg:hasDescription>controlled vocabulary for the terms that describe the precise instructions for storage of a substance or product, such as the kind of container, temperature restrictions, container management, and other restrictions on the way something must be handled, according to Substances Products Organisations Referentials (SPOR) Referentials Management Services (RMS)</cmns-dsg:hasDescription>
<mvf:hasTextualName>Special Precautions for Storage</mvf:hasTextualName>
<mvf:hasURI rdf:resource="https://spor.ema.europa.eu/v1/lists/100000073344/terms"/>
<mvf:hasURI rdf:datatype="&xsd;anyURI">https://spor.ema.europa.eu/v1/lists/100000073344/terms</mvf:hasURI>
</owl:NamedIndividual>

<owl:Class rdf:about="&idmp-spor;SPOR-TermName">
Expand Down

0 comments on commit f36f267

Please sign in to comment.