# # Prefixes # @prefix dce: . @prefix dct: . @prefix owl: . @prefix rdfs: . @prefix skos: . @prefix fos: . @prefix coun: . @prefix rdf: . @prefix clinskosch: . clinskosch: a owl:Ontology; dce:title """Clinical SKOS Schemes"""@en; dce:creator """Hans Cools, MD;"""@en; dce:contributor """Giovanni Mels, Jos De Roo, Pieterjan De Potter"""@en; dce:publisher """Agfa Healthcare/Belgium, IBBT/Belgium, Multimedia Lab/Ghent University/Belgium"""@en; dce:description """Formal description of clinical SKOS Schemes of clinical terminologies/coding systems and their datatypes."""@en; dce:format """OWL Full"""@en; dce:identifier """clinskosch"""@en; dce:language """English"""@en. # # Concept scheme instances # clinskosch:sct20080731 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """Systematized Nomenclature of Medicine--Clinical Terms/SNOMEDCT"""@en; dct:hasVersion """20080731""". clinskosch:icd10 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """International Statistical Classification of Diseases and Related Health Problems/ICD"""@en; dct:hasVersion """10""". clinskosch:icd9 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """International Statistical Classification of Diseases and Related Health Problems/ICD"""@en; dct:hasVersion """9""". clinskosch:icpc2 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """International classification of Primary Care/ICPC"""@en; dct:hasVersion """2""". clinskosch:atc20090101 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """Anatomical Therapeutic Chemical Classification System/ATC"""@en; dct:hasVersion """20090101""". clinskosch:cnk1 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """Code Nationale Kode"""@en; rdfs:comment """Belgian drug code system."""@en; dct:hasVersion """1.0"""; rdfs:subClassOf [ a owl:Restriction; owl:onProperty fos:hasNationality; owl:someValuesFrom [ a owl:Restriction; owl:onProperty fos:country; owl:someValuesFrom coun:be]]. clinskosch:kmehrdrugpres1 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """Kmehr drug presentation"""@en; dct:hasVersion """1.0"""; rdfs:subClassOf [ a owl:Restriction; owl:onProperty fos:hasNationality; owl:someValuesFrom [ a owl:Restriction; owl:onProperty fos:country; owl:someValuesFrom coun:be]]. clinskosch:kmehrdrugroute1 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """Kmehr drug route"""@en; dct:hasVersion """1.0"""; rdfs:subClassOf [ a owl:Restriction; owl:onProperty fos:hasNationality; owl:someValuesFrom [ a owl:Restriction; owl:onProperty fos:country; owl:someValuesFrom coun:be]]. clinskosch:fdadf008 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """US Food and Drug Administration Dosage Form"""@en; dct:hasVersion """008""". clinskosch:fdaroa004 a skos:conceptScheme; rdfs:isDefinedBy clinskosch:; rdfs:label """US Food and Drug Administration Route of Administration"""@en; dct:hasVersion """004""". #clinskosch:kmehrpatient1 a skos:conceptScheme; # a rdfs:Class; # rdfs:isDefinedBy clinskosch:; # rdfs:label """kmher patient"""; # dct:hasVersion """1.0""". ## fos:PatientCode is used instead # # Datatype instances # clinskosch:sct20080731DT a rdfs:Datatype. clinskosch:icd10DT a rdfs:Datatype. clinskosch:icd9DT a rdfs:Datatype. clinskosch:icpc2DT a rdfs:Datatype. clinskosch:atc20090101DT a rdfs:Datatype. clinskosch:cnk1DT a rdfs:Datatype. clinskosch:kmehrdrugpres1DT a rdfs:Datatype. clinskosch:kmehrdrugroute1DT a rdfs:Datatype. clinskosch:fdadf008DT a rdfs:Datatype. clinskosch:fdadroa004DT a rdfs:Datatype. #clinskosch:kmehrpatient1DT a rdfs:Datatype: an individual ID, such as a patient ID, not in skos because can't be range of inverse functional property # # Properties # clinskosch:hasCode a owl:DatatypeProperty; rdfs:isDefinedBy clinskosch:; skos:definition """Specifying for an instance a code of a SKOS concept, within a SKOS scheme, matching exactly a class the instance is member of."""@en; owl:propertyChainAxiom (rdf:type skos:exactMatch skos:notation). clinskosch:hasBroaderCode a owl:DatatypeProperty; rdfs:isDefinedBy clinskosch:; skos:definition """Specifying for an instance a code of a SKOS concept, within a SKOS scheme, matching broader a class the instance is member of."""@en; owl:propertyChainAxiom (rdf:type skos:broadMatch skos:notation).