@base . @prefix rdf: . @prefix rdfs: . @prefix dct: <../../dc/terms/> . @prefix owl: . @prefix ns4: <../../vocab/vann/> . @prefix ns5: . <> ns5:license ; dct:contributor ; dct:creator ; dct:description "An ontology for describing brand-name drugs." ; dct:issued "2014-04-01" ; dct:modified "2016-08-28" ; dct:publisher ; dct:rights "Copyright 2014, Milos Jovanovik" ; dct:title "HIFM Ontology" ; ns4:preferredNamespacePrefix "hifm" ; ns4:preferredNamespaceUri "http://purl.org/net/hifm/ontology#" ; a owl:Ontology ; rdfs:comment "An ontology for the Health Insurance Fund of Macedonia (HIFM)." ; rdfs:isDefinedBy <> ; rdfs:label "DBM Ontology" ; owl:versionInfo "1.1" . <#Drug> a owl:Class ; rdfs:comment "This class represents a brand-name drug." ; rdfs:label "Drug" . <#dosageForm> a owl:DatatypeProperty ; rdfs:comment "This property represents the dosage form of the medicine." ; rdfs:domain <#Drug> ; rdfs:range . <#id> a owl:DatatypeProperty ; rdfs:comment "This is the ID that the medicine has in the local system of the Health Insurance Fund of Macedonia" ; rdfs:domain <#Drug> ; rdfs:range . <#manufacturer> a owl:DatatypeProperty ; rdfs:comment "This property represents a manufacturer of a drug." ; rdfs:domain <#Drug> ; rdfs:range . <#notes> a owl:DatatypeProperty ; rdfs:comment "This property represents additional notes related to a medicine." ; rdfs:domain <#Drug> ; rdfs:range . <#packaging> a owl:DatatypeProperty ; rdfs:comment "This property represents the number of units per drug package." ; rdfs:domain <#Drug> ; rdfs:range . <#refPriceNoVAT> a owl:DatatypeProperty ; rdfs:comment "This property represents the referent price of the medicine in macedonian denars (MKD), with NO VAT calculated" ; rdfs:domain <#Drug> ; rdfs:range . <#refPriceWithVAT> a owl:DatatypeProperty ; rdfs:comment "This property represents the referent value of the medicine in macedonian denars (MKD), with VAT calculated" ; rdfs:domain <#Drug> ; rdfs:range . <#similarTo> a owl:ObjectProperty, owl:SymmetricProperty, owl:TransitiveProperty ; rdfs:comment "This property represents a similarity that is known between two drugs." ; rdfs:domain <#Drug> ; rdfs:range <#Drug> . <#strength> a owl:DatatypeProperty ; rdfs:comment "This property represents the strength of the drug, in milligrams." ; rdfs:domain <#Drug> ; rdfs:range . a owl:DatatypeProperty ; rdfs:domain <#Drug> ; rdfs:range . a owl:DatatypeProperty ; rdfs:domain <#Drug> ; rdfs:range . a owl:Class ; rdfs:label "drugs" . a owl:DatatypeProperty ; rdfs:domain <#Drug> ; rdfs:range . rdfs:label a owl:DatatypeProperty ; rdfs:domain <#Drug> ; rdfs:range . rdfs:seeAlso a owl:ObjectProperty ; rdfs:domain <#Drug> ; rdfs:range .