https://w3id.org/omop/ontology/has_ingredient
For Drug Strength: The Concept representing the active ingredient contained within the drug product.
Combination Drugs will have more than one record in this table, one for each active Ingredient.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Drug strength | Has ingredient | Concept |
@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owlready: <http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:has_ingredient a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "Has ingredient"^^xsd:string ;
owlready:python_name "ingredient"^^xsd:string ;
rdfs:comment """For Drug Strength: The Concept representing the active ingredient contained within the drug product.
Combination Drugs will have more than one record in this table, one for each active Ingredient."""@en ;
rdfs:domain omop:DrugStrength ;
rdfs:range omop:Concept ;
omop:omop_cdm_name "drug_strength.ingredient_concept_id#412 AS Concept"^^xsd:string .