@base <http://purl.org/net/hifm/ontology#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <../../dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns4: <../../vocab/vann/> .
@prefix ns5: <http://creativecommons.org/ns#> .

<>
    ns5:license <https://creativecommons.org/licenses/by/3.0/> ;
    dct:contributor <https://plus.google.com/+BojanNajdenov> ;
    dct:creator <https://plus.google.com/+MilosJovanovik> ;
    dct:description "An ontology for describing brand-name drugs." ;
    dct:issued "2014-04-01" ;
    dct:modified "2016-08-28" ;
    dct:publisher <http://finki.ukim.mk/> ;
    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 <http://www.w3.org/2001/XMLSchema#string> .

<#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 <http://www.w3.org/2001/XMLSchema#string> .

<#manufacturer>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents a manufacturer of a drug." ;
    rdfs:domain <#Drug> ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#notes>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents additional notes related to a medicine." ;
    rdfs:domain <#Drug> ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<#packaging>
    a owl:DatatypeProperty ;
    rdfs:comment "This property represents the number of units per drug package." ;
    rdfs:domain <#Drug> ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .

<#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 <http://www.w3.org/2001/XMLSchema#float> .

<#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 <http://www.w3.org/2001/XMLSchema#float> .

<#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 <http://www.w3.org/2001/XMLSchema#string> .

<http://wifo5-04.informatik.uni-mannheim.de/drugbank/resource/drugbank/atcCode>
    a owl:DatatypeProperty ;
    rdfs:domain <#Drug> ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<http://wifo5-04.informatik.uni-mannheim.de/drugbank/resource/drugbank/brandName>
    a owl:DatatypeProperty ;
    rdfs:domain <#Drug> ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

<http://wifo5-04.informatik.uni-mannheim.de/drugbank/resource/drugbank/drugs>
    a owl:Class ;
    rdfs:label "drugs" .

<http://wifo5-04.informatik.uni-mannheim.de/drugbank/resource/drugbank/genericName>
    a owl:DatatypeProperty ;
    rdfs:domain <#Drug> ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

rdfs:label
    a owl:DatatypeProperty ;
    rdfs:domain <#Drug> ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

rdfs:seeAlso
    a owl:ObjectProperty ;
    rdfs:domain <#Drug> ;
    rdfs:range <http://wifo5-04.informatik.uni-mannheim.de/drugbank/resource/drugbank/drugs> .

