# # Prefixes # @prefix dce: . @prefix foaf: . @prefix geo: . @prefix owl: . @prefix rdfs: . @prefix skos: . @prefix con: . @prefix space: . @prefix clinskosch: . @prefix env: . env: a owl:Ontology; dce:title """Environment"""@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 environment."""@en; dce:format """OWL-Full"""@en; dce:identifier """env"""@en; dce:language """English"""@en. # # Classes # #space:Location equivalentClass space:Position env:Environment a rdfs:Class; rdfs:isDefinedBy env:; rdfs:label """environment"""@en; skos:definition """Surroundings as aggregate of things, conditions, and influences."""@en; rdfs:subClassOf geo:SpatialThing; skos:exactMatch [ a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "276339004"^^clinskosch:sct20080731DT ]. env:CommunityEnvironment a rdfs:Class; rdfs:isDefinedBy env:; rdfs:label """community environment"""@en; skos:definition """Environment of a community of any kind."""@en; rdfs:subClassOf env:Environment; rdfs:comment """E.g. the human colon as an environment for bacteria."""@en. env:HumanCommunityEnvironment a rdfs:Class; rdfs:isDefinedBy env:; rdfs:label """human community environment"""@en; skos:definition """Man-made surroundings that provide the setting for human activity, ranging from the large-scale civic surroundings to the personal places."""@en; rdfs:subClassOf env:CommunityEnvironment; skos:exactMatch [ a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "285202004"^^clinskosch:sct20080731DT ]. env:Home a rdfs:Class; rdfs:isDefinedBy env:; rdfs:label """home"""@en; skos:definition """human principal residence"""@en; rdfs:subClassOf env:HumanCommunityEnvironment, foaf:Organization; skos:exactMatch [ a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "264362003"^^clinskosch:sct20080731DT ]. # # Properties # env:hasEnvironment a owl:ObjectProperty; rdfs:isDefinedBy env:; skos:definition """Specifying an environment containing something."""@en; rdfs:domain rdfs:Resource; # e.g. con:ContactLocation rdfs:range env:Environment. env:environmentOf a owl:ObjectProperty; rdfs:isDefinedBy env:; skos:definition """Specifying something contained by an environment."""@en; owl:inverseOf env:hasEnvironment.