Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The example below explains how the Names and IDs from the public GSRS Data on Amlodipine is represented in the structure of the IDMP Ontology.

Note: To keep things simple, in this example Amlodipine is modelled as an instance of idmp:Substance (i.e., with a rdf:type relationship).

Substance


Code Block
languagetext
titleSubstance
collapsetrue
<https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO11238-Substances/ChemicalSubstance>
	rdf:type            owl:Class ; 
	rdfs:subClassOf     <https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO11238-Substances/SingleSubstance> ;        
    rdfs:label          "chemical substance" ;
    skos:definition	    "single substance that can be described as a stoichiometric or non-stoichiometric single molecular entity and is not a protein, nucleic acid or polymer substance" .

<https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO11238-Substances/SingleSubstance>
	rdf:type            owl:Class ; 
	rdfs:subClassOf		<https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO11238-Substances/Substance> ;        
	rdfs:label          "single substance" ;
	skos:definition	    "substance that can be described by a single representation or set of descriptive elements" .

<https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO11238-Substances/Substance>
	rdf:type            owl:Class ;        
	rdfs:label          "single substance" ;
	skos:definition	    "substance that can be described by a single representation or set of descriptive elements" .

<https://gsrs.ncats.nih.gov/api/v1/substances/1J444QC288>
	rdf:type            <https://spec.pistoiaalliance.org/idmp/ontology/ISO/ISO11238-Substances/ChemicalSubstance> ;        
	rdfs:label			"AMLODIPINE" .

...