#
# Prefixes
#
@prefix dce: .
@prefix dct: .
@prefix owl: .
@prefix rdfs: .
@prefix skos: .
@prefix snomedct: .
@prefix xsd: .
@prefix bole: .
@prefix bowe: .
@prefix fos: .
@prefix orgism: .
@prefix quex: .
@prefix event: .
@prefix agent: .
@prefix human: .
@prefix clinskosch: .
@prefix humanbody: .
humanbody:
a owl:Ontology;
dce:title """Human body"""@en;
dce:creator """Hans Cools, Pieterjan De Potter"""@en;
dce:publisher """Agfa Healthcare/Belgium, IBBT/Belgium, Multimedia Lab/Ghent University/Belgium"""@en;
dce:description """Formal general description of human body."""@en;
dce:format """OWL Full"""@en;
dce:identifier """humanbody"""@en;
dce:language """English"""@en.
#
# Classes
#
humanbody:WholeBody
a rdfs:Class;
rdfs:isDefinedBy humanbody:;
rdfs:label """human body"""@en;
skos:definition """The whole body of a human."""@en;
rdfs:subClassOf dct:PhysicalResource;
rdfs:subClassOf [
a owl:Restriction;
owl:onProperty fos:contains;
owl:someValuesFrom humanbody:Substance
];
rdfs:subClassOf [
a owl:Restriction;
owl:onProperty quex:hasPhysicalQuantity;
owl:someValuesFrom bowe:BodyWeight
];
rdfs:subClassOf [
a owl:Restriction;
owl:onProperty quex:hasPhysicalQuantity;
owl:someValuesFrom bole:BodyLength
];
rdfs:subClassOf [
a owl:Restriction;
owl:onProperty quex:hasPhysicalQuantity;
owl:someValuesFrom humanbody:Surface
];
skos:exactMatch [
a skos:Concept;
skos:inScheme clinskosch:sct20080731;
skos:notation "38266002"^^clinskosch:sctDT
].
humanbody:DeadBody
a rdfs:Class;
rdfs:isDefinedBy humanbody:;
rdfs:label """human dead body"""@en;
skos:definition """Remainings of a human after death."""@en;
rdfs:subClassOf dct:PhysicalResource;
rdfs:subClassOf [
a owl:Restriction;
owl:onProperty orgism:beingState;
owl:hasValue orgism:dead
];
rdfs:subClassOf [
a owl:Restriction;
owl:onProperty fos:complexity;
owl:someValuesFrom humanbody:WholeBody
];
owl:disjointWith human:Human;
skos:exactMatch [
a skos:Concept;
skos:inScheme clinskosch:sct20080731;
skos:notation "406139003"^^clinskosch:sctDT
].
humanbody:Death
a rdfs:Class;
rdfs:isDefinedBy humanbody:;
rdfs:label """death"""@en;
skos:definition """Finding of a human body that stopped being an organism."""@en;
rdfs:subClassOf event:Finding, [
a owl:Restriction;
owl:onProperty agent:hasAgent;
owl:someValuesFrom humanbody:DeadBody
];
rdfs:subClassOf snomedct:SCTID_419620001;
skos:exactMatch [
a skos:Concept;
skos:inScheme clinskosch:sct20080731;
skos:notation "419620001"^^clinskosch:sctDT
].
humanbody:Substance
a rdfs:Class;
rdfs:isDefinedBy humanbody:;
rdfs:label """human body substance"""@en;
skos:definition """Any sui generis substance contained by the human body."""@en;
rdfs:subClassOf dct:PhysicalResource;
skos:exactMatch [
a skos:Concept;
skos:inScheme clinskosch:sct20080731;
skos:notation "91720002"^^clinskosch:sctDT
].
humanbody:Surface
a rdfs:Class;
rdfs:isDefinedBy humanbody:;
rdfs:label """human body surface"""@en;
skos:definition """Any part or whole of the human body surface."""@en;
rdfs:subClassOf quex:Surface.
humanbody:Structure
a rdfs:Class;
rdfs:isDefinedBy humanbody:;
rdfs:label """human body structure"""@en;
skos:definition """Any part of the human body."""@en;
skos:note """This can be a site as object of a disease or a procedure."""@en;
rdfs:subClassOf humanbody:Substance;
rdfs:subClassOf snomedct:SCTID_123037004;
skos:exactMatch [
a skos:Concept;
skos:inScheme clinskosch:sct20080731;
skos:notation "123037004"^^clinskosch:sctDT
].
humanbody:AnatomicalStructure
a rdfs:Class;
rdfs:isDefinedBy humanbody:;
rdfs:label """human anatomical structure"""@en;
skos:definition """Human structure of any kind as result of species evolution."""@en;
rdfs:subClassOf humanbody:Structure;
owl:disjointWith humanbody:AcquiredStructure;
rdfs:subClassOf snomedct:SCTID_91723000;
skos:exactMatch [
a skos:Concept;
skos:inScheme clinskosch:sct20080731;
skos:notation "91723000"^^clinskosch:sctDT
].
humanbody:AcquiredStructure
a rdfs:Class;
rdfs:isDefinedBy humanbody:;
rdfs:label """acquired human body structure"""@en;
skos:definition """Any acquired human body structure, e.g. a scar, an amputation stump."""@en;
rdfs:subClassOf humanbody:Structure;
rdfs:subClassOf snomedct:SCTID_280115004;
skos:exactMatch [
a skos:Concept;
skos:inScheme clinskosch:sct20080731;
skos:notation "280115004"^^clinskosch:sctDT
].
# BMI: """measure of total body fat based on height and weight that applies to both adult men and women"""
# limits: may overestimate body fat in athletes and others who have a muscular build, may underestimate body fat in older persons and others who have lost muscle mass.
# Fat-free mass index, Fat mass index
#
# Properties
#
humanbody:hasBMI
a owl:DatatypeProperty;
rdfs:isDefinedBy humanbody:;
skos:definition """Specifying the value of a body mass index of a human."""@en;
rdfs:domain human:Human;
rdfs:range xsd:decimal.