@prefix xsd: . @prefix owl: . @prefix : . @prefix xml: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @base . rdf:type owl:Ontology ; "http://umbel.org/umbel#"^^rdf:PlainLiteral ; "umbel"^^rdf:PlainLiteral ; "Ontotext AD"@en , "Structured Dynamics LLC"@en ; skos:definition "UMBEL (Upper Mapping and Binding Exchange Layer) vocabulary provides a general vocabulary (the UMBEL \"vocabulary\") of classes and predicates for describing domain ontologies, with the specific aim of promoting interoperability with external datasets and domains."@en ; skos:prefLabel "Upper Mapping and Binding Exchange Layer (UMBEL) Reference Concepts Structure"@en ; owl:versionIRI ; owl:imports . ################################################################# # # Annotation properties # ################################################################# rdf:type owl:AnnotationProperty . rdf:type owl:AnnotationProperty . rdf:type owl:AnnotationProperty . skos:prefLabel rdf:type owl:AnnotationProperty . rdf:type owl:AnnotationProperty . skos:definition rdf:type owl:AnnotationProperty . :hasCharacteristic rdf:type owl:AnnotationProperty ; skos:definition "The property umbel:hasCharacteristic is used to assert the relation between a Reference Concept and external properties that may be used in external ontologies to characterize, describe, or provide attributes for data records associated with that concept. It is via this property or its inverse, umbel:isCharacteristicOf, that external data characterizations may be incorporated and modeled within a domain ontology based on the UMBEL vocabulary."@en ; skos:prefLabel "has characteristic"@en . :isCharacteristicOf rdf:type owl:AnnotationProperty ; skos:definition "The property umbel:isCharacteristicOf is used to assert the relation between a property and a Reference Concept (or its punned individual) to which it applies. Such properties may be used in external ontologies to characterize, describe, or provide attributes for data records associated with that concept. It is via this property or its inverse, umbel:hasCharacteristic, that external data characterizations may be incorporated and modeled within a domain ontology based on the UMBEL vocabulary."@en ; skos:prefLabel "is characteristic of"@en . rdfs:comment rdf:type owl:AnnotationProperty . skos:altLabel rdf:type owl:AnnotationProperty . ################################################################# # # Object Properties # ################################################################# ### http://umbel.org/umbel#correspondsTo :correspondsTo rdf:type owl:ObjectProperty , owl:ReflexiveProperty , owl:SymmetricProperty , owl:TransitiveProperty ; rdfs:comment """The property umbel:correspondsTo is used to assert a close correspondence between an external class, named entity, individual or instance with a Reference Concept class. umbel:correspondsTo relates the external class, named entity, individual or instance to the class through the basis of both its subject matter and intended scope. This predicate should be used where the correspondence between the two entities is felt to be nearly equivalent to a sameAs assertion, and is reflexive, but without the full entailments of intensional class memberships. In these cases, both entities are understood to have the same type and intended scope, but without asserting a full class-level or sameAs individual relationship. This predicate is designed for the circumstance of aligning two different ontologies or knowledge bases based on node-level correspondences, but without entailing the actual ontological relationships and structure of the object source. For example, the umbel:correspondsTo predicate is used to assert close correspondence between UMBEL Reference Concepts and Wikipedia categories or pages, yet without entailing the actual Wikipedia category structure. This property asserts a different and stronger relationship than umbel:isAbout. One practical use is to guide specific instance member determinations when, say, the native structure of the external ontology or knowledge base is to be analyzed and replaced with an UMBEL-based structure. This property is therefore used to create a nearly equivalent assertion (however, with the degree of that equivalence being unknown or unknowable) between an external instance or class and a Reference Concept class"""@en ; rdfs:range :RefConcept ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#hasMapping :hasMapping rdf:type owl:ObjectProperty ; skos:definition "This property is used to reify a umbel:isAbout or a umbel:isRelatedTo property to a mapping percentage value, some quantitative metric value, or a qualitative descriptor characterizing the linkage degree or overlap between the two classes, predicates, individuals or datatypes. This value might be calculated from some external utility. "@en ; skos:prefLabel "has mapping"@en ; rdfs:domain rdf:Statement ; rdfs:range owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#isAbout :isAbout rdf:type owl:ObjectProperty ; skos:definition """The property umbel:isAbout is used to assert the relation between a named entity (individual) and a Reference Concept class. umbel:isAbout relates the named entity (individual) to the class through the basis of its subject matter. The relation acknowledges that the scope of the class can not be determined solely by the aggregation or extent of its associated individual entity members, and that the nature of the Reference Concept class may not alone bound or define the individual entity. This property is therefore used to create a topical assertion between an individual and a Reference Concept."""@en ; skos:prefLabel "is about"@en ; rdfs:range :RefConcept ; owl:inverseOf :isRelatedTo ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#isLike :isLike rdf:type owl:ObjectProperty , owl:SymmetricProperty ; skos:definition """The property umbel:isLike is used to assert an associative link between similar individuals who may or may not be identical, but are believed to be so. This property is not intended as a general expression of similarity, but rather the likely but uncertain same identity of the two resources being related. This property can and should be changed if the certainty of the sameness of identity is subsequently determined. In general, we may not be able to assert that two individuals are the same based solely on current information on hand. However, there may be quite reasonable bases or methods that the two individuals are likely the same without being one hundred percent sure. umbel:isLike has the semantics of likely identity, but where there is some uncertainty that the two resources indeed refer to the exact same individual with the same identity. Such uncertainty can arise when, for example, common names may be used for different individuals (e.g., John Smith). It is appropriate to use this property when there is strong belief the two resources refer to the same individual with the same identity, but that association can not be asserted at the present time with certitude. """@en ; skos:prefLabel "is like"@en ; rdfs:range owl:Thing ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#isRelatedTo :isRelatedTo rdf:type owl:ObjectProperty ; skos:definition "Check the definition of umbel:isAbout for the definition of this property; isRelatedTo is the inverse property of isAbout. "@en ; skos:prefLabel "links entity"@en ; rdfs:domain :RefConcept ; rdfs:range owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToAbstraction :relatesToAbstraction rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has abstraction"@en ; rdfs:range :AbstractLevel ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToActivity :relatesToActivity rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has activity"@en ; rdfs:range :Activities ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToAnimal :relatesToAnimal rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "relates to animal"@en ; rdfs:range :Animals ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToAttribute :relatesToAttribute rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has attribute"@en ; rdfs:range :Attributes ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToAudioInfo :relatesToAudioInfo rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "relates to audio information"@en ; rdfs:range :AudioInfo ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToChemistry :relatesToChemistry rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to chemistry"@en ; rdfs:range :Chemistry ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToDisease :relatesToDisease rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to disease"@en ; rdfs:range :Diseases ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToDrug :relatesToDrug rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to drug"@en ; rdfs:range :Drugs ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToEarth :relatesToEarth rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to earthscape"@en ; rdfs:range :Earthscape ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToEvent :relatesToEvent rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has event"@en ; rdfs:range :Events ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToFacility :relatesToFacility rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to facility"@en ; rdfs:range :Facilities ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToFinanceEconomy :relatesToFinanceEconomy rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to finance or economy"@en ; rdfs:range :FinanceEconomy ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToFoodDrink :relatesToFoodDrink rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has food drink"@en ; rdfs:range :FoodDrink ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToGeoEntity :relatesToGeoEntity rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to geopolitical entity"@en ; rdfs:range :Geopolitical ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToHeavens :relatesToHeavens rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to extraterrestrial entity"@en ; rdfs:range :Extraterrestrial ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToMarketIndustry :relatesToMarketIndustry rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to market or industry"@en ; rdfs:range :MarketsIndustries ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToNotation :relatesToNotation rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has notation"@en ; rdfs:range :Notations ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToNumbers :relatesToNumbers rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to numbers"@en ; rdfs:range :Numbers ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToOrganizationType :relatesToOrganizationType rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has organization type"@en ; rdfs:range :Organizations ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToOtherOrganism :relatesToOtherOrganism rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to other organism"@en ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( :Prokaryotes :ProtistsFungus ) ] . ### http://umbel.org/umbel#relatesToPersonType :relatesToPersonType rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has person type"@en ; rdfs:range :PersonTypes ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToPhenomenon :relatesToPhenomenon rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to natural phenomenon"@en ; rdfs:range :NaturalPhenomena ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToPlant :relatesToPlant rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to plant"@en ; rdfs:range :Plants ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToProductType :relatesToProductType rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has product type"@en ; rdfs:range :Products ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToSociety :relatesToSociety rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to society"@en ; rdfs:range :Society ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToStructuredInfo :relatesToStructuredInfo rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to structured information"@en ; rdfs:range :StructuredInfo ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToSubstance :relatesToSubstance rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to natural substance"@en ; rdfs:range :NaturalSubstances ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToTime :relatesToTime rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has time"@en ; rdfs:range :Time ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToTopic :relatesToTopic rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has topic"@en ; rdfs:range :TopicsCategories ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToVisualInfo :relatesToVisualInfo rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to visual information"@en ; rdfs:range :VisualInfo ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToWorkplace :relatesToWorkplace rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship "@en ; skos:prefLabel "has workplace"@en ; rdfs:range :Workplaces ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://umbel.org/umbel#relatesToWrittenInfo :relatesToWrittenInfo rdf:type owl:ObjectProperty ; skos:definition "This predicate relates an external entity to the SuperType (ST) shown. It indicates there is a relationship to the ST of a verifiable nature, but which is undetermined as to strength or a full rdf:type relationship."@en ; skos:prefLabel "relates to written information"@en ; rdfs:domain owl:Thing ; rdfs:subPropertyOf owl:topObjectProperty . ### http://www.w3.org/2002/07/owl#topObjectProperty owl:topObjectProperty rdf:type owl:ObjectProperty . ### http://www.w3.org/2004/02/skos/core#broaderTransitive skos:broaderTransitive rdf:type owl:ObjectProperty . ### http://www.w3.org/2004/02/skos/core#narrowerTransitive skos:narrowerTransitive rdf:type owl:ObjectProperty . ################################################################# # # Data properties # ################################################################# ### http://www.w3.org/2002/07/owl#topDataProperty owl:topDataProperty rdf:type owl:DatatypeProperty . ################################################################# # # Classes # ################################################################# ### http://umbel.org/umbel#AbstractLevel :AbstractLevel rdf:type owl:Class ; rdfs:subClassOf :SuperType ; skos:definition "This general SuperType category is largely composed of former AbstractConcepts, and represent some of the more abstract upper-level nodes for connecting the UMBEL structure together. This SuperType also includes theories or processes or methods for humans to do stuff or any human technology "@en ; skos:prefLabel "abstract level"@en . ### http://umbel.org/umbel#Activities :Activities rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Animals :AudioInfo :Drugs :Earthscape :Extraterrestrial :Facilities :Geopolitical :NaturalSubstances :Numbers :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :Workplaces ) ] ; skos:definition "These are ongoing activities that result (mostly) from human effort, often conducted by organizations to assist other organizations or individuals (in which case they are known as services, such as medicine, law, printing, consulting or teaching) or individual or group efforts for leisure, fun, sports, games or personal interests (activities) "@en ; skos:prefLabel "activities"@en . ### http://umbel.org/umbel#Animals :Animals rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :AudioInfo :Drugs :Earthscape :Events :Extraterrestrial :Facilities :FinanceEconomy :Geopolitical :NaturalPhenomena :NaturalSubstances :Notations :Numbers :Plants :Prokaryotes :ProtistsFungus :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "This large SuperType includes all animal types, including specific animal types and vertebrates, invertebrates, insects, crustaceans, fish, reptiles, amphibia, birds, mammals, and animal body parts. Animal parts are specifically included. Also, groupings of such animals are included. Humans, as an animal, are included (versus as an individual Person). Diseases are specifically excluded. Animals have many of the similar overlaps to Plants. However, in addition, there are more terms for animal groups, animal parts, animal secretions, etc. Also Animals can include some human traits (posture, dead animal, etc) "@en ; skos:prefLabel "animals"@en . ### http://umbel.org/umbel#Attributes :Attributes rdf:type owl:Class ; rdfs:subClassOf :SuperType ; skos:definition "This general SuperType category is for descriptive attributes of all kinds. Think of the specific attributes in Wikipedia \"infoboxes\" to understand the purpose and coverage of this SuperType. It includes colors, shapes, sizes, or other descriptive characteristics about an object."@en ; skos:prefLabel "attributes"@en . ### http://umbel.org/umbel#AudioInfo :AudioInfo rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :Chemistry :Diseases :Drugs :Earthscape :Extraterrestrial :Facilities :FinanceEconomy :FoodDrink :Geopolitical :NaturalPhenomena :NaturalSubstances :Numbers :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :Workplaces :WrittenInfo ) ] ; skos:definition "This SuperType is for any audio-only human work. Examples include live music performances, record albums, or radion shows or individual radio broadcasts "@en ; skos:prefLabel "audio information"@en . ### http://umbel.org/umbel#Chemistry :Chemistry rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :AudioInfo :Diseases :Earthscape :Extraterrestrial :Facilities :FinanceEconomy :Geopolitical :NaturalPhenomena :Notations :Numbers :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "This SuperType is a residual category (n.o.c., not otherwise categorized) for chemical bonds, chemical composition groupings, and the like. It is formed by what is not a natural substance or living thing (organic) substance. "@en ; skos:prefLabel "chemistry"@en . ### http://umbel.org/umbel#Diseases :Diseases rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :AudioInfo :Drugs :Earthscape :Extraterrestrial :Facilities :FinanceEconomy :FoodDrink :Geopolitical :NaturalPhenomena :Notations :Numbers :Organizations :PersonTypes :Plants :Products :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "Diseases are atypical or unusual or unhealthy conditions for (mostly human) living things, generally known as conditions, disorders, infections, diseases or syndromes. Diseases only affect living things and sometimes are caused by living things. This SuperType also includes impairments, disease vectors, wounds and injuries, and poisoning."@en ; skos:prefLabel "diseases"@en . ### http://umbel.org/umbel#Drugs :Drugs rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Diseases :Earthscape :Events :Extraterrestrial :Facilities :FinanceEconomy :Geopolitical :NaturalPhenomena :Notations :Numbers :Organizations :PersonTypes :Prokaryotes :Society :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "This SuperType is an drug, medication or addictive substance "@en ; skos:prefLabel "drugs"@en . ### http://umbel.org/umbel#Earthscape :Earthscape rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Diseases :Drugs :Events :FoodDrink :NaturalPhenomena :Notations :Numbers :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :VisualInfo :WrittenInfo ) ] ; skos:definition """The Natural Feature SuperType is the collection of cartographic features that occur on the surface of the Earth. Positive examples include Mountain, Ocean, and Mesa. Artificial features such as canals are excluded. Most instances of these features have a fixed location in space. Underground and underwater are also explicitly contained. This SuperType is explicitly disjoint with Extraterrestrial (see below). """@en ; skos:prefLabel "earthscape"@en . ### http://umbel.org/umbel#Events :Events rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Animals :Drugs :Earthscape :Facilities :Geopolitical :NaturalSubstances :Numbers :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :Workplaces ) ] ; skos:definition "These are nameable occasions, games, sports events, conferences, natural phenomena, natural disasters, wars, incidents, anniversaries, holidays, or notable moments or periods in time "@en ; skos:prefLabel "events"@en . ### http://umbel.org/umbel#Extraterrestrial :Extraterrestrial rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Diseases :Drugs :Facilities :FinanceEconomy :FoodDrink :Geopolitical :Notations :Numbers :Organizations :PersonTypes :Plants :Products :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :Workplaces :WrittenInfo ) ] ; skos:prefLabel "Extraterrestrial"@en ; skos:definition "This SuperType includes all natural things not specifically terrestrial, including celestial bodies (planets, asteroids, stars, galaxies, etc., that can be located within a sky map)."@en . ### http://umbel.org/umbel#Facilities :Facilities rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Diseases :Drugs :Events :Extraterrestrial :FoodDrink :NaturalPhenomena :Notations :Numbers :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :WrittenInfo ) ] ; skos:definition """Facilities are physical places or buildings constructed by humans, such as schools, public institutions, markets, museums, amusement parks, worship places, stations, airports, ports, carstops, lines, railroads, roads, waterways, tunnels, bridges, parks, sport facilities, monuments. All can be geospatially located. Facilities also include animal pens and enclosures and general human \"activity\" areas (golf course, archeology sites, etc.). Iportantly Facilities include infrastructure systems such as roadways and physical networks. Facilities also include the component parts that go into making them (such as foundations, doors, windows, roofs, etc.) """@en ; skos:prefLabel "facilities"@en . ### http://umbel.org/umbel#FinanceEconomy :FinanceEconomy rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Animals :AudioInfo :Diseases :Drugs :Extraterrestrial :FoodDrink :NaturalPhenomena :Numbers :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :Time :VisualInfo ) ] ; skos:definition "This SuperType pertains to all things financial and with respect to the economy, including chartable company performance, stock index entities, money, local currencies, taxes, incomes, accounts and accounting, mortgages and property. "@en ; skos:prefLabel "fnance and economy"@en . ### http://umbel.org/umbel#FoodDrink :FoodDrink rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :AudioInfo :Diseases :Earthscape :Extraterrestrial :Facilities :FinanceEconomy :Geopolitical :NaturalPhenomena :Notations :Numbers :Organizations :PersonTypes :Prokaryotes :Society :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "This SuperType is any edible substance grown, made or harvested by humans. The category also specifically includes the concept of cuisines "@en ; skos:prefLabel "food or drink"@en . ### http://umbel.org/umbel#Geopolitical :Geopolitical rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Diseases :Drugs :Events :Extraterrestrial :FoodDrink :NaturalPhenomena :Notations :Numbers :PersonTypes :Plants :Products :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :VisualInfo :WrittenInfo ) ] ; skos:definition "Named places that have some informal or formal political (authorized) component. Important subcollections include Country, IndependentCountry, State_Geopolitical, City, and Province. "@en ; skos:prefLabel "geopolitical"@en . ### http://umbel.org/umbel#MarketsIndustries :MarketsIndustries rdf:type owl:Class ; rdfs:subClassOf :SuperType ; skos:definition "This SuperType is a specialized classificatory system for markets and industries. It could be combined with the SuperType above, but is kept separate in order to provide a separate, economy-oriented system. "@en ; skos:prefLabel "market industries"@en . ### http://umbel.org/umbel#NaturalPhenomena :NaturalPhenomena rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Animals :AudioInfo :Chemistry :Drugs :Earthscape :Facilities :FinanceEconomy :FoodDrink :Geopolitical :NaturalSubstances :Notations :Numbers :Organizations :PersonTypes :Plants :Products :Prokaryotes :ProtistsFungus :Society :Time :Workplaces :WrittenInfo ) ] ; skos:definition "This SuperType includes natural phenomena and natural processes such as weather, weathering, erosion, fires, lightning, earthquakes, tectonics, etc. Clouds and weather processes are specifically included. Also includes climate cycles, general natural events (such as hurricanes) that are not specifically named, and biochemical processes and pathways. "@en ; skos:prefLabel "natural phenomena"@en . ### http://umbel.org/umbel#NaturalSubstances :NaturalSubstances rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :AudioInfo :Diseases :Events :NaturalPhenomena :Notations :Numbers :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "Notable inclusions are minerals, compounds, chemicals, or physical objects that are not the outcome of purposeful human effort, but are found naturally occurring. Other natural objects (such as rock, fossil, etc.) are also found under this SuperType. Natural Substances include subatomic particles. The contrast is with Earthscape, which covers natural \"features\" or living substances, which are covered under the appropriate SuperTypes. Chemicals can be Natural Substances, but only if they are naturally occurring, such as limestone or salt."@en ; skos:prefLabel "natural substance"@en . ### http://umbel.org/umbel#Notations :Notations rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Animals :Diseases :Drugs :Earthscape :Extraterrestrial :Facilities :FoodDrink :Geopolitical :NaturalPhenomena :NaturalSubstances :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :Time :Workplaces ) ] ; skos:definition """Akin to conceptual works, these are codified means of human expression. Examples range from human languages themselves, to more domain-specific cases such as chemical symbols, genetic code (A-G-C-T), protocols, and computer languages, mathematical and set notations, etc. Identifiers (numeric or alphanumeric identifiers for objects, often in a highly patterned way, such as phone numbers, URLs, zip and postal codes, SKUs, product codes, etc.), Units (any of the various ways in which measurement, space, volume, weight, speed, intensity, temperature, calories, siesmic intensity or other quantitative descriptions of phenomena can be made) and key reference types are also included in this SuperType """@en ; skos:prefLabel "notations"@en . ### http://umbel.org/umbel#Numbers :Numbers rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Diseases :Drugs :Earthscape :Events :Extraterrestrial :Facilities :FinanceEconomy :FoodDrink :Geopolitical :NaturalPhenomena :NaturalSubstances :Organizations :PersonTypes :Plants :Products :Prokaryotes :ProtistsFungus :Society :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "This unique SuperType is for any abstract representation of numbers and numerics "@en ; skos:prefLabel "numbers"@en . ### http://umbel.org/umbel#Organizations :Organizations rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :AudioInfo :Diseases :Drugs :Events :Extraterrestrial :Facilities :FoodDrink :NaturalPhenomena :NaturalSubstances :Notations :Numbers :Plants :Products :Prokaryotes :ProtistsFungus :StructuredInfo :Time :VisualInfo :WrittenInfo ) ] ; skos:definition """Organization is a broad SuperType and includes formal collections of humans, sometimes by legal means, charter, agreement or some mode of formal understanding. Examples include geoplotical entities such as nations, municipalities or countries; or companies, institutes, governments, universities, militaries, political parties, game groups, international organizations, trade associations, etc. All institutions, for example, are organizations. Also included are informal collections of humans. Informal or less defined groupings of humans may result from ethnicity or tribes or nationality or from shared interests (such as social networks or mailing lists) or expertise (\"communities of practice\"). This dimension also includes the notion of identifiable human groups with set members at any given point in time. Examples include music groups, cast members of a play, directors on a corporate Board, TV show members, gangs, mobs, juries, generations, minorities, etc. Finally, Organizations contain the concepts of Industries and Programs and Communities. """@en ; skos:prefLabel "organizations"@en . ### http://umbel.org/umbel#PersonTypes :PersonTypes rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :AudioInfo :Chemistry :Diseases :Drugs :Earthscape :Events :Extraterrestrial :Facilities :FinanceEconomy :FoodDrink :Geopolitical :NaturalPhenomena :NaturalSubstances :Notations :Numbers :Plants :Products :Prokaryotes :ProtistsFungus :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:prefLabel "The appropriate SuperType for all named, individual human beings. This SuperType also includes the assignment of formal, honorific or cultural titles given to specific human individuals. It further includes names given to humans who conduct specific jobs or activities (the latter case is known as an avocation). Examples include steelworker, waitress, lawyer, plumber, artisan. Ethnic groups are specifically included."@en , "person types"@en . ### http://umbel.org/umbel#Plants :Plants rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Chemistry :Diseases :Earthscape :Events :Extraterrestrial :Facilities :FinanceEconomy :Geopolitical :NaturalPhenomena :NaturalSubstances :Notations :Numbers :Organizations :PersonTypes :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "This SuperType includes all plant types and flora, including flowering plants, algae, non-flowering plants, gymnosperms, cycads, and plant parts and body types. Note that all Plant Parts are also included."@en ; skos:prefLabel "plants"@en . ### http://umbel.org/umbel#Products :Products rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Diseases :Extraterrestrial :Geopolitical :NaturalPhenomena :Numbers :Organizations :PersonTypes :Prokaryotes :ProtistsFungus :Society :Time ) ] ; skos:definition "This is the largest SuperType and includes any instance offered for sale or performed as a commercial service. Often physical object made by humans that is not a conceptual work or a facility, such as vehicles, cars, trains, aircraft, spaceships, ships, foods, beverages, clothes, drugs, weapons. Products also include the concept of 'state' (e/g/., on/off) "@en ; skos:prefLabel "products"@en . ### http://umbel.org/umbel#Prokaryotes :Prokaryotes rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Chemistry :Diseases :Drugs :Earthscape :Events :Extraterrestrial :Facilities :FinanceEconomy :Geopolitical :NaturalPhenomena :NaturalSubstances :Notations :Numbers :Organizations :PersonTypes :Plants :Products :Society :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "The Prokaryotes include all prokaryotic organisms, including the Monera, Archaebacteria, Bacteria, and Blue-green algas. Also included in this SuperType are viruses and prions."@en ; skos:prefLabel "prokaryotes"@en . ### http://umbel.org/umbel#ProtistsFungus :ProtistsFungus rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Diseases :Earthscape :Events :Extraterrestrial :Facilities :FinanceEconomy :Geopolitical :NaturalPhenomena :NaturalSubstances :Notations :Numbers :Organizations :PersonTypes :Plants :Products :Society :StructuredInfo :Time :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "This is the remaining cluster of eukaryotic organisms, specifically including the fungus and the protista (protozoans and slime molds)."@en ; skos:prefLabel "protists fungus"@en . ### http://umbel.org/umbel#Qualifier :Qualifier rdf:type owl:Class ; skos:definition "The Qualifier class is a set of descriptions that indicate the method used in order to establish an isAbout relationship between an UMBEL reference concept (RC) and an external entity. This description should be complete enough to aid understanding of the nature and reliability of the \"aboutness\" assertion and to be usable for filtering or user interface information. The descriptions may be literal strings or may refer to literal numeric values resulting from an automated alignment technique."@en ; skos:prefLabel "qualifier"@en . ### http://umbel.org/umbel#RefConcept :RefConcept rdf:type owl:Class ; rdfs:subClassOf skos:Concept , [ rdf:type owl:Restriction ; owl:onProperty :isRelatedTo ; owl:allValuesFrom owl:Thing ] ; skos:definition """Reference Concepts are a distinct subset of the more broadly understood concept such as used in the SKOS RDFS controlled vocabulary or formal concept analysis or the very general or abstract concepts common to some upper ontologies. Reference Concepts are selected for their use as concrete, subject-related or commonly used notions for describing tangible ideas and referents in human experience and language. Reference Concepts are classes, the members of which are nameable instances or named entities, which by definition are held as distinct from these concepts. The UMBEL ontology is a coherently organized structure (or reference \"backbone\") of these Reference Concepts. """@en ; skos:prefLabel "reference concept"@en . ### http://umbel.org/umbel#Society :Society rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :AudioInfo :Chemistry :Diseases :Drugs :Earthscape :Events :Extraterrestrial :Facilities :FinanceEconomy :FoodDrink :Geopolitical :NaturalPhenomena :NaturalSubstances :Notations :Numbers :Plants :Products :Prokaryotes :ProtistsFungus :StructuredInfo :Time :VisualInfo :Workplaces ) ] ; skos:definition "This category includes concepts related to political systems, laws, rules or cultural mores governing societal or community behavior, or doctrinal, faith or religious bases or entities (such as gods, angels, totems) governing spiritual human matters. Culture, Issues, beliefs and various activisms (most -isms) are included "@en ; skos:prefLabel "society"@en . ### http://umbel.org/umbel#StructuredInfo :StructuredInfo rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Animals :AudioInfo :Diseases :Drugs :Earthscape :Extraterrestrial :Facilities :FoodDrink :Geopolitical :NaturalSubstances :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :Time :Workplaces ) ] ; skos:definition "This information SuperType is for all kinds of structured information and datasets, including compute programs, databases, files, Web pages and structured data that can be presented in tabular form "@en ; skos:prefLabel "structured information"@en . ### http://umbel.org/umbel#SuperType :SuperType rdf:type owl:Class ; skos:prefLabel "SuperType"@en ; skos:definition "SuperTypes are a collection of (mostly) similar Reference Concepts. Most of the SuperType classes have been designed to be (mostly) disjoint from the other SuperType classes. SuperTypes thus provide a higher-level of clustering and organization of Reference Concepts for use in user interfaces and for reasoning purposes."@en . ### http://umbel.org/umbel#Time :Time rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Animals :AudioInfo :Diseases :Drugs :Earthscape :Extraterrestrial :Facilities :FinanceEconomy :FoodDrink :Geopolitical :NaturalPhenomena :NaturalSubstances :Notations :Numbers :Organizations :PersonTypes :Plants :Products :Prokaryotes :ProtistsFungus :Society :StructuredInfo :VisualInfo :Workplaces :WrittenInfo ) ] ; skos:definition "This SuperType is for specific time or date or period (such as eras, or days, weeks, months type intervals) references in various formats "@en ; skos:prefLabel "time"@en . ### http://umbel.org/umbel#TopicsCategories :TopicsCategories rdf:type owl:Class ; rdfs:subClassOf :SuperType ; skos:definition "This largely subject-oriented SuperType is a means for using controlled vocabularies and classification schemes for characterizing what content \"is about\". The key constituents of this category are Types, Classifications, Concepts, CCC, and controlled vocabularies "@en ; skos:prefLabel "topics categories"@en . ### http://umbel.org/umbel#VisualInfo :VisualInfo rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Animals :Diseases :Drugs :Earthscape :FinanceEconomy :FoodDrink :Geopolitical :NaturalSubstances :Numbers :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :Time :Workplaces ) ] ; skos:definition "any still image or picture or streaming video human work, with or without audio. Examples include graphics, pictures, movies, TV shows, individual shows from a TV show, etc. "@en ; skos:prefLabel "visual information"@en . ### http://umbel.org/umbel#Workplaces :Workplaces rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Chemistry :Diseases :Drugs :Events :Extraterrestrial :FoodDrink :NaturalPhenomena :NaturalSubstances :Notations :Numbers :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :StructuredInfo :Time :VisualInfo :WrittenInfo ) ] ; skos:definition "These are various workplaces and areas of human activities, ranging from single person workstations to large aggregations of people (but which are not formal political entities) "@en ; skos:prefLabel "workplaces"@en . ### http://umbel.org/umbel#WrittenInfo :WrittenInfo rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Animals :AudioInfo :Diseases :Drugs :Earthscape :Extraterrestrial :Facilities :FoodDrink :Geopolitical :NaturalPhenomena :NaturalSubstances :Numbers :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Time :Workplaces ) ] ; skos:definition "This SuperType includes any general material written by humans including books, blogs, articles, manuscripts, but any written information conveyed via text."@en ; skos:prefLabel "written information"@en . ### http://umbel.org/umbel/rc/ABSResin rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A specialization of Thermoplastic. Each instance of ABSResin is piece of material made of some ratio of Acrylonitrile, Butadiene and Styrene. This compound is typically used for plastic parts of consumer goods: telephones, bottles, luggage, shower stalls, etc."@en ; skos:altLabel "ABS resin"@en ; skos:prefLabel "acrylonitrile-butadiene-styrene resin"@en . ### http://umbel.org/umbel/rc/ACAcecaCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "AC Aceca"@en ; skos:prefLabel "Aceca"@en . ### http://umbel.org/umbel/rc/ACEInhibitor rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:prefLabel "ACE inhibitor"@en ; skos:altLabel "ACE inhibitors"@en ; skos:definition "Elements are angiotensin-converting enzyme (ACE) inhibitors. Each ACEInhibitor is an #$Antihypertensive-Drug that reduces the enzymatic conversion of Angiotension I to Angiotension II."@en ; skos:altLabel "angiotensin-converting enzyme inhibitor"@en , "angiotensin-converting enzyme inhibitors"@en . ### http://umbel.org/umbel/rc/AIDS rdf:type owl:Class ; rdfs:subClassOf :Diseases , , ; skos:prefLabel "AIDS"@en ; skos:definition "Acquired Immune Deficiency Syndrome."@en ; skos:altLabel "Acquired Immune Deficiency syndrome"@en , "case of AIDS"@en , "cases of AIDS"@en . ### http://umbel.org/umbel/rc/AIDSClinic rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:prefLabel "AIDS clinic"@en ; skos:altLabel "AIDS clinics"@en ; skos:definition "The collection of all AIDS clinics. A type of MedicalClinic."@en . ### http://umbel.org/umbel/rc/AIDSDrugCocktail rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:prefLabel "AIDS drug cocktail"@en ; skos:altLabel "AIDS drug cocktails"@en ; skos:definition "The collection of all DrugCocktails designed for the treatment of HIV/AIDS patients."@en . ### http://umbel.org/umbel/rc/AIDSSpecialist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:prefLabel "AIDS specialist"@en ; skos:altLabel "AIDS specialists"@en ; skos:definition "The collection of all medical doctors who specialize in the treatment of AIDS. A type of Doctor_Medical. AIDSSpecialist is a MedicalSpecialistType."@en . ### http://umbel.org/umbel/rc/AIResearchDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , ; skos:prefLabel "AI research department"@en ; skos:altLabel "AI research departments"@en ; skos:definition "Department that does research in artificial intelligence."@en . ### http://umbel.org/umbel/rc/AMGenCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "AM General vehicle"@en ; skos:altLabel "AM General vehicles"@en ; skos:definition "The collection of all AM General vehicles. A type of AmericanAutomobile. The collection AMGenCar is an AutomobileTypeByBrand and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/AMState rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:prefLabel "AM state"@en ; skos:definition "The state that a radio is in while it is recieving signals on the AM dial."@en . ### http://umbel.org/umbel/rc/ANT rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "ANT"@en ; skos:definition "Netherlands Antilles: a GeopoliticalRegion and a GeographicalRegion_Declared."@en ; skos:altLabel "the territory of ANT"@en , "the territory of Netherlands Antilles"@en . ### http://umbel.org/umbel/rc/ANZUS rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "ANZUS"@en ; skos:definition "I'm not sure, but I think this is an organization consisting of Australia and NewZealand"@en . ### http://umbel.org/umbel/rc/ASCII rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo ; skos:definition "A standard computer code used to facilitate the interchange of information among various types of data-processing equipment."@en ; skos:prefLabel "ASCII"@en ; skos:altLabel "American Standard Code for Information Interchange"@en . ### http://umbel.org/umbel/rc/ASCII_Art rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:prefLabel "ASCII art"@en ; skos:altLabel "ASCII graphic"@en , "ASCII graphics"@en ; skos:definition "The fine art of drawing diagrams using the ASCII character set (mainly `|', `-', `/', `', and `+'). Also known as `character graphics' or `ASCII graphics'."@en ; skos:altLabel "character graphic"@en , "character graphics"@en . ### http://umbel.org/umbel/rc/ASEAN rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "ASEAN"@en ; skos:definition "Formed in 1967 to promote political and economic cooperation among the non-communist countries in the region"@en . ### http://umbel.org/umbel/rc/ASN1SyntaxSpecification rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "ASN 1 Syntax Specification"@en ; skos:definition "The ASN.1 Standard language for specifying the syntax of a message, file or document."@en . ### http://umbel.org/umbel/rc/ATandTComputer rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "AT&T computer"@en ; skos:altLabel "AT&T computers"@en ; skos:definition "The collection of all AT&T computers. A type of PersonalComputer. The collection ATandTComputer is a ComputerTypeByBrand and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/AVIFile rdf:type owl:Class ; rdfs:subClassOf :VisualInfo ; skos:prefLabel "AVI file"@en ; skos:altLabel "AVI files"@en ; skos:definition """The collection of computer files encoded in the AVI (Audio Video Interleave) format. AVIFiles are either ComputerVideoFiles or ComputerSoundFiles."""@en ; skos:altLabel "avi"@en , "avis"@en . ### http://umbel.org/umbel/rc/AZT rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:prefLabel "AZT"@en ; skos:definition "The collection of all AZT drugs. A type of #$DrugProduct. AZT is a #$NucleosideReverseTrancriptaseInhibitorDrugClass, a PharmaceuticalType, and a GenericPharmacyProductType_NameOnly."@en ; skos:altLabel "zidovudine"@en . ### http://umbel.org/umbel/rc/AbaCloth rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of Cloth woven from goat and camel hair, made in the ArabianPeninsula, Syria, or nearby places."@en ; skos:prefLabel "aba"@en . ### http://umbel.org/umbel/rc/Aba_Garment rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Aba"@en ; skos:definition "Aba_Garment is the subset of OuterGarment whose instances are loose, sleeveless, made of (instances of) AbaCloth, and are worn by people from the ArabianPeninsula."@en ; skos:altLabel "abas"@en . ### http://umbel.org/umbel/rc/Abatis rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of all abatis. A type of ManMadeObstacle. Abatis is an ArtifactualFeatureType."@en ; skos:prefLabel "abati"@en ; skos:altLabel "abatis"@en . ### http://umbel.org/umbel/rc/Abbey rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of all abbeys, which are Christian monasteries or convents. A type of ReligiousBuilding and HumanResidence. The collection Abbey is an ArtifactTypeByFunction, a SpatiallyDisjointObjectType and an ArtifactualFeatureType."@en ; skos:prefLabel "abbey"@en ; skos:altLabel "abbeys"@en . ### http://umbel.org/umbel/rc/Abbreviation rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "A shortened version of a written word or phrase. An Acronym is a specific type of abbreviation."@en ; skos:prefLabel "abbreviation"@en ; skos:altLabel "abbreviations"@en . ### http://umbel.org/umbel/rc/Abdicating rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "A collection of events; a subcollection of ChangeOfStatusEvent. In each Abdicating, someone gives up, such as power, as of monarchs and emperors, or duties and obligations."@en ; skos:altLabel "abdicate"@en , "abdicated"@en , "abdicates"@en , "abdicating"@en , "abdication"@en , "abdications"@en , "had abdicated"@en , "had renounced"@en , "has abdicated"@en , "has renounced"@en , "have abdicated"@en , "have renounced"@en , "renounce"@en , "renounced"@en , "renounces"@en , "renouncing"@en ; skos:prefLabel "renunciation"@en ; skos:altLabel "renunciations"@en , "will abdicate"@en , "will have abdicated"@en , "will have renounced"@en , "will renounce"@en . ### http://umbel.org/umbel/rc/Abdomen rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "Part of body between the chest and the pelvis"@en ; skos:prefLabel "abdomen"@en ; skos:altLabel "abdomens"@en , "bellies"@en , "belly"@en , "stomach"@en , "stomachs"@en , "tummies"@en , "tummy"@en . ### http://umbel.org/umbel/rc/AbdominalAorta rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all abdominal aortas. Aa AbdominalAorta is the section of an Aorta below the diaphragm [Diaphragm_BodyPart]. The AbdominalAorta splits into the left and right common illiac arteries."@en ; skos:prefLabel "abdominal aorta"@en ; skos:altLabel "abdominal aortae"@en , "abdominal aortas"@en . ### http://umbel.org/umbel/rc/AbdominalCavity rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of AbdominalCavities, or cavities within the Abdomen, that each contains the digestive Organs (Stomach, intestines, Liver, Spleen, Pancreas, etc.). An AbdominalCavity includes its walls."@en ; skos:altLabel "abdomen"@en , "abdomens"@en , "abdominal cavities"@en ; skos:prefLabel "abdominal cavity"@en . ### http://umbel.org/umbel/rc/AbdominalExerciseDevice rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "This is the collection of devices designed specifically to work the abdominal muscles."@en ; skos:altLabel "ab exerciser"@en , "ab exercisers"@en ; skos:prefLabel "ab machine"@en ; skos:altLabel "ab machines"@en , "abdominal exercise device"@en , "abdominal exercise devices"@en , "abdominal exercise machine"@en , "abdominal exercise machines"@en , "abdominal machine"@en , "abdominal machines"@en . ### http://umbel.org/umbel/rc/AbdominalSurgeon rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "An abdominal surgeon is a doctor who specializes in performing surgical procedures on the abdomen."@en ; skos:prefLabel "abdominal surgeon"@en ; skos:altLabel "abdominal surgeons"@en . ### http://umbel.org/umbel/rc/AbducensNerve rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all abducens Nerves. An AbducensNerve (or 'abducent nerve') is the sixth CranialNerve. Each AbducensNerve innervates the lateral rectus Muscle (one of the ExtraocularMuscleSet) to move the Eye on its side of the body."@en ; skos:prefLabel "abducens nerve"@en ; skos:altLabel "abducens nerves"@en , "abducent nerve"@en , "abducent nerves"@en , "sixth cranial nerve"@en , "sixth cranial nerves"@en . ### http://umbel.org/umbel/rc/AbductiveInferenceProcess rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition """A specialization of Reasoning. Each instance of AbductiveInferenceProcess is an inference is which hypotheses are generated as possible explanations of further facts. The hypotheses abduced are typically less certian that the facts to be explained. This distinguishes AbductiveInferenceProcess from DeductiveInferenceProcess (q.v.), in each instance of which the conclusion produced is at least as certain its premises."""@en ; skos:altLabel "abduce"@en , "abduced"@en , "abduces"@en , "abducing"@en , "abduction"@en , "abductions"@en ; skos:prefLabel "abductive inference"@en ; skos:altLabel "abductive inferences"@en , "had abduced"@en , "has abduced"@en , "have abduced"@en , "will abduce"@en , "will have abduced"@en . ### http://umbel.org/umbel/rc/AbductorDigitiMinimi rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The Collection of all instances of AbductorDigitiMinimi Muscle. The AbductorDigitiMinimi abducts the LittleFinger away from the other Fingers parallel to the PalmOfHand."@en ; skos:prefLabel "abductor digiti minimi muscle"@en ; skos:altLabel "abductor digiti minimi muscles"@en . ### http://umbel.org/umbel/rc/AbkhazLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "A language of the northern Caucasus group."@en ; skos:prefLabel "Abkhaz"@en ; skos:altLabel "Abxazo"@en . ### http://umbel.org/umbel/rc/Ablation rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "A collection of events. In an Ablation, a (usually relatively thin) layer of material is removed from the surface of an object."@en ; skos:altLabel "ablate"@en , "ablated"@en , "ablates"@en , "ablating"@en ; skos:prefLabel "ablation"@en ; skos:altLabel "ablations"@en , "had ablated"@en , "has ablated"@en , "have ablated"@en , "will ablate"@en , "will have ablated"@en . ### http://umbel.org/umbel/rc/AbleBodiedSeaman rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "Crew members who work on the deck."@en ; skos:altLabel "able bodied seaman"@en , "able bodied seamen"@en ; skos:prefLabel "able-bodied seaman"@en ; skos:altLabel "able-bodied seamen"@en . ### http://umbel.org/umbel/rc/AbnormalSystemCondition rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "This is the collection of #$SystemConditions which are abnormal for the system they affect -- for instance, a computer during reboot, or a human body when 'puffed out' from exceptionally vigorous exercise. For conditions which are abnormal and also impair the functioning of the system, see the more specialized DysfunctionalCondition."@en ; skos:prefLabel "abnormal condition"@en ; skos:altLabel "abnormal conditions"@en . ### http://umbel.org/umbel/rc/Abnormal_Unusual rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition """A normality attribute. Used to describe things which are uncommon, unusual, abnormal, etc. This attribute has no relation whatsoever to Cyc's default reasoning mechanism. For that, see exceptWhen, exceptFor, and abnormal."""@en ; skos:altLabel "abnormal"@en , "atypical"@en ; skos:prefLabel "atypical thing"@en ; skos:altLabel "irregular"@en , "unusual"@en . ### http://umbel.org/umbel/rc/Abolitionism rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "Abolitionism is a political theory which advocates the abolition of slavery [see Slave]."@en ; skos:prefLabel "abolitionism"@en ; skos:altLabel "abolitionist"@en . ### http://umbel.org/umbel/rc/Abolitionist rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all abolitionists, who are people that believe in Abolitionism, and therefore advocate the abolition of slavery. A type of HomoSapiens."@en ; skos:prefLabel "abolitionist"@en ; skos:altLabel "abolitionists"@en , "believer in abolitionism"@en . ### http://umbel.org/umbel/rc/AbominableSnowman rdf:type owl:Class ; rdfs:subClassOf :Animals , , , , , ; skos:definition "A collection of large hairy humanoid mammals said to roam the HimalayaMountains."@en ; skos:altLabel "Yeti"@en ; skos:prefLabel "abominable snowman"@en ; skos:altLabel "abominable snowmen"@en . ### http://umbel.org/umbel/rc/Abortifacient rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Class of substances that can be used to end pregnancy."@en ; skos:prefLabel "abortifacient"@en ; skos:altLabel "abortifacients"@en . ### http://umbel.org/umbel/rc/Abortion_Intentional rdf:type owl:Class ; rdfs:subClassOf :Events , , , ; skos:definition "An intentional ending of a pregnancy."@en ; skos:altLabel "abort"@en , "aborted"@en ; skos:prefLabel "aborting"@en ; skos:altLabel "aborts"@en , "had aborted"@en , "has aborted"@en , "have aborted"@en , "will abort"@en , "will have aborted"@en . ### http://umbel.org/umbel/rc/Abra_ProvincePhilippines rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:altLabel "Abra"@en ; skos:prefLabel "Abra Province"@en ; skos:definition "Abra Province: a Province of the Philippines."@en . ### http://umbel.org/umbel/rc/Abrasive rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "The attribute of being so Rough in texture that it wears material of something with which there is a TranslationAlongASurface."@en ; skos:altLabel "abrasive"@en ; skos:prefLabel "abrasive thing"@en . ### http://umbel.org/umbel/rc/AbrinToxin rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "A ToxinBioAgentType. AbrinToxin is derived from the Rosary Pea. It is closely related to RicinToxin."@en ; skos:prefLabel "abrin"@en . ### http://umbel.org/umbel/rc/AbscronRayonuAzerbaijan rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Abscron Rayonu"@en ; skos:definition "Abscron Rayonu: a Province of Azerbaijan."@en . ### http://umbel.org/umbel/rc/Absinthe rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , , , ; skos:definition "a green, aromatic liqueur that is 68 percent alcohol, is made with wormwood and other herbs, and has a bitter, licorice flavor: now banned in most Western countries."@en ; skos:prefLabel "absinthe"@en . ### http://umbel.org/umbel/rc/AbsoluteSportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events ; skos:definition "Sports where the measurements of performance can be compared across competitions. Running, swimming, jumping, but not gymnastics or downhill skiing. Sports in which its meaningfull to have a world record, an olympic record, etc."@en ; skos:prefLabel "absolute sports event"@en . ### http://umbel.org/umbel/rc/AbsoluteZero rdf:type owl:Class ; rdfs:subClassOf :Attributes ; skos:definition "Absolute zero is the lowest possible temperature. It is defined as 0 on the Kelvin scale, or -273 on the Celcius scale. It is an instance of Temperature, and a ScalarNullValue."@en ; skos:prefLabel "absolute zero"@en . ### http://umbel.org/umbel/rc/Absorbency rdf:type owl:Class ; rdfs:subClassOf :Attributes , , ; skos:definition "A collection of attributes; a subset of #$PhysicalAttribute. Each element of Absorbency is an attribute describing how readily some substance absorbs some liquid. Different levels of Absorbency may be indicated qualitatively (e.g., WillAbsorb), or relatively, using GenericValueFunctions. A particular thing's absorbency is indicated with the predicate absorbencyOfSubstInSubst."@en ; skos:prefLabel "absorbency"@en ; skos:altLabel "absorption"@en . ### http://umbel.org/umbel/rc/AbsorptionEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The event in which objects are taken into some structure across some membrane."@en ; skos:altLabel "absorb"@en , "absorbed"@en , "absorbing"@en , "absorbs"@en ; skos:prefLabel "absorption"@en ; skos:altLabel "had absorbed"@en , "had taken in"@en , "has absorbed"@en , "has taken in"@en , "have absorbed"@en , "have taken in"@en , "take in"@en , "taken in"@en , "takes in"@en , "taking in"@en , "took in"@en , "will absorb"@en , "will have absorbed"@en , "will have taken in"@en , "will take in"@en . ### http://umbel.org/umbel/rc/Abstinence rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "The collection of all abstinence. A type of Inaction."@en ; skos:prefLabel "abstinence"@en . ### http://umbel.org/umbel/rc/AbstractIndividual rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "A specialization of AbstractThing and IntangibleIndividual (q.v.). This is the collection of all abstract (i.e. aspatial, atemporal) individuals. Specializations of AbstractIndividual include Relation, Tuple, and AbstractStructure."@en ; skos:prefLabel "abstract individual"@en ; skos:altLabel "abstract individuals"@en . ### http://umbel.org/umbel/rc/AbstractInformationStructure rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A specialization of AbstractStructure. Each instance of AbstractInformationStructure is an abstract individual comprising abstract symbols and relations between them. Important specializations of this collection include CharacterString and Sentence. AbstractInformationStructure also includes abstract diagrams, graphs, and bit strings. The collection can be more precisely defined as follows: Each AbstractInformationStructure is such that each of its physical instantiations (see instantiationOfAIS) consists of instantiations of instances of AtomicSymbol_Abstract, arranged in a certain way. For example, the abstract sentence 'The pig flies' is an AbstractInformationStructure. Each written instantiation of it consists of an instantiation of the words (symbols) 'The', 'pig' and 'flies', written in that order. (If the AbstractInformationStructure 'The pig flies' were spoken, the same words would appear in the same order, i.e. 'The' first, etc., but the sequence would be determined by the arrangement of the spoken words in time, rather than space.) Likewise with abstract diagrams, graphs, etc. Each of these is such that its physical instantiations consist of arrangements of instantiations of instances of AtomicSymbol_Abstract. A hard copy of a wiring diagram consists of a group of concrete symbols representing various circuit components, in which these symbols are spatially arranged in a certain in way. The arrangement of the concrete symbols in an instantiation of an AbstractInformationStructure is not always a simple matter of arrangement in space or time. The sequence of symbols '0010010111011001' can be instantiated in written, spoken, or electronic forms. In the last case, the order of the symbols is determined by conventions concerning the electronic medium in which it is stored, rather than by any common criterion for precedence or subsequence in space or time."@en ; skos:prefLabel "abstract information structure"@en . ### http://umbel.org/umbel/rc/AbstractProgrammingLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "A specialization of ComputerLanguage, AbstractProgrammingLanguage is the collection of languages invented for the purpose of composing computer programs (i.e., instances of ComputerProgram_CW), as opposed to merely facilitating interaction between pieces of software or indicating how to represent pieces of text. Thus, ComputerLanguages such as Lisp are instances of AbstractProgrammingLanguage, whereas ComputerLanguages such as HypertextMarkupLanguage are not."@en ; skos:altLabel "computer language"@en , "computer languages"@en ; skos:prefLabel "programming language"@en ; skos:altLabel "programming languages"@en . ### http://umbel.org/umbel/rc/AbstractStructure rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "This collection was reified prior to completing its basic representation in order to facilitate the loading of files on which it depends."@en ; skos:prefLabel "abstract structure"@en . ### http://umbel.org/umbel/rc/AbyssalPlain rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "An AbyssalPlain is any of the great flat sediment-covered areas of ocean floor."@en ; skos:prefLabel "abyssal plain"@en ; skos:altLabel "abyssal plains"@en . ### http://umbel.org/umbel/rc/Abyssinian_Cat rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "Abyssinian"@en ; skos:prefLabel "Abyssinian cat"@en ; skos:altLabel "Abyssinian cats"@en , "Abyssinians"@en ; skos:definition "Each Abyssinian_Cat is a slender shorthaired cat with a reddish coat, having tabby-like markings. "@en . ### http://umbel.org/umbel/rc/Acacia rdf:type owl:Class ; rdfs:subClassOf :Plants , , , ; skos:definition "A member of the genus Acacia. These are small trees or shrubs, often with thorns, occurring in arid climates."@en ; skos:prefLabel "acacia"@en ; skos:altLabel "acacias"@en . ### http://umbel.org/umbel/rc/AcademicBookReport rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , ; skos:definition "A kind of AcademicComposition in which the Student reports on a book [Book_CW] which he or she has (ostensibly) read."@en ; skos:prefLabel "book report"@en ; skos:altLabel "book reports"@en . ### http://umbel.org/umbel/rc/AcademicComposition rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all book reports, essays, term papers, etc. written and/or intended to be submitted by Students in fulfillment of DoingAHomeworkAssignments."@en ; skos:altLabel "composition"@en , "compositions"@en ; skos:prefLabel "paper"@en ; skos:altLabel "papers"@en . ### http://umbel.org/umbel/rc/AcademicCycles_Time_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "academic cycles time topic"@en . ### http://umbel.org/umbel/rc/AcademicDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , ; skos:definition "A collection of sub-organizations. Each instance of AcademicDepartment is a major subdivision of an educational institution, with the primary purpose of research and/or teaching related to a particular academic discipline or subject-matter. See also SchoolInUniversity_DegreeGranting."@en ; skos:prefLabel "academic department"@en ; skos:altLabel "academic departments"@en , "faculties"@en , "faculty"@en . ### http://umbel.org/umbel/rc/AcademicDepartmentTypeBySubject rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A collection of collections. Each instance of AcademicDepartmentTypeBySubject is a collection of AcademicDepartments whose instances are distinguished by the fact that they all teach a similar subject matter (for instance, MathematicsDepartment, PhilosophyDepartment). This collection differs from DepartmentTypeByFunction in that being an AcademicDepartment is assumed to be a single 'function', and that faceting by subjects taught/researched is therefore a further issue."@en ; skos:prefLabel "type of academic department by subject-area"@en ; skos:altLabel "types of academic department by subject-area"@en . ### http://umbel.org/umbel/rc/AcademicEssay rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , ; skos:definition "A kind of short non-fiction AcademicComposition in which the Student argues for a point of view, discusses a topic, etc."@en ; skos:prefLabel "essay"@en ; skos:altLabel "essays"@en . ### http://umbel.org/umbel/rc/AcademicGown rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The gown worn by participants in formal academic ceremonies (e.g, graduation)."@en ; skos:prefLabel "academic gown"@en ; skos:altLabel "academic gowns"@en . ### http://umbel.org/umbel/rc/AcademicOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all EducationalOrganizations whose educators consist of AcademicProfessionals. For example, SchoolInstitution_KThrough12, and HigherEducationInstitution are subcollections of AcademicOrganization , whereas dance studios and figure skating schools are not, even though the latter have employees who educate others. Assertions about AcademicOrganizations should be made in the AcademicLifeMt."@en ; skos:altLabel "academic organisation"@en , "academic organisations"@en ; skos:prefLabel "academic organization"@en ; skos:altLabel "academic organizations"@en . ### http://umbel.org/umbel/rc/AcademicProfessional rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "A subcollection of PersonWithOccupation. Each instance of AcademicProfessional is a person whose job is to educate and/or perform research as an affiliate of an academic institution. This includes members of the teaching and/or research staffs of schools, colleges, universities, and research institutes."@en ; skos:prefLabel "academic"@en ; skos:altLabel "academics"@en , "faculty member"@en , "faculty members"@en . ### http://umbel.org/umbel/rc/AcademicQuarter rdf:type owl:Class ; rdfs:subClassOf :Time , , ; skos:definition "A specialization of AcademicTerm. Each instance of this collection is an occurrence consisting of the complex of scheduled activities taking place at an educational institution over a roughly 3-month long period: one quarter of their AcademicYear. This is not a collection of pure time intervals: note that, for example, the 2003 spring quarters at Stanford University and at UCLA would be represented by distinct, though of course temporally overlapping, instances. "@en ; skos:prefLabel "academic quarter"@en ; skos:altLabel "academic quarters"@en , "quarter"@en , "quarters"@en . ### http://umbel.org/umbel/rc/AcademicSemester rdf:type owl:Class ; rdfs:subClassOf :Time , , ; skos:definition "A specialization of AcademicTerm. Each instance of this collection is an occurrence consisting of the complex of scheduled activities taking place at an educational institution over a roughly 4-month long period. This is not a collection of pure time intervals: note that, for example, the 2003 spring semesters at Boston University and at the University of Texas, Austin are represented by distinct, though of course temporally overlapping, instances."@en ; skos:prefLabel "semester"@en ; skos:altLabel "semesters"@en . ### http://umbel.org/umbel/rc/AcademicTerm rdf:type owl:Class ; rdfs:subClassOf :Time , , ; skos:definition "A specialization of Situation_Localized. An instance of this collection is the complex of planned activities constituting an academic term at a given educational institution: e.g., the 2003 spring semester at the University of Texas, Austin (cf. AcademicSemester). Note that this is not a pure time interval. A certain course, for instance, is a part (cf. subSituations) of a certain academic term. Salient specializations are AcademicYear and AcademicQuarter (qq.v)."@en ; skos:prefLabel "academic term"@en . ### http://umbel.org/umbel/rc/AcademicTest rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of PropositionalInformationThings whose instances are usually a set of questions designed to test a student's understanding of a certain subject. See AcademicTesting."@en ; skos:prefLabel "academic test"@en ; skos:altLabel "academic tests"@en . ### http://umbel.org/umbel/rc/AcademicTesting rdf:type owl:Class ; rdfs:subClassOf :Activities , , , ; skos:definition "The collection of PerformanceTesting events in which some IntelligentAgent measures some aspect of another agent's academic achievement using a generic method to collect and analyze the relevant data. AcademicTests are generic in the sense that individual such tests are not tailored to the person tested. They typically consist of a series of questions that the student must answer."@en ; skos:prefLabel "academic testing"@en ; skos:altLabel "exam"@en , "examination"@en , "examinations"@en , "exams"@en , "had quizzed"@en , "had tested"@en , "has quizzed"@en , "has tested"@en , "have quizzed"@en , "have tested"@en , "quiz"@en , "quizzed"@en , "quizzes"@en , "quizzing"@en , "test"@en , "tested"@en , "testing"@en , "tests"@en , "will have quizzed"@en , "will have tested"@en , "will quiz"@en , "will test"@en . ### http://umbel.org/umbel/rc/AcademicTrimester rdf:type owl:Class ; rdfs:subClassOf :Time , , ; skos:definition "A specialization of AcademicTerm. Each instance of this collection is an occurrence consisting of the complex of scheduled activities taking place at an educational institution over a roughly 3-month long period. This is not a collection of pure time intervals: note that, for example, the 2003 summer trimester at the University of Wellington and at Otago University would be represented by distinct, though most likely temporally overlapping, instances."@en ; skos:prefLabel "trimester"@en ; skos:altLabel "trimesters"@en . ### http://umbel.org/umbel/rc/AcademicYear rdf:type owl:Class ; rdfs:subClassOf :Time , , ; skos:definition "Each instance of this collection is an annually recurring occurrence comprising the planned yearly activities at an educational institution. Thus, things of the form StanfordAcademicYear1997 and UCLAAcademicYear1997 are distinct instances of AcademicYear, even though they may occupy the same temporal extent (i.e., the same TimeInterval)."@en ; skos:prefLabel "academic year"@en ; skos:altLabel "academic years"@en , "school year"@en , "school years"@en . ### http://umbel.org/umbel/rc/AcademicYear_American rdf:type owl:Class ; rdfs:subClassOf :Time , ; skos:definition "The collection of AcademicYears as recognized by American academic institutions."@en ; skos:prefLabel "academic year american"@en . ### http://umbel.org/umbel/rc/AcademyAward rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A specialization of AwardPractice. Each instance of AcademyAward is given by the AcademyOfMotionPictureArtsAndSciences. Note that the award is an intangible. Multiple Oscar statuettes may be given for one award, when there are collaborators, or on the rare occasions of a tie."@en ; skos:prefLabel "Academy Award"@en ; skos:altLabel "Academy Awards"@en , "Oscar"@en , "Oscar Award"@en , "Oscar Awards"@en , "Oscars"@en . ### http://umbel.org/umbel/rc/AcademyAwardCategory rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of collections. Each instance of AcademyAwardCategory is a collection that represents a category in which an Academy Award is given. See also AcademyAwardFn."@en ; skos:altLabel "academy award categories"@en ; skos:prefLabel "academy award category"@en . ### http://umbel.org/umbel/rc/AcademyAwardsCeremony rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:altLabel "Academy Awards ceremonies"@en ; skos:prefLabel "Academy Awards ceremony"@en ; skos:definition "The collection of annual ceremonies at which awards are given to the best movies of the year."@en . ### http://umbel.org/umbel/rc/AcademyOfMotionPictureArtsAndSciences rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:definition "A professional organization, based in California, that promotes the development of motion picture arts and sciences by sponsoring awards, education, and research. See also AcademyAward."@en ; skos:prefLabel "the Academy of Motion Picture Arts and Sciences"@en . ### http://umbel.org/umbel/rc/AcadiaNationalPark rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Acadia"@en ; skos:altLabel "Acadia National Park"@en . ### http://umbel.org/umbel/rc/Acanthite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all acanthite. A type of Mineral. Acanthite is an ExistingStuffType."@en ; skos:prefLabel "acanthite"@en . ### http://umbel.org/umbel/rc/Acceleration rdf:type owl:Class ; rdfs:subClassOf :Attributes , , ; skos:definition "Acceleration is the change in speed of an object per unit time. It is a measurable physical quantity, measured in units such as MilesPerHourPerSecond."@en ; skos:prefLabel "acceleration"@en ; skos:altLabel "accelerations"@en . ### http://umbel.org/umbel/rc/AccelerationClause rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all acceleration clauses. A type of Obligation."@en ; skos:prefLabel "acceleration clause"@en ; skos:altLabel "acceleration clauses"@en . ### http://umbel.org/umbel/rc/AccentFurniture rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all accent furniture. A type of FurniturePiece. The concept AccentFurniture is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "accent furniture"@en . ### http://umbel.org/umbel/rc/Accepted rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:prefLabel "accepted"@en . ### http://umbel.org/umbel/rc/AccessNumber rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "A specialization of PhoneNumber. Each instance of AccessNumber is a string that a user with Internet connections uses to connect to his/her InternetServiceProvider."@en ; skos:prefLabel "access number"@en ; skos:altLabel "access numbers"@en . ### http://umbel.org/umbel/rc/AccessoryNerve rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all accessory Nerves. The AccessoryNerve is the eleventh CranialNerve. The AccessoryNerve innervates the Larynx, Pharynx and the large neck Muscles (Trapezius and SternoCleidoMastoid)."@en ; skos:prefLabel "accessory nerve"@en ; skos:altLabel "accessory nerves"@en , "eleventh cranial nerve"@en , "eleventh cranial nerves"@en , "spinal accessories"@en , "spinal accessory"@en , "spinal accessory nerve"@en , "spinal accessory nerves"@en . ### http://umbel.org/umbel/rc/Accident rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A specialization of PhysicalEvent. Each instance of Accident is an event in which something unplanned and unintended happens. Example instances of this collection are ChernobylAccident and ColumbiaAccident."@en ; skos:prefLabel "accident"@en ; skos:altLabel "accidentally"@en , "accidents"@en , "more accidentally"@en , "most accidentally"@en . ### http://umbel.org/umbel/rc/AccipitrineFamily rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Accipitridae"@en ; skos:definition "The family Accipitridae, comprising the hawks, Old World vultures, kites, harriers, and eagles."@en . ### http://umbel.org/umbel/rc/Accommodating_HelpingAnAgent rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A sub-collection of HelpingAnAgent. Each instance is the act of providing something (lodging or seat or food) to meet a need of someone."@en ; skos:prefLabel "accommodation"@en . ### http://umbel.org/umbel/rc/AccomplishmentType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A collection of collections. Each instance of AccomplishmentType is a type of events that include, by their nature, a 'culmination' or completion point, conceptually distinct from their mere temporal ending. Moreover, each instance of an instance of AccomplishmentType is 'quantized' in the following sense: if EVENT-1 and EVENT-2 are instances of the same instance of AccomplishmentType, then EVENT-2 cannot be a proper sub-event of EVENT-1, nor can EVENT-1 be a proper sub-event of EVENT-2."@en ; skos:altLabel "accomplishment type"@en , "accomplishment types"@en , "kind of accomplishment"@en , "kind of accomplishments"@en , "kinds of accomplishment"@en , "kinds of accomplishments"@en ; skos:prefLabel "type of accomplishment"@en ; skos:altLabel "type of accomplishments"@en , "types of accomplishment"@en , "types of accomplishments"@en . ### http://umbel.org/umbel/rc/Accordion rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all accordions. A type of MusicalInstrument, Artifact_HumanCreated, and PortableObject. Accordion is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "accordion"@en ; skos:altLabel "accordions"@en . ### http://umbel.org/umbel/rc/Account rdf:type owl:Class ; rdfs:subClassOf ; skos:prefLabel "account"@en ; skos:altLabel "accounts"@en . ### http://umbel.org/umbel/rc/AccountActive rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo ; skos:definition "The collection of all active accounts. A type of Account. AccountActive is an AccountTypeByStatus."@en ; skos:prefLabel "active account"@en ; skos:altLabel "active accounts"@en . ### http://umbel.org/umbel/rc/AccountInactive rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy ; skos:definition "The collection of all inactive accounts. A type of Account. AccountInactive is an AccountTypeByStatus."@en ; skos:prefLabel "inactive account"@en ; skos:altLabel "inactive accounts"@en . ### http://umbel.org/umbel/rc/AccountManager rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "The collection of all account managers. A type of BusinessPerson, Manager, and Administrator. AccountManager is a PersonTypeByPositionInOrg."@en ; skos:prefLabel "account manager"@en ; skos:altLabel "account managers"@en . ### http://umbel.org/umbel/rc/AccountOperatorAccount rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "Account Operators can create new user accounts, but they do not have the authority to assign user rights."@en ; skos:prefLabel "account operator account"@en . ### http://umbel.org/umbel/rc/AccountPending rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy ; skos:definition "The collection of all account pending things. A type of Account. AccountPending is an AccountTypeByStatus."@en ; skos:altLabel "account pending"@en ; skos:prefLabel "account pending thing"@en . ### http://umbel.org/umbel/rc/AccountSystem rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "AccountSystem is a specialization of ComputerNetwork. Each instance of AccountSystem is a computational system which is such that users must log on to it to make use of it. Instances of AccountSystem can consist of one or many nodes (i.e. computers). Each node in an AccountSystem shares a given set of accounts with any other nodes in that AccountSystem (such that someone with an account can log in at any node). See also nodeInAccountSystem, accountForSystem, and ComputerAccount."@en ; skos:prefLabel "account system"@en ; skos:altLabel "account systems"@en . ### http://umbel.org/umbel/rc/AccountSystemTypeByImplementationMeans rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of types of AccountSystem, divided by their means of implementation. The two most notable instances are NISDomain and NTDomain."@en ; skos:prefLabel "type of account system"@en ; skos:altLabel "types of account system"@en . ### http://umbel.org/umbel/rc/AccountType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A collection of collections and a specialization of ObjectType. Each instance of AccountType is a collection of financial accounts of the same type. Instances of AccountType include SavingsAccount, CreditCardAccount, RetirementAccount, SocialSecurityAccount, and TravelExpenseAccount."@en ; skos:prefLabel "type of account"@en ; skos:altLabel "types of account"@en . ### http://umbel.org/umbel/rc/AccountTypeByStatus rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of collections. Each instance of AccountTypeByStatus is the collection of accounts with a particular type of status such as PaidInFull, AccountInactive etc.. These collections represent the property the account has when it has that status."@en ; skos:prefLabel "account status"@en ; skos:altLabel "account statuses"@en . ### http://umbel.org/umbel/rc/Accountant rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of persons who prepare and interpret the financial records of a person or organization"@en ; skos:prefLabel "accountant"@en ; skos:altLabel "accountants"@en , "controller"@en , "controllers"@en . ### http://umbel.org/umbel/rc/AccountingClerk rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:prefLabel "accounting clerk"@en ; skos:altLabel "accounting clerks"@en ; skos:definition "accounting dept clerical worker"@en . ### http://umbel.org/umbel/rc/AccountingDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A specialization of FinanceDepartment. Each instance of this collection is a department whose members are typically responsible for monitoring and recording the financial transactions of a given organization."@en ; skos:prefLabel "accounting department"@en ; skos:altLabel "accounting departments"@en . ### http://umbel.org/umbel/rc/AccountingFirm rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , , ; skos:definition "Commercial organizations which perform financial accounting services for their clients/customers."@en ; skos:prefLabel "accounting firm"@en ; skos:altLabel "accounting firms"@en . ### http://umbel.org/umbel/rc/AccountingProgram rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The subcollection of ComputerProgram_CWs used for financial accounting."@en ; skos:altLabel "accounting program"@en , "accounting programme"@en , "accounting programs"@en ; skos:prefLabel "accounting software"@en . ### http://umbel.org/umbel/rc/AccountingReport rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of accounting reports, that is, at the most general level, reports (usually prepared by professional accountants) which describe the financial state of a person or organization"@en ; skos:prefLabel "accounting report"@en ; skos:altLabel "accounting reports"@en . ### http://umbel.org/umbel/rc/AccountingUse rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition """The collection of instances of Computer that can be or are designed to be put to accounting uses. To specify that a computer has this feature use: computerPutToUse. For instance, (computerPutToUse Comp01 AccountingUse) states that Comp01 can be used for accounting."""@en ; skos:prefLabel "accounting use"@en . ### http://umbel.org/umbel/rc/AccountsPayableDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A subset of AccountingDepartment; those departments responsible for making payments."@en ; skos:prefLabel "accounts payable department"@en ; skos:altLabel "accounts payable departments"@en . ### http://umbel.org/umbel/rc/AccountsPayableWorker rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "accounting dept employees who handle co's bills to others"@en ; skos:prefLabel "accounts payable clerk"@en ; skos:altLabel "accounts payable clerks"@en . ### http://umbel.org/umbel/rc/AccountsReceivableDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A subset of AccountingDepartment; those departments responsible for invoicing and receiving payments."@en ; skos:prefLabel "accounts receivable department"@en ; skos:altLabel "accounts receivable departments"@en . ### http://umbel.org/umbel/rc/Accreditation rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A collection of abstract (intangible) objects consisting of information; a subset of Credential. Each element of Accreditation is a credential, issued to an organization by the appropriate authority, that declares the issuer's approval of the quality of the recipient's activities. For example, accreditation of an educational organization to offer a kind of degree or training; or accreditation of a hospital to offer medical services."@en ; skos:prefLabel "accreditation"@en . ### http://umbel.org/umbel/rc/AccreditationEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:altLabel "accredit"@en ; skos:prefLabel "accreditation"@en ; skos:altLabel "accreditations"@en , "accredited"@en , "accrediting"@en , "accredits"@en , "had accredited"@en , "has accredited"@en , "have accredited"@en , "will accredit"@en , "will have accredited"@en . ### http://umbel.org/umbel/rc/AccruingInterest rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "A specialization of IncreasingTheBalanceOnAnAccount. Each instance of AccruingInterest is an event in which the balance (see accountBalance) on an account is increased due to the crediting/charging of interest towards the balance."@en ; skos:altLabel "accrue interest"@en , "accrued interest"@en , "accrues interest"@en ; skos:prefLabel "accruing interest"@en ; skos:altLabel "had accrued interest"@en , "has accrued interest"@en , "have accrued interest"@en , "will accrue interest"@en , "will have accrued interest"@en . ### http://umbel.org/umbel/rc/AccumulatingSteadily rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of events; a subcollection of IntrinsicStateChangeEvent. In each AccumulatingSteadily, something forms or accumulates steadily."@en ; skos:altLabel "build"@en , "build up"@en , "building"@en ; skos:prefLabel "building up"@en ; skos:altLabel "builds"@en , "builds up"@en , "built"@en , "built up"@en , "had built"@en , "had built up"@en , "had progressed"@en , "had worked up"@en , "has built"@en , "has built up"@en , "has progressed"@en , "has worked up"@en , "have built"@en , "have built up"@en , "have progressed"@en , "have worked up"@en , "progress"@en , "progressed"@en , "progresses"@en , "progressing"@en , "will build"@en , "will build up"@en , "will have built"@en , "will have built up"@en , "will have progressed"@en , "will have worked up"@en , "will progress"@en , "will work up"@en , "work up"@en , "worked up"@en , "working up"@en , "works up"@en . ### http://umbel.org/umbel/rc/Accumulation_Profits rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "A sub-collection of Profits. Each instance is profits that are not paid out as dividends but are added to the capital base of the corporation."@en ; skos:prefLabel "accumulation"@en . ### http://umbel.org/umbel/rc/Accuracy rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "A collection of attributes. Each element of Accuracy is an attribute describing how accurate a thing or process is. For example, these attributes could apply to an InformationBearingThing, which can be described as a more or less accurate copy of something else. They can apply to InformationTransferEvents, in which information can be more or less accurately transferred. They can also apply to events in which there is some kind of target which can be hit or missed to different degrees, e.g., passing a football."@en ; skos:prefLabel "accuracy"@en . ### http://umbel.org/umbel/rc/Accusing rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A specialization of AttributingResponsibility and HostileSocialAction. Each instance of Accusing is an event in which an agent declares that another agent (the accused) is responsible for some inappropriate or undesirable state of affairs."@en ; skos:altLabel "accuse"@en , "accused"@en , "accuses"@en ; skos:prefLabel "accusing"@en ; skos:altLabel "had accused"@en , "has accused"@en , "have accused"@en , "will accuse"@en , "will have accused"@en . ### http://umbel.org/umbel/rc/Acebutolol rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The chemical compound which is a beta blocker. This drug is intended to be used for therapeutic treatment of hypertension."@en ; skos:prefLabel "acebutolol"@en . ### http://umbel.org/umbel/rc/AcerComputer rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "Acer computer"@en ; skos:altLabel "Acer computers"@en ; skos:definition "The collection of all Acer computers. A type of PersonalComputer. The collection AcerComputer is a ComputerTypeByBrand and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/Acetabulum rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all acetabula. A type of BoneSubPart and CavityWithWalls. The collection Acetabulum is a SymmetricAnatomicalPartType, a UniqueAnatomicalPartType, and an InternalAnimalBodyRegionType."@en ; skos:altLabel "acetabula"@en ; skos:prefLabel "acetabulum"@en . ### http://umbel.org/umbel/rc/Acetaminophen rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "The collection of all acetaminophen. A type of Antipyretic and Solid_StateOfMatter. Acetaminophen is a PharmaceuticalType and a ChemicalCompoundTypeByChemicalSpecies."@en ; skos:prefLabel "acetaminophen"@en . ### http://umbel.org/umbel/rc/Acetate rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "Acetate is a substance formed from instances of AceticAcid; it is a salt or an Ester."@en ; skos:altLabel "C2H3O2"@en ; skos:prefLabel "acetate"@en . ### http://umbel.org/umbel/rc/AcetateIon rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of ions that derive from the ionization of molecules of acetic acid. Their composition is C2H3O2(-)."@en ; skos:prefLabel "acetate ion"@en ; skos:altLabel "acetate ions"@en . ### http://umbel.org/umbel/rc/AceticAcid rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , , ; skos:altLabel "CH3COOH"@en ; skos:definition "The colorless liquid acid CH3COOH which is found in vinegar and used in the production of plastics."@en ; skos:prefLabel "acetic acid"@en . ### http://umbel.org/umbel/rc/AceticAnhydride rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "AceticAnhydride is an instance of ChemicalCompoundTypeByChemicalSpecies. It is a clear, colorless liquid with a very pungent, penetrating, vinegar-like odor that combines with water to form acetic acid (see AceticAcid). Acetic anhydride is used in the manufacture of cellulose acetate having the application as a base for magnetic tape and in the manufacture of textile fibers. Also, it is heated with salicylic acid to produce acetylsalicylic acid (aspirin). It is also used in the manufacture of pigments, dyes, cellulose and pesticides etc."@en ; skos:altLabel "C4H6O3"@en , "acetic acid anhydride"@en ; skos:prefLabel "acetic anhydride"@en ; skos:altLabel "acetic oxide"@en , "acetyl acetate"@en , "acetyl ether"@en , "acetyl oxide"@en , "ethanoic anhydride"@en . ### http://umbel.org/umbel/rc/Acetone rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:altLabel "2-propanone"@en , "C3H6O"@en ; skos:definition "C3H6O. Acetone is a ketone. It is also known as 'propanone' and it is a common household solvent."@en ; skos:prefLabel "acetone"@en ; skos:altLabel "dimethyl ketone"@en , "propanone"@en , "pyroacetic acid"@en . ### http://umbel.org/umbel/rc/AcetylChloride rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:altLabel "CH3COCl"@en ; skos:definition "The chemical acetyl chloride, or CH3COCl."@en ; skos:altLabel "acetic acid chloride"@en , "acetic chloride"@en ; skos:prefLabel "acetyl chloride"@en ; skos:altLabel "ethanoyl chloride"@en . ### http://umbel.org/umbel/rc/Acetylcholine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "A kind of Neurotransmitter, which serves to relay signals to muscarinic and nicotinic receptors."@en ; skos:prefLabel "acetylcholine"@en . ### http://umbel.org/umbel/rc/Acetylcholinesterase rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "A kind of ChemicalSubstanceType, which serves to break down Acetylcholine, thereby preventing continuous, uncontrolled stimulation of muscarinic and nicotinic receptors."@en ; skos:prefLabel "acetylcholinesterase"@en ; skos:altLabel "cholinesterase"@en . ### http://umbel.org/umbel/rc/Acetylene rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:altLabel "C2H2"@en ; skos:definition "The chemical with formula C2H2. It is a precursor for Lewisite."@en ; skos:altLabel "acetylene"@en ; skos:prefLabel "ethenylene"@en . ### http://umbel.org/umbel/rc/AcetylsalicylicAcid rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "The collection of all acetylsalicylic acid. A type of Analgesic and ChemicallyAcidicSubstance. AcetylsalicylicAcid is a PharmaceuticalType and a ChemicalCompoundTypeByChemicalSpecies."@en ; skos:altLabel "acetylsalicylic acid"@en ; skos:prefLabel "aspirin"@en . ### http://umbel.org/umbel/rc/Ache_AilmentCondition rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "An instance of PhysiologicalConditionType and a specialization of AilmentCondition. Each instance of Ache_AilmentCondition is the condition of experiencing a generalized pain in a particular part of the body, not as the direct result of an injury. Specializations include Headache and Stomachache. See also AcheInBodyPartFn."@en ; skos:prefLabel "ache ailment condition"@en . ### http://umbel.org/umbel/rc/AchievingNirvana rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The state of a person who has destroyed the processes that lead to the cycle of birth, death, and rebirth as a conditioned being. This state is the goal of the Buddhist path and is believed to be a state of indescribable bliss, freedom from suffering, and insight into the causes of the reincarnational process."@en ; skos:prefLabel "nirvana"@en . ### http://umbel.org/umbel/rc/AchillesTendon rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The tendon which connects calf muscle to heel"@en ; skos:prefLabel "achilles tendon"@en ; skos:altLabel "achilles tendons"@en . ### http://umbel.org/umbel/rc/Acholeplasma_Genus rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of Bacterium in a BiologicalGenus in the MoneraKingdom."@en ; skos:prefLabel "Acholeplasma"@en ; skos:altLabel "Acholeplasma Genus"@en . ### http://umbel.org/umbel/rc/Acholeplasmataceae_Family rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of Bacterium in a BiologicalFamily in the MoneraKingdom. It includes the BiologicalGenus of Acholeplasma_Genus, Anaeroplasma_Genus, and Phytoplasma_Genus."@en ; skos:prefLabel "Acholeplasmataceae"@en ; skos:altLabel "Acholeplasmataceae Family"@en . ### http://umbel.org/umbel/rc/Acholeplasmatales_Order rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of Bacterium in a BiologicalOrder in the MoneraKingdom. It includes the BiologicalFamily Acholeplasmataceae_Family. "@en ; skos:prefLabel "Acholeplasmatales"@en ; skos:altLabel "Acholeplasmatales Order"@en . ### http://umbel.org/umbel/rc/AchromaticColor rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:prefLabel "achromatic color"@en . ### http://umbel.org/umbel/rc/AcidIndigestion rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "Uncomfortable condition caused by having too much acid in the stomach."@en ; skos:prefLabel "acid indigestion"@en ; skos:altLabel "indigestion"@en . ### http://umbel.org/umbel/rc/AcidRainProcess rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The process of acid rain falling."@en ; skos:prefLabel "acid rain"@en . ### http://umbel.org/umbel/rc/AcidType rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "The collection of all acids. Instances are instances of ChemicalCompoundTypeByChemicalSpecies whose instances will react in certain chemically predictable ways with a base (see BaseType)."@en ; skos:altLabel "acid"@en , "acid type"@en , "acid types"@en , "acids"@en , "kind of acid"@en , "kind of acids"@en , "kinds of acid"@en , "kinds of acids"@en ; skos:prefLabel "type of acid"@en ; skos:altLabel "type of acids"@en , "types of acid"@en , "types of acids"@en . ### http://umbel.org/umbel/rc/AcidType_Arrhenius rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition """An instance of SecondOrderCollection and a specialization of ChemicalSubstanceType. Each instance of AcidType_Arrhenius is a type of substance instances of which, when dissolved in water, increase the concentration of HydroniumIons in those samples."""@en ; skos:prefLabel "Arrhenius acid"@en ; skos:altLabel "Arrhenius acids"@en . ### http://umbel.org/umbel/rc/AcidType_Bronsted_Lowry rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition """An instance of SecondOrderCollection and a specialization of ChemicalSubstanceType. Each instance of AcidType_Bronsted_Lowry is a type of substance, instances of which can donate a proton to another substance in a chemical reaction."""@en ; skos:prefLabel "Broensted-Lowry acid"@en ; skos:altLabel "Broensted-Lowry acids"@en . ### http://umbel.org/umbel/rc/AcidType_Diprotic rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , ; skos:definition """The collection of diprotic acids and a specialization of ChemicalSubstanceType. The instance of this collection are all types of acids whose instances contain a pair of hydrogen atoms per molecule that are susceptible to dissociation in aqueous solution."""@en ; skos:prefLabel "diprotic acid"@en ; skos:altLabel "diprotic acids"@en . ### http://umbel.org/umbel/rc/AcidType_Lewis rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "An instance of SecondOrderCollection and a specialization of ChemicalSubstanceType. Each instance of AcidType_Lewis is a type of substance whose instances are electron-pair acceptors."@en ; skos:prefLabel "Lewis acid"@en ; skos:altLabel "Lewis acids"@en . ### http://umbel.org/umbel/rc/AcidType_Monoprotic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of monoprotic acids and a specialization of AcidType_Lewis. The instances of this collection are all types of acids whose instances contain a single hydrogen atom per molecule that is susceptible to dissociation in aqueous solution."@en ; skos:prefLabel "monoprotic acid"@en ; skos:altLabel "monoprotic acids"@en . ### http://umbel.org/umbel/rc/AcidType_Negligible rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "A specialization of ChemicalSubstanceType. The instances of this collection are neither strong nor weak acids."@en ; skos:prefLabel "negligible acid"@en ; skos:altLabel "negligible acids"@en . ### http://umbel.org/umbel/rc/AcidType_Oxyacid rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "The collection of oxyacids and a specialization of ChemicalSubstanceType. The instances of this collection are substances that are acids and contain at least one O-H bond and possibly additional Oxygen atoms."@en ; skos:prefLabel "acid type oxyacid"@en . ### http://umbel.org/umbel/rc/AcidType_Polyprotic rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "The collection of polyprotic acids and a specialization of ChemicalSubstanceType. The instances of this collection are all types of acids whose instances contain at least 2 hydrogen atoms per molecule that are susceptible to dissociation in aqueous solution."@en ; skos:prefLabel "polyprotic acid"@en ; skos:altLabel "polyprotic acids"@en . ### http://umbel.org/umbel/rc/AcidType_Strong rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "The collection of strong acid types and a specialization of ChemicalSubstanceType. The instances of the instances of this collection completly transfer their hydrogen protons to water and leave no undissociated molecules in solution."@en ; skos:prefLabel "strong acid"@en ; skos:altLabel "strong acids"@en . ### http://umbel.org/umbel/rc/AcidType_Weak rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition """The collection of weak acid types and a specialization of ChemicalSubstanceType. The instances of the instances of this collection only partly dissociate in water."""@en ; skos:prefLabel "weak acid"@en ; skos:altLabel "weak acids"@en . ### http://umbel.org/umbel/rc/AcidicSolution_Liquid rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "A specialization of both LiquidSolution and ChemicallyAcidicSubstance. Each instance of AcidicSolution_Liquid has a pH less than 7."@en ; skos:prefLabel "liquid acidic solution"@en ; skos:altLabel "liquid acidic solutions"@en . ### http://umbel.org/umbel/rc/Acmite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all acmite. A type of Aegirine. Acmite is an ExistingStuffType."@en ; skos:prefLabel "acmite"@en . ### http://umbel.org/umbel/rc/Acne rdf:type owl:Class ; rdfs:subClassOf :Diseases , , ; skos:prefLabel "acne"@en ; skos:altLabel "acne infection"@en , "acne infections"@en ; skos:definition """an inflammatory disease of the sebaceous glands, characterized by comedones and pimples, esp. on the face, back, and chest, and, in severe cases, by cysts and nodules resulting in scarring. Also called 'acne vulgaris.'"""@en ; skos:altLabel "case of acne"@en , "cases of acne"@en . ### http://umbel.org/umbel/rc/AcneMedication rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The collection of all acne medications. A type of #$DrugProduct. AcneMedication is a TherapeuticClassType."@en ; skos:prefLabel "acne medication"@en ; skos:altLabel "acne medications"@en . ### http://umbel.org/umbel/rc/AcneProduct rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all acne treatment products. A type of PersonalProduct. The collection AcneProduct is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:altLabel "acne product"@en , "acne products"@en , "acne treatment"@en ; skos:prefLabel "acne treatment product"@en ; skos:altLabel "acne treatment products"@en , "acne treatments"@en . ### http://umbel.org/umbel/rc/Acoelomate rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "Acoelomata"@en ; skos:definition """This is the collection of (individual) organisms that are have three well-defined germ layers, an ectoderm, endoderm, and mesoderm, but lack a coelem. A coelem is a fluid-filled body cavity between the outer body wall and the gut. Members of the phylum Platyhelminthes (flat worms), as well as some Nemertea (ribbon worms) are Acoelomates."""@en ; skos:prefLabel "acoelomate"@en ; skos:altLabel "acoelomates"@en . ### http://umbel.org/umbel/rc/Acorn rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:definition "The collection of all acorns, which are the nuts of oak trees. A type of Nut_TheFruit. Acorn is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "acorn"@en ; skos:altLabel "acorns"@en . ### http://umbel.org/umbel/rc/AcousticNoiseLevel rdf:type owl:Class ; rdfs:subClassOf :Attributes , , , ; skos:definition "The collection of attributes that describe the volume of a sound."@en ; skos:prefLabel "acoustic noise"@en ; skos:altLabel "noise"@en , "noise pollution"@en , "volume"@en , "volumes"@en . ### http://umbel.org/umbel/rc/AcousticWeapon rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "MechanicalDevices used for killing people with sound"@en ; skos:altLabel "acoustic weapon"@en , "acoustic weapons"@en ; skos:prefLabel "sonic bullet"@en ; skos:altLabel "sonic bullets"@en . ### http://umbel.org/umbel/rc/Acoustic_guitarist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all acoustic guitarists, who are people that play the acoustic guitar. A type of MusicalInstrumentPlayer.."@en ; skos:altLabel "acoustic guitar player"@en , "acoustic guitar players"@en ; skos:prefLabel "acoustic guitarist"@en ; skos:altLabel "acoustic guitarists"@en . ### http://umbel.org/umbel/rc/Acoustics rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Acoustics is the scientific study of sound."@en ; skos:prefLabel "acoustics"@en . ### http://umbel.org/umbel/rc/Acrobat rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "An Acrobat is someone who entertains people by doing difficult physical actions such as walking on their hands or balancing on a high rope, especially at a Circus."@en ; skos:prefLabel "acrobat"@en ; skos:altLabel "acrobatic"@en , "acrobats"@en . ### http://umbel.org/umbel/rc/Acrolein rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "The collection of all acrolein. A type of LachrymationInducingStuff and ToxicSubstance. Acrolein is a ChemicalCompoundTypeByChemicalSpecies."@en ; skos:prefLabel "acrolein"@en . ### http://umbel.org/umbel/rc/Acromion rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The Acromion is a BoneSubPart of the Scapula which articulates with the AcromialExtremityOfClavicle."@en ; skos:prefLabel "acromion"@en ; skos:altLabel "acromions"@en . ### http://umbel.org/umbel/rc/Acronym rdf:type owl:Class ; rdfs:subClassOf :Notations , , ; skos:definition "When the name of something consists of many words, often an acronym will be formed out of the first letter of each word in the name and this will be used to refer to the thing instead of the full name. For example, the ''American Association for Artificial Intelligence'' is often referred to as AAAI."@en ; skos:prefLabel "acronym"@en ; skos:altLabel "acronyms"@en . ### http://umbel.org/umbel/rc/Acrophobia rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "Fear of high places"@en ; skos:prefLabel "acrophobia"@en ; skos:altLabel "acrophobic"@en , "case of acrophobia"@en , "cases of acrophobia"@en . ### http://umbel.org/umbel/rc/Acropolis rdf:type owl:Class ; rdfs:subClassOf :Facilities ; skos:definition "A hill in CityOfAthensGreece, on which the Parthenon, Temple of Athena Nike, Erechtheum, and the Propylea are located. The hill has served as a citadel and sanctuary, and it continues to be an important landmark in Athens."@en ; skos:prefLabel "Acropolis"@en . ### http://umbel.org/umbel/rc/Acrostic_IBO rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , , , ; skos:definition "The collection of acrostic puzzles of the kind found in newspapers."@en ; skos:prefLabel "acrostic"@en ; skos:altLabel "acrostics"@en . ### http://umbel.org/umbel/rc/AcrylicCloth rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all acrylic cloth. A type of SyntheticCloth. AcrylicCloth is an ExistingStuffType."@en ; skos:altLabel "acrylic"@en ; skos:prefLabel "acrylic cloth"@en . ### http://umbel.org/umbel/rc/AcrylicFiber rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition """An instance of ManufacturedFiberType. Each instance of AcrylicFiber is a sample of which the fiber-forming substance is at least 85% by weight of acrylonitrile units, see also Acrylonitrile."""@en ; skos:prefLabel "acrylic fiber"@en ; skos:altLabel "acrylic fibre"@en . ### http://umbel.org/umbel/rc/AcrylicPaint rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Acrylic paint used primarily by artists as an alternative to ArtistsOilPaint."@en ; skos:altLabel "acrylic"@en ; skos:prefLabel "acrylic paint"@en . ### http://umbel.org/umbel/rc/AcrylicPainting rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , ; skos:definition "AcrylicPaintings as representational art forms"@en ; skos:prefLabel "acrylic painting"@en ; skos:altLabel "acrylic paintings"@en . ### http://umbel.org/umbel/rc/AcrylicResin rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition """A specialization of Thermoplastic. Each instance of AcrylicResin is a polymer """@en ; skos:prefLabel "acrylic fiber"@en ; skos:altLabel "acrylic fibre"@en , "nitrile rubber"@en . ### http://umbel.org/umbel/rc/Acrylonitrile rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition """A specialization of Monomer. Each instance of Acrylonitrile is a sample of H2C:CHCN."""@en ; skos:altLabel "C3H3N"@en , "H2C:CHCN"@en ; skos:prefLabel "acrylonitrile"@en ; skos:altLabel "propenenitrile"@en , "vinyl cyanide"@en . ### http://umbel.org/umbel/rc/ActOfDissent rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of events. Each element of ActOfDissent is an event in which some agent (or agents) publicly disapproves of, protests against, or exhibits resistance to another agent's exercise of power. Typically the dissenting agent is in some way subject to the authority or power of the agent s/he acts against. An act of dissent is inherently a social occurrence. For example, writing a petition calling for Tibetan independence is an act of dissent in China, even if the petition is written in solitude and circulated by others. An act of dissent may or may not involve violence; an act of terrorism may or may not express dissent. An act of dissent may or may not involve explicit communication; for example, a bombing or assassination, or a Buddhist monk's self-immolation, might occur without an accompanying verbal message, but its dissenting intent might be understood (or surmised) from context. See also PublicProtesting (for dissent which involves explicit communication) and its subsets."@en ; skos:prefLabel "act of dissent"@en ; skos:altLabel "acts of dissent"@en , "dissent"@en , "dissented"@en , "dissenting"@en , "dissents"@en , "had dissented"@en , "had opposed"@en , "has dissented"@en , "has opposed"@en , "have dissented"@en , "have opposed"@en , "oppose"@en , "opposed"@en , "opposes"@en , "opposing"@en , "will dissent"@en , "will have dissented"@en , "will have opposed"@en , "will oppose"@en . ### http://umbel.org/umbel/rc/ActTypeCommonlyConsideredCriminal rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "A SecondOrderCollection. Each instance of ActTypeCommonlyConsideredCriminal is an action type (i.e. a specialization of Action) that many legal systems regard as a type of criminal act. Notable instances of this collection include Murder and Stealing."@en ; skos:prefLabel "act commonly considered criminal"@en ; skos:altLabel "acts commonly considered criminal"@en . ### http://umbel.org/umbel/rc/Act_Dramatic rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "Act_Dramatic is the collection of all major divisions (subEvents) of instances of plays [#$Play-Dramatic or PlayPerformance_Musical] and operas [OperaPerformance] which are defined as "acts". "@en ; skos:prefLabel "act"@en ; skos:altLabel "acts"@en . ### http://umbel.org/umbel/rc/Acting rdf:type owl:Class ; rdfs:subClassOf :Activities , , , ; skos:definition "Being someone you aren't. Taking on a character role. Someday this may be partially related to lying. What actors do during plays. What comedians might do as part of a joke. Something children do for fun."@en ; skos:altLabel "act"@en , "acted"@en ; skos:prefLabel "acting"@en ; skos:altLabel "acts"@en , "enact"@en , "enacted"@en , "enacting"@en , "enactment"@en , "enactments"@en , "enacts"@en , "had acted"@en , "had enacted"@en , "has acted"@en , "has enacted"@en , "have acted"@en , "have enacted"@en , "portrayal"@en , "portrayals"@en , "thespian"@en , "will act"@en , "will enact"@en , "will have acted"@en , "will have enacted"@en . ### http://umbel.org/umbel/rc/ActingCompany rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "The collection of #$EntertainmentOrganizations whose actsInCapacity_MainFunction is to produce and present plays (i.e., instances of DramaticPerformance). Actors are essential members of acting companies, as acting is an essential activity of a ActingCompany. Other members of an ActingCompany will probably include stage managers, costumers, directors, and stage hands. Instances of ActingCompany are specifically companies who employ actors for the purpose of presenting plays. ActingCompany, which is, among other things, a troupe of actors, should not be confused with TheaterCompany, which is a collection of organizations whose actsInCapacity_MainFunction is also to provide instances of EntertainmentPerformance, but which doesn't necessarily employ actors. E.g., a company such as United Artists, which owns a chain of movie theaters is a TheaterCompany, but not an ActingCompany."@en ; skos:prefLabel "acting company"@en . ### http://umbel.org/umbel/rc/ActingInConcert rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "A collection of events; a subcollection of OrganizationalTransferIn. In each ActingInConcert, someone acts in concert or unites in a common purpose or belief with someone else."@en ; skos:altLabel "had unified"@en , "had united"@en , "has unified"@en , "has united"@en , "have unified"@en , "have united"@en , "unified"@en , "unifies"@en , "unify"@en , "unifying"@en , "unite"@en , "united"@en , "unites"@en ; skos:prefLabel "uniting"@en ; skos:altLabel "will have unified"@en , "will have united"@en , "will unify"@en , "will unite"@en . ### http://umbel.org/umbel/rc/Actinium rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "A piece (i.e., specific collection of nearby molecules) of actinium; typically, these will be tightly bound into solid form. This unit could probably just as well be called Actinium or ActiniumStuff"@en ; skos:altLabel "Ac"@en ; skos:prefLabel "actinium"@en . ### http://umbel.org/umbel/rc/Actinobacteria_Class rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , ; skos:definition "A collection of Bacterium forming a BiologicalClass in the MoneraKingdom that includes the BiologicalOrders such as Actinomycetales_Order."@en ; skos:altLabel "Actinobacteria"@en ; skos:prefLabel "Actinobacteria Class"@en . ### http://umbel.org/umbel/rc/Actinolite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all actinolite. A type of Mineral. Actinolite is an ExistingStuffType."@en ; skos:prefLabel "actinolite"@en . ### http://umbel.org/umbel/rc/Actinomyces_Genus rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition """A collection of Bacterium forming a BiologicalGenus under the MoneraKingdom. Actinomyces_Genus are ProkaryoticCells that are GramPositiveBacterium. Most are free-living, particularily in soil. Species are either AnaerobicBacterium, part of the normal flora of the mouth, or AerobicBacterium."""@en ; skos:prefLabel "Actinomyces"@en ; skos:altLabel "Actinomyces Genus"@en . ### http://umbel.org/umbel/rc/Actinomycetaceae_Family rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:altLabel "Actinomycataceae"@en ; skos:prefLabel "Actinomycataceae Family"@en ; skos:definition "An collection of Bacterium comprising a BiologicalFamily in the MoneraKingdom that contains Actinomyces-Genus."@en . ### http://umbel.org/umbel/rc/Actinomycetales_Order rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of Bacterium forming a BiologicalOrder in the MoneraKingdom that contains the BiologicalFamilys Actinomycetaceae-Family."@en ; skos:altLabel "Actinomycetales"@en ; skos:prefLabel "Actinomycetales Order"@en . ### http://umbel.org/umbel/rc/Action rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "The collection of Events (q.v.) that are carried out by some "doer" (see doneBy). Instances of Action include any event in which one or more actors effect some change in the (tangible or intangible) state of the world, typically by an expenditure of effort or energy. Note that it is not required that any tangible object be moved, changed, produced, or destroyed for an action to occur; the effects of an action might be intangible (such as a change in a bank balance or the intimidation of a subordinate). Note also that the doer of an action, though typically an Agent_PartiallyTangible (q.v.), need not be (e.g. a falling rock that dents a car's roof). Depending upon the context, doers of actions might be animate or inanimate, conscious or nonconscious. For actions that are intentional, see PurposefulAction and performedBy."@en ; skos:altLabel "act"@en ; skos:prefLabel "action"@en ; skos:altLabel "actions"@en , "activities"@en , "activity"@en , "acts"@en , "behave"@en , "behaved"@en , "behaves"@en , "behaving"@en , "behavior"@en , "behaviour"@en , "deed"@en , "deeds"@en , "experience"@en , "experiences"@en , "had behaved"@en , "had perpetrated"@en , "has behaved"@en , "has perpetrated"@en , "have behaved"@en , "have perpetrated"@en , "perpetrate"@en , "perpetrated"@en , "perpetrates"@en , "perpetrating"@en , "will behave"@en , "will have behaved"@en , "will have perpetrated"@en , "will perpetrate"@en . ### http://umbel.org/umbel/rc/ActionAttributeLevelQuantity rdf:type owl:Class ; rdfs:subClassOf ; skos:definition """A specialization of Quantity. Each instance of ActionAttributeLevelQuantity is a particular level or amount of a certain type of quantity that an Action, or the performance of it, can exhibit.

For example, (HighAmountFn Dangerousness) is an ActionAttributeLevelQuantity possessed by actions that are highly dangerous. (MediumAmountFn Gracefulness) is an action-attribute-level quantity exhibited by any moderately graceful performance of an action. The latter example is also an instance of the more specialized collection PerformanceLevelQuantity (q.v.)."""@en ; skos:prefLabel "action attribute level quantity"@en . ### http://umbel.org/umbel/rc/ActionFigure_Toy rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of action figure toys."@en ; skos:prefLabel "action figure"@en ; skos:altLabel "action figures"@en . ### http://umbel.org/umbel/rc/ActionGameProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "The collection of all ComputerGamePrograms whose successful play involves simulated killing or destruction in realtime. Instances are game titles such as 'Doom' or 'Quake'."@en ; skos:prefLabel "action game"@en ; skos:altLabel "action games"@en . ### http://umbel.org/umbel/rc/ActionMovie rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , ; skos:definition "ActionMovie is a collection of instances of Movie_CW each of which relates a story characterized by fast-moving action such as car chases and kick-boxing."@en ; skos:altLabel "action film"@en , "action films"@en , "action flick"@en , "action flicks"@en ; skos:prefLabel "action movie"@en ; skos:altLabel "action movies"@en . ### http://umbel.org/umbel/rc/ActionOnObject rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "A specialization of both Action and PhysicalEvent; the collection of physical events in which some doer acts on an object. Each instance of ActionOnObject is an action in which both the roles of doneBy and objectActedOn (qq.v.) are filled. Examples include someone typing on a keyboard, a dog scratching itself, and a tornado destroying a building. Non-examples include a person dancing and wind blowing."@en ; skos:prefLabel "action on an object"@en ; skos:altLabel "actions on an object"@en , "affect"@en , "affected"@en , "affecting"@en , "affects"@en , "had affected"@en , "had impacted"@en , "has affected"@en , "has impacted"@en , "have affected"@en , "have impacted"@en , "impact"@en , "impacted"@en , "impacting"@en , "impacts"@en , "will affect"@en , "will have affected"@en , "will have impacted"@en , "will impact"@en . ### http://umbel.org/umbel/rc/ActionTypeByLegality rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of collections that indicate the legality of actions. Instances of this collection include LegalAction, IllegalAction, and QuestionablyLegal."@en ; skos:prefLabel "legality"@en . ### http://umbel.org/umbel/rc/Action_Device_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "action-device-topic"@en . ### http://umbel.org/umbel/rc/Actions_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "actions-topic"@en . ### http://umbel.org/umbel/rc/ActivatedDimethicone rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The collection of all activated dimethicone. A type of UlcerMedication. ActivatedDimethicone is a PharmaceuticalType."@en ; skos:prefLabel "activated dimethicone"@en . ### http://umbel.org/umbel/rc/ActiveBuyingActivity rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "Activities which are intended to lead to a Buying, and in which the performer interacts with specific providers of desired goods or services. Perhaps `FocussedBuyingActivity' would be a better name. Visiting a store would be an ActiveBuyingActivity, but announcing that proposals are being accepted, which does not target a particular vendor, would not. Contrast with PassiveBuyingActivity."@en ; skos:prefLabel "active buying"@en . ### http://umbel.org/umbel/rc/ActiveDeviceState rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:definition "A type of ObjectTypeByIntrinsicState. The concept ActiveDeviceState is a SetOrCollectionType."@en ; skos:prefLabel "active device state"@en . ### http://umbel.org/umbel/rc/ActiveMatrixDisplay rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A type of ElectronicDisplayDevice. The concept ActiveMatrixDisplay is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "active matrix display"@en . ### http://umbel.org/umbel/rc/ActiveSonar_Device rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition """The collection of devices used to navigate and locate objects in water. Instances consist of a tranmitter which emits high-frequency sound waves through water and a receiver which measures the returning sound waves reflected from objects in the path of the sound waves. This type of sonar is often employed by Torpedos and not by Submarine_Military because usage of ActiveSonar_Device gives away ones position."""@en ; skos:altLabel "active sonar"@en , "active sonars"@en ; skos:prefLabel "active sound navigation ranging device"@en ; skos:altLabel "active sound navigation ranging devices"@en . ### http://umbel.org/umbel/rc/Activism rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:definition "The collection of political events which involve such things as taking part in demonstrations, getting support for issues and even running for political office especially if these are done at a grass roots level and involve devotion to a single cause. A type of Politics."@en ; skos:altLabel "activism"@en , "grassroots political movement"@en , "grassroots political movements"@en ; skos:prefLabel "political protest"@en ; skos:altLabel "political protestation"@en , "political protestations"@en , "political protests"@en . ### http://umbel.org/umbel/rc/ActivityTypeFocusGroup rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "ActivityTypeFocusGroup is a specialization of Organization. Each instance of ActivityTypeFocusGroup is an organization which focuses on some type of activity, such as stamp collecting or sailing."@en ; skos:altLabel "crew"@en , "crews"@en , "organisation focused on a particular activity type"@en , "organisations focused on a particular activity type"@en ; skos:prefLabel "organization focused on a particular activity type"@en ; skos:altLabel "organizations focused on a particular activity type"@en . ### http://umbel.org/umbel/rc/Actor rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of people whose job it is to entertain others by taking on the roles of other characters in DramaticPerformances. Note that an Actor may be Male or Female."@en ; skos:prefLabel "actor"@en ; skos:altLabel "actors"@en , "actress"@en , "actresses"@en , "thespian"@en , "thespians"@en . ### http://umbel.org/umbel/rc/ActorActressTypeByPerformanceType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of collections. Each instance is a spec of Actor whose instances are all of the same performance type."@en ; skos:prefLabel "actor actress type by performance type"@en . ### http://umbel.org/umbel/rc/ActorInMovies rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of people whose job it is to act in movies."@en ; skos:prefLabel "movie actor"@en ; skos:altLabel "movie actors"@en , "screen actor"@en , "screen actors"@en . ### http://umbel.org/umbel/rc/ActorInMusicals rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "The collection of people whose job it is to sing, act, and dance in Broadway-type musicals."@en ; skos:prefLabel "musical actor"@en ; skos:altLabel "musical actors"@en . ### http://umbel.org/umbel/rc/ActorInPlays rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of people whose job it is to act in plays."@en ; skos:prefLabel "stage actor"@en ; skos:altLabel "stage actors"@en . ### http://umbel.org/umbel/rc/ActorOnTV rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of people whose job it is to act in television shows. It does not include talk-show hosts and news personnel, who do not pretend to be something they are not."@en ; skos:prefLabel "television actor"@en ; skos:altLabel "television actors"@en . ### http://umbel.org/umbel/rc/ActorTypeByMedium rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "ActorTypeByMedium is a collection of collections. Each element is a collection of #$ActorActresses grouped by the dramatic medium in which they work. Some examples are ActorInPlays and ActorInMovies. The motivation for creating this collection is to make use of a faceting of Actor to generate English questions to aid classification. See #$NoteAboutHowFacetAssertionsAreUsed. Since instances of Actor can work in more than one medium, the elements of this collection need not be disjoint."@en ; skos:prefLabel "type of actor classified by medium"@en ; skos:altLabel "types of actor classified by medium"@en . ### http://umbel.org/umbel/rc/Actor_Voice rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of people whose job it is to use only their voice to portray a character. This includes people who provide voices for cartoon characters and actors in radio dramas, but not announcers, DiscJockeys, and radio talk-show hosts,"@en ; skos:altLabel "voice actor"@en , "voice actors"@en ; skos:prefLabel "voice star"@en ; skos:altLabel "voice stars"@en . ### http://umbel.org/umbel/rc/Actress rdf:type owl:Class ; rdfs:subClassOf , , , ; skos:definition "A sub-collection of Person. Each instance is a female actor."@en ; skos:prefLabel "actress"@en ; skos:altLabel "actresses"@en , "member of female people and actors"@en , "member of { female people , actors }"@en , "member of { female people , actresses }"@en , "member of { female people , thespians }"@en , "member of { females , actors }"@en , "member of { females , actresses }"@en , "member of { females , thespians }"@en , "member of { human females , actors }"@en , "member of { human females , actresses }"@en , "member of { human females , thespians }"@en , "member of { maidens , actresses }"@en . ### http://umbel.org/umbel/rc/Acts_BookOfBible rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo ; skos:altLabel "Acts"@en ; skos:prefLabel "the Acts of the Apostles"@en . ### http://umbel.org/umbel/rc/Actuary rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "A specialization of DeskWorker and Professional. Each instance of Actuary is a professional in the insurance business whose job is to estimate how money can be contributed to a pension plan, insurance, or other related area to fund that plan over time."@en ; skos:altLabel "actuaries"@en ; skos:prefLabel "actuary"@en . ### http://umbel.org/umbel/rc/Acupressure rdf:type owl:Class ; rdfs:subClassOf :Events , , , ; skos:definition "A collection of events. Massaging with the fingers applied to those specific areas of the body used in Acupuncture."@en ; skos:prefLabel "acupressure"@en . ### http://umbel.org/umbel/rc/Acupuncture rdf:type owl:Class ; rdfs:subClassOf :Events , , , ; skos:definition "The collection of all ServiceEvents where Acupuncture, an originally Chinese practice of puncturing the body at specific points, is used to cure disease or to relieve pain. Acupuncture is not a MedicalTreatmentEvent because it is not necessarily performed by a medical care professional."@en ; skos:prefLabel "acupuncture"@en . ### http://umbel.org/umbel/rc/AcupunctureNeedle rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A collection of needles designed specifically for acupuncture."@en ; skos:prefLabel "acupuncture needle"@en ; skos:altLabel "acupuncture needles"@en . ### http://umbel.org/umbel/rc/Acupuncturist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all acupuncture practitioners. A type of AlternativeMedicinePractitioner. The collection Acupuncturist is an AlternativeMedicineSpecialistType and a HealthProfessionalTypeBySpecialty."@en ; skos:altLabel "acupuncture practicioner"@en , "acupuncture practicioners"@en ; skos:prefLabel "acupuncture practitioner"@en ; skos:altLabel "acupuncture practitioners"@en . ### http://umbel.org/umbel/rc/AcuraCLCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Acura CL"@en ; skos:altLabel "CL"@en . ### http://umbel.org/umbel/rc/AcuraCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "Acura"@en , "Acura automobile"@en , "Acura automobiles"@en ; skos:prefLabel "Acura car"@en ; skos:altLabel "Acura cars"@en ; skos:definition "The collection of all Acura cars. A type of JapaneseCar and Automobile_GasolineEngine. The collection AcuraCar is an AutomobileTypeByBrand and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/AcuraIntegraCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Acura Integra"@en ; skos:altLabel "Integra"@en . ### http://umbel.org/umbel/rc/AcuraLegendCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "Acura Legend"@en ; skos:altLabel "legend"@en , "legends"@en . ### http://umbel.org/umbel/rc/AcuraNSXCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "Acura NSXs"@en , "NSX"@en , "NSXs"@en ; skos:prefLabel "acura nsx"@en ; skos:altLabel "the NSX"@en . ### http://umbel.org/umbel/rc/AcuraRLCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "Acura RL"@en ; skos:prefLabel "RL"@en . ### http://umbel.org/umbel/rc/AcuraTLCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "Acura TL"@en ; skos:prefLabel "TL"@en . ### http://umbel.org/umbel/rc/Acyclovir rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition """A specialization of Antiviral. Instances of this collection are used to fight infections caused by Herpes_Virus."""@en ; skos:prefLabel "acyclovir"@en . ### http://umbel.org/umbel/rc/Ada_ProgrammingLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Ada"@en ; skos:definition "Ada is a modern high-level programming language named in honor of the first programmer in history: Lady Ada Lovelace. Ada was designed Jean Ichbiah's team at CII Honeywell in 1979. It was made mandatory for Department ofDefense software projects by the Pentagon."@en . ### http://umbel.org/umbel/rc/Adamaoua_ProvinceCameroon rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Adamite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "adamite"@en . ### http://umbel.org/umbel/rc/Adamsite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "A chemical agent which produces Nausea and Vomiting. When used as a weapon, it, like TearGas, is usually not intended to kill or permanently harm its victims, but to incapacitate them so that they can be more easily controlled."@en ; skos:prefLabel "adamsite"@en . ### http://umbel.org/umbel/rc/Adaptation rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:prefLabel "adaptation"@en . ### http://umbel.org/umbel/rc/Addiction rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A physiological condition in which the bodilyInvolved organism has a need for a particular AddictiveSubstance."@en ; skos:altLabel "addiction"@en , "addictions"@en ; skos:prefLabel "dependence"@en ; skos:altLabel "dependency"@en . ### http://umbel.org/umbel/rc/AddictionMedicineSpecialist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition " An addiction medicine specialist is a doctor who specializes in the treatment of patients who are suffering from drug addiction."@en ; skos:prefLabel "addiction medicine specialist"@en ; skos:altLabel "addiction medicine specialists"@en , "addictionist"@en , "addictionists"@en . ### http://umbel.org/umbel/rc/AddictionPsychiatrist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of all addiction Psychiatrists. An individual AddictionPsychiatrist is a Psychiatrist who has specialized in the management of patients with substance abuse disorders. An AddictionPsychiatrist is versed in the fields of Psychiatry, pharmacology, general medicine, and psychology."@en ; skos:prefLabel "addiction psychiatrist"@en ; skos:altLabel "addiction psychiatrists"@en . ### http://umbel.org/umbel/rc/Addiction_medicine rdf:type owl:Class ; rdfs:subClassOf :Diseases ; skos:definition "Addiction medicine: a FieldOfStudy."@en ; skos:prefLabel "addiction medicine"@en . ### http://umbel.org/umbel/rc/AddictiveSubstance rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The collection of all addictive substances. A type of DrugSubstance. AddictiveSubstance is an ExistingStuffType."@en ; skos:altLabel "addictive"@en ; skos:prefLabel "addictive substance"@en ; skos:altLabel "addictive substances"@en . ### http://umbel.org/umbel/rc/AddressBook rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of documents in which an agent records the names and contact information of agents they wish to keep in touch with."@en ; skos:prefLabel "address book"@en ; skos:altLabel "address books"@en . ### http://umbel.org/umbel/rc/AddressLabel rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "The collection of labels that convey address information. These are typically attached to packages that are shipped or mailed, but they could also be used for identification purposes (e.g. on a gym bag). Thus not all instances of AddressLabel are attached to a package of some sort."@en ; skos:prefLabel "address label"@en ; skos:altLabel "address labels"@en . ### http://umbel.org/umbel/rc/AddressResolutionProtocol rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Address Resolution Protocol"@en ; skos:definition "Address Resolution Protocol: a NetworkProtocol and a MachineProtocol."@en . ### http://umbel.org/umbel/rc/Address_LocationDesignator rdf:type owl:Class ; rdfs:subClassOf :Notations . ### http://umbel.org/umbel/rc/Address_PhysicalLocationDesignator rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A specialization of Address_ContactInfoString. Each instance of Address_PhysicalLocationDesignator is a string that describes the relatively permanent location of an individual or organization. For example: "President Bill Clinton, White House, 1600 Pennsylvania Avenue, Washington, DC". Addresses that provide an address suitable for delivery of mail are instances of the specialization, MailingAddress."@en ; skos:prefLabel "physical address"@en ; skos:altLabel "physical addresses"@en . ### http://umbel.org/umbel/rc/Addressee rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo ; skos:prefLabel "Addressee"@en ; skos:definition "an indexical that refers successfully only in discourse contexts"@en . ### http://umbel.org/umbel/rc/Addresses_Geography_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "addresses-geography-topic"@en . ### http://umbel.org/umbel/rc/AdductorBrevis rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The Collection of all instances of AdductorBrevis Muscle. The AdductorBrevis adducts and assists flexion and medial rotation of the Femur at the Hip."@en ; skos:prefLabel "adductor brevis"@en ; skos:altLabel "adductor brevis muscle"@en , "adductor brevis muscles"@en , "adductors brevis"@en , "musculi adductor brevis"@en , "musculus adductor brevis"@en . ### http://umbel.org/umbel/rc/AdductorLongus rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The Collection of all instances of AdductorLongus Muscle. The AdductorLongus adducts and assists flexion and medial rotation of the Femur at the Hip."@en ; skos:prefLabel "adductor longus muscle"@en ; skos:altLabel "adductor longus muscles"@en , "musculi adductor longus"@en , "musculus adductor longus"@en . ### http://umbel.org/umbel/rc/AdductorMagnus rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The Collection of all instances of AdductorMagnus Muscle. The AdductorMagnus adducts and assists flexion and medial rotation of the Femur at the Hip. Posterior fibers(from the ischial tuberosity assist extension of the femur. A gap in the AdductorMagnus allows passage of the FemoralArtery and FemoralVein."@en ; skos:prefLabel "adductor magnus"@en ; skos:altLabel "adductor magnus muscle"@en , "adductor magnus muscles"@en , "adductors magnus"@en , "great adductor muscle"@en , "great adductor muscles"@en , "musculi adductor magnus"@en , "musculus adductor magnus"@en . ### http://umbel.org/umbel/rc/AdductorPollicis rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The Collection of all instances of AdductorPollicis Muscle. The AdductorPollicis adducts the Thumb at the CarpoMetaCarpalJointOfThumb, significantly increasing the power of the grasp of the Thumb."@en ; skos:prefLabel "adductor pollicis"@en ; skos:altLabel "adductor pollicis muscle"@en , "adductor pollicis muscles"@en , "adductors pollicis"@en . ### http://umbel.org/umbel/rc/AdenineDeoxyribonucleotide rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "A collection of compounds consisting of a Adenine_Base and a phosphate group linked with Deoxyribose. Its abbreviation is A, and it pairs with ThymineDeoxyribonucleotide or UracilRibonucleotide, depending on the process."@en ; skos:altLabel "A deoxyribonucleotide"@en , "A deoxyribonucleotides"@en , "adenine"@en ; skos:prefLabel "adenine deoxyribonucleotide"@en ; skos:altLabel "adenine deoxyribonucleotides"@en , "adenines"@en , "adenosine phosphate"@en , "adenosine phosphates"@en , "deoxyribonucleotide containing A"@en , "deoxyribonucleotide containing adenine"@en , "deoxyribonucleotide with A for a base"@en , "deoxyribonucleotide with adenine as a base"@en , "deoxyribonucleotide with adenine for a base"@en , "deoxyribonucleotide with an A base"@en , "deoxyribonucleotide with an adenine"@en , "deoxyribonucleotide with an adenine base"@en , "deoxyribonucleotides containing A"@en , "deoxyribonucleotides containing adenine"@en , "deoxyribonucleotides with A for a base"@en , "deoxyribonucleotides with adenine as a base"@en , "deoxyribonucleotides with adenine for a base"@en , "deoxyribonucleotides with an A base"@en , "deoxyribonucleotides with an adenine"@en , "deoxyribonucleotides with an adenine base"@en . ### http://umbel.org/umbel/rc/AdenineNucleotide rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:altLabel "A nucleotide"@en , "A nucleotides"@en ; skos:definition "The collection of instances of Nucleotide that have an adenine base."@en ; skos:prefLabel "adenine nucleotide"@en ; skos:altLabel "adenine nucleotides"@en , "nucleotide containing adenine"@en , "nucleotide with an A base"@en , "nucleotide with an adenine base"@en , "nucleotides containing adenine"@en , "nucleotides with an A base"@en , "nucleotides with an adenine base"@en . ### http://umbel.org/umbel/rc/AdenineRibonucleotide rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition """A collection of compounds consisting of a Adenine_Base and a phosphate group linked to Ribose. Its abbreviation is A, and it pairs with UracilRibonucleotide."""@en ; skos:altLabel "adenine RNA nucleotide"@en , "adenine RNA nucleotides"@en ; skos:prefLabel "adenine ribonucleotide"@en ; skos:altLabel "adenine ribonucleotides"@en . ### http://umbel.org/umbel/rc/Adenine_Base rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "A collection of molecules. Adenine_Base is one of the four kinds of nitrogen base, NitrogenBaseType, that enter in the constitution of instances of AdenineNucleotide. Its abbreviattion is A."@en ; skos:prefLabel "adenine"@en ; skos:altLabel "adenine base"@en , "adenine bases"@en , "nucleotide base adenine"@en . ### http://umbel.org/umbel/rc/Adenomyosis rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:prefLabel "Adenomyosis"@en ; skos:definition "The collection of all Adenomyosis. A type of AilmentCondition. Adenomyosis is a PhysiologicalConditionType."@en . ### http://umbel.org/umbel/rc/AdenosineTriphosphate rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition """The collection of nucleotides created by some Cells. When a cell needs energy, it is converted from a storage molecule, such as a CarbohydrateStuff, or from environmental energy into AdenosineTriphosphate which is then used to power activites in the cell."""@en ; skos:prefLabel "adenosine triphosphate"@en ; skos:altLabel "adenosine triphosphates"@en . ### http://umbel.org/umbel/rc/Adherent rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all adherents. A type of HomoSapiens."@en ; skos:prefLabel "adherent"@en ; skos:altLabel "adherents"@en . ### http://umbel.org/umbel/rc/AdhesiveTape rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "AdhesiveTape is the Collection of all adhesive Tape. An instance of AdhesiveTape is a thin, flat adhesive. It consists of a normal Tape with at least one side having #$surfaceAttributeOfObj Sticky. If this is true of both sides of the Tape, it is a DualSidedAdhesiveTape."@en ; skos:prefLabel "adhesive tape"@en . ### http://umbel.org/umbel/rc/AdirondackMountains rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "scenic forested mountain wilderness area"@en ; skos:altLabel "the Adirondack Mountains"@en ; skos:prefLabel "the Adirondacks"@en . ### http://umbel.org/umbel/rc/Adjective rdf:type owl:Class ; rdfs:subClassOf :Notations . ### http://umbel.org/umbel/rc/Adjective_Gradable rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A SpeechPart and a specialization of OpenClassWord. This is the collection of all adjectives. An adjective is typically used as a noun modifier to denote a quality of the thing denoted by the noun phrase as a whole (as 'red' in 'the red shoes'). Many adjectives can be used either attributively (as in the foregoing example) or predicatively (as in 'the shoes are red'). Many adjectives have comparative and superlative forms (e.g. 'dark'/'darker'/'darkest')."@en ; skos:prefLabel "adjective"@en ; skos:altLabel "adjectives"@en . ### http://umbel.org/umbel/rc/AdjustableRateLoan rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "The collection of all adjustible rate loans. A type of LoanAgreement. AdjustableRateLoan is a LoanAgreementTypeByInterestRateOption."@en ; skos:prefLabel "adjustible rate loan"@en ; skos:altLabel "adjustible rate loans"@en . ### http://umbel.org/umbel/rc/AdjustableRateMortgage rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , , ; skos:altLabel "ARM"@en , "ARMs"@en , "Adjustable Rate Mortgages"@en ; skos:definition "The collection of MortgageAgreements for which either the interestRate charged or the term of the loan (see LoanAgreementTypeByTermOption), or both, can change."@en ; skos:prefLabel "adjustable rate mortgage"@en ; skos:altLabel "adjustable rate mortgages"@en , "adjustable-rate mortgage (ARM)"@en . ### http://umbel.org/umbel/rc/AdjustableWrench rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Hand tool used for grasping objects. A threaded joint between two sides of the grasping apparatus allows the wrench to be fit snugly around objects of various sizes."@en ; skos:altLabel "adjustable spanner"@en , "adjustable spanners"@en ; skos:prefLabel "adjustable wrench"@en ; skos:altLabel "adjustable wrenches"@en . ### http://umbel.org/umbel/rc/AdministeringAnInjection rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition """A specialization of ControllingAPhysicalDevice and PuttingSomethingIntoSomething. Each instance of this collection is an event in which an agent injects a substance, either into another agent or himself/herself. Notable specializations of this collection include Injecting_Medical. Positive examples of this collection would include also instances of an agent inject illegal drugs into a body for a high as well as instances of an agent injecting a toxin into an organism."""@en ; skos:altLabel "administer an injection"@en , "administered an injection"@en ; skos:prefLabel "administering an injection"@en ; skos:altLabel "administers an injection"@en , "had administered an injection"@en , "had injected"@en , "has administered an injection"@en , "has injected"@en , "have administered an injection"@en , "have injected"@en , "inject"@en , "injected"@en , "injecting"@en , "injects"@en , "will administer an injection"@en , "will have administered an injection"@en , "will have injected"@en , "will inject"@en . ### http://umbel.org/umbel/rc/AdministrationOrder rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A specialization of Writ. Each instance of AdministrationOrder is an order issued by a UK County Court. Such an order requires the party applying for it to pay his debts in full or a percentage of the debts, by monthly instalments. The total debts of an individual applying for such an order must not exceed 5000 pounds."@en ; skos:prefLabel "administration order"@en ; skos:altLabel "administration orders"@en . ### http://umbel.org/umbel/rc/AdministrationProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "A specialization of UtilityProgram. Programs run by humans in order to manage services, processes, users, files, and other types of control such as booting and configuring other programs."@en ; skos:prefLabel "administration program"@en ; skos:altLabel "administration programme"@en , "administration programs"@en . ### http://umbel.org/umbel/rc/Administration_Management rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A sub-collection of Handling_Management. Each instance is a method of tending to (especially business) matters."@en ; skos:altLabel "administer"@en , "administered"@en , "administering"@en , "administers"@en , "administrate"@en , "administrated"@en , "administrates"@en , "administrating"@en , "administration"@en , "administrations"@en ; skos:prefLabel "disposal"@en ; skos:altLabel "disposals"@en , "had administered"@en , "had administrated"@en , "has administered"@en , "has administrated"@en , "have administered"@en , "have administrated"@en , "will administer"@en , "will administrate"@en , "will have administered"@en , "will have administrated"@en . ### http://umbel.org/umbel/rc/AdministrativeAssistant rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all administrative assistants. A type of AdministrativeStaffPerson. AdministrativeAssistant is a PersonTypeByPositionInOrg."@en ; skos:prefLabel "administrative assistant"@en ; skos:altLabel "administrative assistants"@en . ### http://umbel.org/umbel/rc/AdministrativeDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "A specialization of Department. Each instance of this collection is a group of employees that perform some kind of management role for an organization."@en ; skos:prefLabel "administrative department"@en ; skos:altLabel "administrative departments"@en , "establishment"@en , "establishments"@en , "governance"@en , "governances"@en , "governing bodies"@en , "governing body"@en . ### http://umbel.org/umbel/rc/AdministrativeDistrict rdf:type owl:Class ; rdfs:subClassOf :Geopolitical , , ; skos:definition "A sub-collection of CountrySubsidiary. Each instance is a district defined for administrative purposes."@en ; skos:prefLabel "administrative district"@en ; skos:altLabel "administrative districts"@en , "administrative division"@en , "administrative divisions"@en , "territorial division"@en , "territorial divisions"@en . ### http://umbel.org/umbel/rc/AdministrativeHearing rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A specialization of Hearing_LegalProceeding. Each instance of AdministrativeHearing is a hearing before either a governmental agency or an administrative judge."@en ; skos:prefLabel "administrative hearing"@en ; skos:altLabel "administrative hearings"@en . ### http://umbel.org/umbel/rc/AdministrativeStaffPerson rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A specialization of DeskWorker. Each instance of AdministrativeStaffPerson is a worker whose primary job responsibilities are administrative and/or managerial tasks. Such jobs can be at any level in an organization's hierarchy, from receptionist/secretary to executive assistant to manager."@en ; skos:altLabel "administrative staff people"@en ; skos:prefLabel "administrative staff person"@en ; skos:altLabel "administrative staff persons"@en . ### http://umbel.org/umbel/rc/AdministrativeSupportUnit_MilitarySpecialty rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:definition "The collection of all military organizations dedicated to providing support for administrative processes."@en ; skos:prefLabel "administrative support unit"@en ; skos:altLabel "administrative support units"@en . ### http://umbel.org/umbel/rc/AdministrativeUnit rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:definition "A sub-collection of (SubcollectionOfWithRelationFromTypeFn Organization subOrganizations Organization). Each instance is a unit with administrative responsibilities."@en ; skos:altLabel "administrative bodies"@en , "administrative body"@en ; skos:prefLabel "administrative unit"@en ; skos:altLabel "administrative units"@en . ### http://umbel.org/umbel/rc/Administrator rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "A specialization of AdministrativeStaffPerson. Each instance of Administrator is an employee of an organization who is responsible for managing its organizational affairs. Instances of Administrator may or may not also be required to manage people. If so, then they are also Managers (q.v.)."@en ; skos:prefLabel "administrator"@en ; skos:altLabel "administrators"@en , "person that is an administrator of an organization"@en , "person who is an administrator for some organization"@en . ### http://umbel.org/umbel/rc/Admiral_Rank rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "Supreme commander of a fleet. Rank intermediate between vice-admiral and fleet admiral."@en ; skos:prefLabel "admiral"@en ; skos:altLabel "admirals"@en . ### http://umbel.org/umbel/rc/AdmiraltyIslands_PapuaNewGuinea rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "One of the island groups that comprise the BismarckArchipelago"@en ; skos:prefLabel "the Admiralty Islands"@en . ### http://umbel.org/umbel/rc/Admiration rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "A feeling of strong approval. An intense positive attitude towards another person(s) or group. May be accompanied by emulation. Admiration is different than Respect (qv). This is a collection --- see Happiness for an explanation. Some more specialized EmotionalQuantityTypes than Admiration are Wonder_Admiration, Adulation, Awe, etc. "@en ; skos:prefLabel "admiration"@en . ### http://umbel.org/umbel/rc/AdmissionsDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A specialization of UniversityDepartment. Each instance of this collection is a group of employees who determine which students will be admitted to an educational instutition."@en ; skos:prefLabel "admissions department"@en ; skos:altLabel "admissions departments"@en . ### http://umbel.org/umbel/rc/AdmitToMembership rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "The collection of all events in which one or more people or organizations are granted permission [GrantingPermission] to become members of some Organization. A person may be admitted to membership in some organization but not join (e.g. a HighSchoolStudent may be admitted to several colleges but will generally become a student of at most one of them)."@en ; skos:prefLabel "admission"@en ; skos:altLabel "admissions"@en , "admit"@en , "admits"@en , "admitted"@en , "admitting"@en , "had admitted"@en , "has admitted"@en , "have admitted"@en , "will admit"@en , "will have admitted"@en . ### http://umbel.org/umbel/rc/AdobeBrick rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of Bricks made from AdobeClay. Buildings made with AdobeBricks are popular in the Southwestern United States. "@en ; skos:prefLabel "adobe brick"@en ; skos:altLabel "adobe bricks"@en . ### http://umbel.org/umbel/rc/AdobeClay rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of clay from which adobe bricks are made. Much adobe clay is found in the Southwestern United States. AdobeClay has a high sand content. See also AdobeBrick."@en ; skos:altLabel "adobe"@en ; skos:prefLabel "adobe clay"@en . ### http://umbel.org/umbel/rc/AdobeComputerProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:prefLabel "Adobe software"@en ; skos:definition "Software products made by #$AdobeInc."@en . ### http://umbel.org/umbel/rc/AdolescentInternalMedicineSpecialist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of all adolescent internal medicine specialists. A type of Internist and Pediatrician. AdolescentInternalMedicineSpecialist is a MedicalSpecialistType."@en ; skos:prefLabel "adolescent internal medicine specialist"@en ; skos:altLabel "adolescent internal medicine specialists"@en . ### http://umbel.org/umbel/rc/AdolescentMedicineSpecialist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "An adolescent medical specialist is a doctor who specializes in the treatment of adolescents."@en ; skos:prefLabel "adolescent medicine specialist"@en ; skos:altLabel "adolescent medicine specialists"@en . ### http://umbel.org/umbel/rc/Adoption rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all events in which one or two adults formally become the official parents of a HumanChild who was born to someone else. The Adoption is performedBy the new parents and their new child [see children] is the objectActedOn."@en ; skos:altLabel "adopt"@en , "adopted"@en , "adopting"@en ; skos:prefLabel "adoption"@en ; skos:altLabel "adoptions"@en , "adopts"@en , "had adopted"@en , "has adopted"@en , "have adopted"@en , "will adopt"@en , "will have adopted"@en . ### http://umbel.org/umbel/rc/Adrar_ProvinceAlgeria rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AdrenalGland rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all adrenal ('suprarenal') Glands. An individual AdrenalGland is an endocrine gland which produces #$Adrenaline and other Hormones. An AdrenalGland is located on the cephalic end of each Kidney."@en ; skos:prefLabel "adrenal gland"@en ; skos:altLabel "adrenal glands"@en , "suprarenal gland"@en , "suprarenal glands"@en . ### http://umbel.org/umbel/rc/AdrenocorticotropicHormone rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "A Hormone secreted by the pituitary gland which stimulates the adrenal cortex Sometimes used in the treatment of Asthma."@en ; skos:altLabel "adrenocorticotrophic hormone"@en ; skos:prefLabel "adrenocorticotrophin"@en ; skos:altLabel "adrenocorticotropic hormone"@en , "adrenocorticotropin"@en , "corticotrophin"@en , "corticotropin"@en . ### http://umbel.org/umbel/rc/Adrenosterone rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "An Androgen secreted by the adrenal cortex."@en ; skos:prefLabel "adrenosterone"@en . ### http://umbel.org/umbel/rc/AdriaticSea rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "An arm of the MediterraneanSea that sticksInto the ContinentOfEurope."@en ; skos:prefLabel "the Adriatic Sea"@en . ### http://umbel.org/umbel/rc/AdultAnimal rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "An instance of AnimalTypeByMaturity (q.v.) and a specialization of Animal. AdultAnimal is the collection of all animals that are at least mature enough to bear offspring. Cf. JuvenileAnimal."@en ; skos:prefLabel "adult"@en ; skos:altLabel "adult animal"@en , "adult animals"@en , "adults"@en . ### http://umbel.org/umbel/rc/AdultCheckWebSite rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:altLabel "Adult Check participating site"@en , "Adult Check participating sites"@en ; skos:prefLabel "Adult Check site"@en ; skos:altLabel "Adult Check sites"@en ; skos:definition "The specialization of WorldWideWebSite whose instances use AdultCheck to verify that visitors are of legal age."@en . ### http://umbel.org/umbel/rc/AdultConsumer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of all consumers who are also adults. A type of HumanConsumer and HumanAdult. AdultConsumer is a PersonTypeByActivity."@en ; skos:prefLabel "adult consumer of products"@en ; skos:altLabel "adult consumers of products"@en . ### http://umbel.org/umbel/rc/AdultFemaleHuman rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of all women; i.e., HomoSapiens who are adult and female."@en ; skos:altLabel "adult female"@en , "adult females"@en , "babe"@en , "babes"@en , "dame"@en , "dames"@en , "female adult"@en , "female adults"@en , "ladies"@en , "lady"@en ; skos:prefLabel "woman"@en ; skos:altLabel "women"@en . ### http://umbel.org/umbel/rc/AdultMaleHuman rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "A specialization of HumanAdult and MaleHuman. Each instance of AdultMaleHuman is a man, i.e., an instance of HomoSapiens who is adult and male."@en ; skos:altLabel "adult male"@en , "adult males"@en , "fellow"@en , "fellows"@en , "male adult"@en , "male adults"@en ; skos:prefLabel "man"@en ; skos:altLabel "men"@en . ### http://umbel.org/umbel/rc/AdultMiddleClassAmerican rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all middle-class American adults. A type of UnitedStatesPerson and MiddleClass. AdultMiddleClassAmerican is a PersonTypeByCulture."@en ; skos:prefLabel "middle-class American adult"@en ; skos:altLabel "middle-class American adults"@en . ### http://umbel.org/umbel/rc/AdultVerification_Service rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of ServiceEvents. In each instance of AdultVerification_Service, the providerOfService verifies that the recipientOfService is an adult. Such verification is used by WorldWideWebSites that are intended exclusively for adults."@en ; skos:altLabel "Adult Verification Services"@en , "Adult Verification System"@en , "Adult Verification Systems"@en ; skos:prefLabel "adult verification service"@en ; skos:altLabel "adult verification services"@en , "adult verification system"@en , "adult verification systems"@en , "age verification"@en , "age verifications"@en , "avs password"@en , "avs passwords"@en . ### http://umbel.org/umbel/rc/AdvancedAmphibiousAssaultVehicle rdf:type owl:Class ; rdfs:subClassOf :Products , , , , , ; skos:prefLabel "the Advanced Amphibious Assault Vehicle"@en . ### http://umbel.org/umbel/rc/AdvancedResearchAndDevelopmentActivity rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "The AdvancedResearchAndDevelopmentActivity (ARDA) is an Intelligence Community (IC) center for conducting advanced research and development related to information technology (IT) (information stored, transmitted, or manipulated by electronic means). ARDA sponsors high risk, high payoff research designed to produce new technology to address some of the most important and challenging IT problems faced by the intelligence community. The research is currently organized into four technology thrusts, Information Exploitation, Quantum Information Science, Global Infosystems Access and Novel Intelligence from Massive Data.Federal organization charged with encouraging and facilitating R&D work on advanced technologies in the national interest."@en ; skos:prefLabel "US Intelligence community Advanced Research And Development Activity"@en . ### http://umbel.org/umbel/rc/AdvancingToTheNextRound rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "Completing an event successfully enough to place high enough to qualify for further competition."@en ; skos:altLabel "had qualified"@en , "has qualified"@en , "have qualified"@en , "qualified"@en , "qualifies"@en , "qualify"@en ; skos:prefLabel "qualifying"@en ; skos:altLabel "will have qualified"@en , "will qualify"@en . ### http://umbel.org/umbel/rc/Adventure rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A sub-collection of Project. Each instance is a wild and exciting undertaking (not necessarily lawful)."@en ; skos:altLabel "adventure"@en , "adventures"@en , "dangerous undertaking"@en , "dangerous undertakings"@en , "escapade"@en , "escapades"@en ; skos:prefLabel "risky venture"@en ; skos:altLabel "risky ventures"@en . ### http://umbel.org/umbel/rc/AdventureGameProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "The collection of all ComputerGamePrograms which are 'adventure' games."@en ; skos:prefLabel "adventure game"@en ; skos:altLabel "adventure games"@en . ### http://umbel.org/umbel/rc/AdventureMovie rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , ; skos:definition "AdventureMovie is a collection of instances of Movie_CW each of which tells the tale of an adventure."@en ; skos:altLabel "adventure film"@en , "adventure films"@en , "adventure flick"@en , "adventure flicks"@en ; skos:prefLabel "adventure movie"@en ; skos:altLabel "adventure movies"@en . ### http://umbel.org/umbel/rc/AdventureRace_SportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , , , , ; skos:definition "The collection of all adventure racing. A type of ExtremeSportsEvent, TeamSportsCompetition, RacingSportsEvent, and OutdoorSportsEvent. AdventureRace_SportsEvent is a SportsCategoryType."@en ; skos:altLabel "adventure race"@en , "adventure races"@en ; skos:prefLabel "adventure racing"@en . ### http://umbel.org/umbel/rc/AdventureRacing_SportCW rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "Adventure racing: a Sport."@en ; skos:prefLabel "adventure racing"@en . ### http://umbel.org/umbel/rc/Adverb rdf:type owl:Class ; rdfs:subClassOf :Notations , , , ; skos:definition "The collection of all adverbs. Adverbs are words which can modify adverbs, verbs, or adjectives. Many adverbs are morphologically derived from adjectives. Example: `slowly'."@en ; skos:prefLabel "adverb"@en ; skos:altLabel "adverbs"@en . ### http://umbel.org/umbel/rc/AdverseWeatherArea rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A specialization of OutdoorLocation. Each instance of this collection is a location that is experiencing adverse weather, including HazyArea, SleetyArea, StormyArea, etc."@en ; skos:prefLabel "adverse weather"@en . ### http://umbel.org/umbel/rc/Advertisement_Commercial_IBT rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "IBTs issued by businesses to let potential customers know what products they want to sell, buy, rent, lease, or trade. See also Advertisement_PCW."@en ; skos:prefLabel "commercial advertisement"@en ; skos:altLabel "commercial advertisements"@en , "commercial advertizement"@en , "commercial advertizements"@en , "slogan"@en , "slogans"@en . ### http://umbel.org/umbel/rc/Advertisement_IBT rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "A collection of InformationBearingThings. Advertisement_IBTs are IBTs intended for a large audience, often ThePublic. The originator of the corresponding Advertisement_PCW pays to have these instantiations made accessible to the intended audience, and intends that people who access one will be affected by it in a way that is favorable to the originator. Advertisement_IBTs take many physical forms, including billboards, magazine and newspapers ads, email, direct mail, and radio and television commercials, among others."@en ; skos:prefLabel "ad"@en ; skos:altLabel "ads"@en , "advertisement"@en , "advertisements"@en , "advertizement"@en , "advertizements"@en . ### http://umbel.org/umbel/rc/Advertisement_PCW rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of ConceptualWorks of advertisements. This includes advertisements for objects to sell, offers to buy, items to rent, give-away items, announcements of events, promotions for causes, personal ads, announcements of available jobs or availability for employment, etc. For physical items instantiating such advertisements see Advertisement_IBT."@en ; skos:prefLabel "ad"@en ; skos:altLabel "ads"@en , "advert"@en , "advertisement"@en , "advertisements"@en , "advertizement"@en , "advertizements"@en . ### http://umbel.org/umbel/rc/Advertisement_Print rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , , ; skos:definition "The collection of all print advertisements. A type of Advertisement_IBT and PublishedIBT. Advertisement_Print is a SpatiallyDisjointObjectType."@en ; skos:altLabel "bill"@en , "bills"@en , "circular"@en , "circulars"@en , "handbill"@en , "handbills"@en , "print ad"@en , "print ads"@en ; skos:prefLabel "print advertisement"@en ; skos:altLabel "print advertisements"@en , "print advertizement"@en , "print advertizements"@en . ### http://umbel.org/umbel/rc/Advertiser rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all advertisers. A SpatiallyDisjointObjectType."@en ; skos:prefLabel "advertiser"@en ; skos:altLabel "advertisers"@en . ### http://umbel.org/umbel/rc/Advertising rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "A specialization of CommunicationAct_Single. Each instance of this collection consists of some communication to potential clients of an Organization, the desire of the organization that they be its clients. The organization may be a Business wanting people to do business with it (cf. the more specific Advertising_Business). Or it may be, for example, a PoliticalParty (cf. the more specific Advertising_Political). See also AdvertisingCampaign."@en ; skos:altLabel "advertise"@en , "advertised"@en , "advertises"@en ; skos:prefLabel "advertising"@en ; skos:altLabel "advertising event"@en , "advertising events"@en , "advertize"@en , "advertized"@en , "advertizes"@en , "advertizing"@en , "bill"@en , "billed"@en , "billing"@en , "bills"@en , "had advertised"@en , "had advertized"@en , "had billed"@en , "has advertised"@en , "has advertized"@en , "has billed"@en , "have advertised"@en , "have advertized"@en , "have billed"@en , "will advertise"@en , "will advertize"@en , "will bill"@en , "will have advertised"@en , "will have advertized"@en , "will have billed"@en . ### http://umbel.org/umbel/rc/AdvertisingAgency rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , , ; skos:definition "An organization which designs and organizes advertising and promotional activities for other agents."@en ; skos:altLabel "ad agencies"@en , "ad agency"@en , "advertising agencies"@en ; skos:prefLabel "advertising agency"@en . ### http://umbel.org/umbel/rc/AdvertisingCampaign rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all extended, organized activity by which a group tries to convince others to buy, rent, attend, vote for, some product."@en ; skos:prefLabel "advertising campaign"@en ; skos:altLabel "advertising campaigns"@en . ### http://umbel.org/umbel/rc/Advertising_Business rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "A specialization of Advertising and MarketingActivity, and an instance of #$BusinessTransactionType. Each instance of this collection consists of some communication to potential customers of a Business, the desire to do business with them. (The desire may be either to "do business" in general, or to sell them something specific.) Successful instances of Advertising_Business often result in instances of Buying."@en ; skos:prefLabel "business advertising"@en . ### http://umbel.org/umbel/rc/Advertising_Political rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A specialization of Advertising. Each instance of Advertising_Political is an instance of Communicating in which some PoliticalOrganization attempts to influence voters to support one of that organization's causes or candidates. An example would be the DemocraticParty_US running a TVCommercial_IBT attempting to persuade people to vote for JohnKerry in 2004."@en ; skos:altLabel "political advertise"@en , "political advertised"@en , "political advertises"@en ; skos:prefLabel "political advertising"@en ; skos:altLabel "political advertize"@en , "political advertized"@en , "political advertizes"@en , "political advertizing"@en , "political had advertised"@en , "political had advertized"@en , "political has advertised"@en , "political has advertized"@en , "political have advertised"@en , "political have advertized"@en , "political will advertise"@en , "political will advertize"@en , "political will have advertised"@en , "political will have advertized"@en . ### http://umbel.org/umbel/rc/Advertising_history rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Advertising history: a FieldOfStudy."@en ; skos:altLabel "advertising event history"@en ; skos:prefLabel "advertising history"@en ; skos:altLabel "the history of advertising"@en , "the history of advertising events"@en . ### http://umbel.org/umbel/rc/Advising rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of events, in which an IntelligentAgent A tells another IntelligentAgent B what A thinks B should do, especially when A knows more than B does about something."@en ; skos:altLabel "advice"@en , "advise"@en , "advised"@en , "advises"@en , "advising"@en , "had advised"@en , "has advised"@en , "have advised"@en ; skos:prefLabel "idea or advice"@en ; skos:altLabel "ideas or advice"@en , "will advise"@en , "will have advised"@en . ### http://umbel.org/umbel/rc/Advising_Professional rdf:type owl:Class ; rdfs:subClassOf :Activities , , , ; skos:definition """A specialization of ServiceEvent in which a professional advisor gives counsel to a client. This type of service is most often performed by a Consultant, though lawyers and medical practitioners often give advice outside the strict context of LegalCounsellingService or MedicalCareEvent."""@en ; skos:altLabel "professional advising"@en , "professional counseling"@en ; skos:prefLabel "professional counselling"@en . ### http://umbel.org/umbel/rc/Advisor rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A specialization of AdministrativeStaffPerson. Each instance of Advisor is a person whose primary job is to advise some other person or persons (usually high-ranking officals) in the same organization."@en ; skos:altLabel "adviser"@en , "advisers"@en ; skos:prefLabel "advisor"@en ; skos:altLabel "advisors"@en . ### http://umbel.org/umbel/rc/AdvisoryStockbroker rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all advisory stockbrokers. A type of Stockbroker. AdvisoryStockbroker is a PersonTypeByOccupation."@en ; skos:altLabel "advisory broker"@en , "advisory brokers"@en ; skos:prefLabel "advisory stockbroker"@en ; skos:altLabel "advisory stockbrokers"@en . ### http://umbel.org/umbel/rc/AdvocacyOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "AdvocacyOrganization is a specialization of Organization (q.v.). Each instance of AdvocacyOrganization is an Organization that lobbies or engages in activities with the purpose of advocating a particular position on social, economic, political, environmental matters. Many instances of IdeologicalOrganization (q.v.) are also instances of AdvocacyOrganization, though not all advocacy organizations are ideological organizations, since ideological organizations are never motivated solely by self-interest. Examples of AdvocacyOrganization include AmericanAssociationOfRetiredPersons, SierraClub, AmericanMedicalAssociation, and StateBarOfTexas."@en ; skos:altLabel "advocacy organisation"@en , "advocacy organisations"@en ; skos:prefLabel "advocacy organization"@en ; skos:altLabel "advocacy organizations"@en . ### http://umbel.org/umbel/rc/Advocate rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A sub-collection of Person. Each instance is a person who pleads for a cause or propounds an idea."@en ; skos:altLabel "advocate"@en , "advocates"@en ; skos:prefLabel "advocator"@en ; skos:altLabel "advocators"@en , "exponent"@en , "exponents"@en , "proponent"@en , "proponents"@en . ### http://umbel.org/umbel/rc/AdvocatingACause rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:altLabel "advocate"@en , "advocate a cause"@en ; skos:prefLabel "advocate of a cause"@en ; skos:altLabel "advocated"@en , "advocated a cause"@en , "advocates"@en , "advocates a cause"@en , "advocates of a cause"@en , "advocating"@en , "advocating a cause"@en , "advocation"@en , "back"@en , "backed"@en , "backing"@en , "backs"@en , "champion"@en , "championed"@en , "championing"@en , "champions"@en , "had advocated"@en , "had advocated a cause"@en , "had backed"@en , "had championed"@en , "had promoted"@en , "has advocated"@en , "has advocated a cause"@en , "has backed"@en , "has championed"@en , "has promoted"@en , "have advocated"@en , "have advocated a cause"@en , "have backed"@en , "have championed"@en , "have promoted"@en , "promote"@en , "promoted"@en , "promotes"@en , "promoting"@en , "proponent"@en , "proponents"@en , "will advocate"@en , "will advocate a cause"@en , "will back"@en , "will champion"@en , "will have advocated"@en , "will have advocated a cause"@en , "will have backed"@en , "will have championed"@en , "will have promoted"@en , "will promote"@en . ### http://umbel.org/umbel/rc/AegeanSea rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "arm of the eastern Mediterranean Sea"@en ; skos:altLabel "the Aegean"@en ; skos:prefLabel "the Aegean Sea"@en . ### http://umbel.org/umbel/rc/Aegina_Island_Greece rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Aegina"@en ; skos:definition "An island in the Saronic Gulf."@en . ### http://umbel.org/umbel/rc/Aegirine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all aegirine. A type of Mineral. Aegirine is an ExistingStuffType."@en ; skos:prefLabel "aegirine"@en . ### http://umbel.org/umbel/rc/AeolicGreekDialect rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Aeolic"@en ; skos:altLabel "Eolic"@en ; skos:definition "This language was originally spoken in the eastern Adriatic area but is now a dead language."@en . ### http://umbel.org/umbel/rc/AerialAttack rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition """The collection of events in which aircraft attack a PartiallyTangible target. An aerial attack may include, and is not restricted to, bombing, strafing, and launching of missiles by aircraft. A special case would be a 'kamikaze' attack. The object of the attack may be a target on the ground, a naval target on or in water, a geographical region, or another aircraft. It also may include the use of destructive weapons by an aircraft in self-defense, as well as offensive missions. Non-examples: a reconnaissance mission. Note, however, that a single MilitaryAircraftMission could incorporate a reconnaissance mission and an AerialAttack as distinct temporal subabstractions: if, for example, a reconnaissance flight were fired upon and responded by launching a missile, the reconnaissance mission would effectively turn into an AerialAttack.--Meyer, Feb 23, 1999"""@en ; skos:prefLabel "aerial attack"@en ; skos:altLabel "aerial attacks"@en , "air strike"@en , "air strikes"@en . ### http://umbel.org/umbel/rc/AerialBomb rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of Bombs dropped from MilitaryAircraft. Some very specialized instances are designed to explode in the air above the target."@en ; skos:altLabel "aerial bomb"@en , "aerial bombs"@en ; skos:prefLabel "bomb dropped by aircraft"@en ; skos:altLabel "bombs dropped by aircraft"@en . ### http://umbel.org/umbel/rc/AerialBomb_MK82 rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The AerialBomb_MK82 is a free-fall, nonguided general purpose [GP] 500-pound bomb. The bomb is usually equipped with the mechanical M904 (nose) and M905 (tail) fuzes or the radar-proximity FMU-113 air-burst fuze. The MK 80 series Low Drag General Purpose (LDGP) bombs are used in the majority of bombing operations where maximum blast and explosive effects are desired."@en ; skos:prefLabel "aerial bomb MK 82"@en . ### http://umbel.org/umbel/rc/AerialBombing rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A specialization of Bombing. Each instance of AerialBombing is an event in which an airplane drops at least one bomb while in flight. Typically, each instance of AerialBombing is a subevent of an instance of a successful BombingMission_Aerial."@en ; skos:prefLabel "aerial bombing"@en ; skos:altLabel "aerial bombings"@en , "airstrike"@en , "airstrikes"@en . ### http://umbel.org/umbel/rc/AerialPerspective rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , ; skos:definition "The collection of instances of VisualImage that have a perspective looking down upon the subject."@en ; skos:prefLabel "aerial view"@en ; skos:altLabel "aerial views"@en . ### http://umbel.org/umbel/rc/AerialSprayAttack rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A specialization of AerialAttack in which the attack is executed by Spraying some Mixture - typically containing a BiochemicallyHarmfulSubstance - on the objectAttacked."@en ; skos:prefLabel "aerial spray attack"@en ; skos:altLabel "aerial spray attacks"@en , "aerial spraying"@en . ### http://umbel.org/umbel/rc/AerobicBLO rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "Tissues or organisms with AerobicBLO are those that cannot live in the absence of oxygen"@en ; skos:altLabel "aerobic"@en ; skos:prefLabel "aerobic thing"@en . ### http://umbel.org/umbel/rc/AerobicBacterium rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The collection of all instances of Bacterium that metabolize oxygen."@en ; skos:altLabel "aerobic bacteria"@en ; skos:prefLabel "aerobic bacterium"@en . ### http://umbel.org/umbel/rc/AerobicPhotosynthesis rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition """A collection of events in which cynobacteria use energy captured from sunlight to form energy molecules. In this process, Oxygen is released as a by-product."""@en ; skos:prefLabel "aerobic photosynthesis"@en . ### http://umbel.org/umbel/rc/AerobicPhysiology rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories . ### http://umbel.org/umbel/rc/Aerobiologist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "Aerobiologist is the collection of scientists who study Aerobiology."@en ; skos:prefLabel "aerobiologist"@en ; skos:altLabel "aerobiologists"@en . ### http://umbel.org/umbel/rc/Aerobiology rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Aerobiology is the subfield of Biology and AerosolScience that focuses on suspended particles -- particularly volatile ones -- that are living, contain living organisms, or were released from living organisms."@en ; skos:prefLabel "aerobiology"@en . ### http://umbel.org/umbel/rc/AerodromeConcept rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A ConceptTypeByDomain (q.v.). Instances of AerodromeConcept are collections and relations having to do with air transportation facilities, equipment, and personnel."@en ; skos:prefLabel "the air transportation facility domain"@en . ### http://umbel.org/umbel/rc/Aerodynamics rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Aerodynamics: a ScientificFieldOfStudy."@en ; skos:prefLabel "aerodynamics"@en . ### http://umbel.org/umbel/rc/AeronauticalEngineer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "An instance of PersonTypeByOccupation and a specialization of Engineer: the collection of all Persons with training in any form of engineering that involves the engineering and flight testing of instances of AirTransportationDevice. "@en ; skos:prefLabel "aeronautical engineer"@en ; skos:altLabel "aeronautical engineers"@en . ### http://umbel.org/umbel/rc/Aeronautics rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Aeronautics: a FieldOfStudy."@en ; skos:prefLabel "aeronautics"@en . ### http://umbel.org/umbel/rc/Aeronautics_history rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Aeronautics history: a FieldOfStudy."@en ; skos:prefLabel "aeronautics history"@en ; skos:altLabel "the history of aeronautics"@en . ### http://umbel.org/umbel/rc/AerosolCan rdf:type owl:Class ; rdfs:subClassOf :Products , , , , , ; skos:definition "Aerosol spray can dispenser"@en ; skos:prefLabel "aerosol can"@en ; skos:altLabel "aerosol cans"@en . ### http://umbel.org/umbel/rc/AerosolDeodorant rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Aerosol deodorant: the stuff itself, not a package of it."@en ; skos:altLabel "aerosol deodorant"@en ; skos:prefLabel "deodorant spray"@en ; skos:altLabel "spray deodorant"@en . ### http://umbel.org/umbel/rc/AerosolPhysicist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "AerosolPhysicist is the collection of scientists who study AerosolPhysics."@en ; skos:prefLabel "aerosol physicist"@en ; skos:altLabel "aerosol physicists"@en . ### http://umbel.org/umbel/rc/AerosolPhysics rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "AerosolPhysics is a subfield of Physics and AerosolScience that focuses on the study of the suspension of solid and liquid particles in gas. It involves the study of the diffusion of particles, transport phenomena, and relevant aspects of statistical mechanics."@en ; skos:prefLabel "aerosol physics"@en . ### http://umbel.org/umbel/rc/AerosolScience rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "AerosolScience is the study of the suspension of solid and liquid particles in gas."@en ; skos:prefLabel "aerosol science"@en . ### http://umbel.org/umbel/rc/AerosolSprayer rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all aerosol sprayers. A type of SprayingDevice."@en ; skos:prefLabel "aerosol sprayer"@en ; skos:altLabel "aerosol sprayers"@en . ### http://umbel.org/umbel/rc/AerosolStuff rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , , ; skos:definition "AerosolStuff is a collection of all aerosols. Aerosols are suspensions of small particles in a gas. Aerosols can be dispensed from aerosol cans, but can also occur naturally."@en ; skos:prefLabel "aerosol"@en ; skos:altLabel "aerosols"@en . ### http://umbel.org/umbel/rc/AerosolThePowder rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "AerosolThePowder is a collection of aerosols that are powder suspended in gas."@en ; skos:prefLabel "aerosol powder"@en . ### http://umbel.org/umbel/rc/AerosolTheSolution rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "AerosolTheSolution is a collection of aerosols which have no solid component, and whose liquid component is a solution."@en ; skos:prefLabel "aerosol solution"@en ; skos:altLabel "aerosol solutions"@en . ### http://umbel.org/umbel/rc/Aerosolized_botulinum_toxin rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , , ; skos:definition "The collection of all aerosolized botulinum toxin. A type of BotulinumToxin and AerosolStuff."@en ; skos:prefLabel "aerosolized botulinum toxin"@en . ### http://umbel.org/umbel/rc/AerospaceIndustry rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , ; skos:definition "The collection of all aerospace industries. A type of Industry_Localized. The concept AerospaceIndustry is an IndustryType and an IndustrialConcept."@en ; skos:altLabel "aerospace industries"@en ; skos:prefLabel "aerospace industry"@en . ### http://umbel.org/umbel/rc/AerospaceMedicineSpecialist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all aerospace medicine specialists. A type of PreventiveMedicineSpecialist. AerospaceMedicineSpecialist is a MedicalSpecialistType."@en ; skos:prefLabel "aerospace medicine specialist"@en ; skos:altLabel "aerospace medicine specialists"@en . ### http://umbel.org/umbel/rc/AesopsFable rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:prefLabel "Aesop's fable"@en ; skos:altLabel "Aesop's fables"@en ; skos:definition "Stories thought to be authored by the Greek storyteller, Aesop. Animals are the main characters."@en . ### http://umbel.org/umbel/rc/AffectingSomething rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of events; a subcollection of IntrinsicStateChangeEvent. In each AffectingSomething, something has an effect upon something else."@en ; skos:altLabel "affect"@en , "affected"@en , "affecting"@en , "affects"@en , "bear on"@en , "bear upon"@en , "bearing on"@en , "bearing upon"@en , "bears on"@en , "bears upon"@en , "bore on"@en , "bore upon"@en , "born on"@en , "born upon"@en , "had affected"@en , "had born on"@en , "had born upon"@en , "had impacted"@en , "had touched"@en , "had touched on"@en , "has affected"@en , "has born on"@en , "has born upon"@en , "has impacted"@en , "has touched"@en , "has touched on"@en , "have affected"@en , "have born on"@en , "have born upon"@en , "have impacted"@en , "have touched"@en , "have touched on"@en , "impact"@en , "impacted"@en , "impacting"@en , "impacts"@en , "touch"@en , "touch on"@en , "touched"@en , "touched on"@en , "touches"@en , "touches on"@en , "touching"@en ; skos:prefLabel "touching on"@en ; skos:altLabel "will affect"@en , "will bear on"@en , "will bear upon"@en , "will have affected"@en , "will have born on"@en , "will have born upon"@en , "will have impacted"@en , "will have touched"@en , "will have touched on"@en , "will impact"@en , "will touch"@en , "will touch on"@en . ### http://umbel.org/umbel/rc/Affection rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "A feeling of fondness for someone or something. Sympathy, liking, warmth, tenderness. This is a Collection --- for an explanation of that, see Happiness. Some more specialized EmotionalQuantityTypes than Affection are Love, Passion, etc."@en ; skos:prefLabel "affection"@en ; skos:altLabel "fondness"@en , "tenderness"@en . ### http://umbel.org/umbel/rc/Affidavit rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all affidavits. A type of LegalDocument. The concept Affidavit is an OfficialDocumentType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "affidavit"@en ; skos:altLabel "affidavits"@en . ### http://umbel.org/umbel/rc/Affinity rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:prefLabel "affinity"@en . ### http://umbel.org/umbel/rc/Affirmation_IBT rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all information bearing things that are the communicationTokens in a Affirming_Replying."@en ; skos:prefLabel "affirmation"@en ; skos:altLabel "affirmations"@en . ### http://umbel.org/umbel/rc/Affirmative_NLResponse rdf:type owl:Class ; rdfs:subClassOf :Activities . ### http://umbel.org/umbel/rc/Affirming_Replying rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "The collection of all events which consist of some agent answering a yes/no question with a yes (or something equivalent)."@en ; skos:altLabel "affirm"@en , "affirmed"@en ; skos:prefLabel "affirming"@en ; skos:altLabel "affirms"@en , "had affirmed"@en , "has affirmed"@en , "have affirmed"@en , "will affirm"@en , "will have affirmed"@en . ### http://umbel.org/umbel/rc/Affixation_WordFormationProcess rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition """Affixation_WordFormationProcess is the collection of LexicalWord or NLWordForm formings resulting from the agglutination of LexicalAffixes with other morphemes. Important subsets include Prefixation and Suffixation."""@en ; skos:prefLabel "affixation"@en . ### http://umbel.org/umbel/rc/AffordableHousing rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The collection of all affordable housing. A type of ModernHumanResidence. AffordableHousing is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "affordable housing"@en . ### http://umbel.org/umbel/rc/Affricative_Consonant rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "Collection of affricatives. Affricatives (or affricates) are made up of two consonants; a stop followed by a fricative. Example: The English letters ch represents an affricative."@en ; skos:prefLabel "affricate"@en ; skos:altLabel "affricates"@en , "affricative"@en , "affricatives"@en . ### http://umbel.org/umbel/rc/AfghanCuisine rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:altLabel "Afghan cooking"@en , "Afghan cuisine"@en ; skos:prefLabel "Afghan food"@en ; skos:definition "The collection of all Afghan cooking. A type of Food. AfghanCuisine is a Cuisine."@en . ### http://umbel.org/umbel/rc/AfghanHound rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A collection of large dogs with long-haired coats."@en ; skos:altLabel "Afghan"@en ; skos:prefLabel "Afghan hound"@en ; skos:altLabel "Afghan hounds"@en , "Afghans"@en . ### http://umbel.org/umbel/rc/AfghanPerson rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:prefLabel "Afghan"@en ; skos:altLabel "Afghan people"@en , "Afghan person"@en , "Afghan persons"@en , "Afghans"@en ; skos:definition "The collection of people who are citizens of Afghanistan, or who participate in its NationalCulture."@en . ### http://umbel.org/umbel/rc/Afghanistan rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:altLabel "AFG"@en ; skos:prefLabel "Afghanistan"@en ; skos:definition "Afghanistan is a medium-size IndependentCountry in the southern part of the ContinentOfAsia. Afghanistan is east of Iran, northwest of Pakistan, south of Turkmenistan and Tajikistan, and it has a small eastern border with China_PeoplesRepublic. This constant includes both the physical and political aspects of the nation of Afghanistan throughout time."@en . ### http://umbel.org/umbel/rc/Aficionado rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all aficionados. A type of HomoSapiens."@en ; skos:prefLabel "aficionado"@en ; skos:altLabel "aficionados"@en . ### http://umbel.org/umbel/rc/Aflatoxin rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "A ToxicSubstance; a naturally occurring carcinogen"@en ; skos:prefLabel "aflatoxin"@en . ### http://umbel.org/umbel/rc/AfricanAmericanStudies rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:prefLabel "African American studies"@en ; skos:definition "African American studies: an EthnicStudies."@en ; skos:altLabel "African-American studies"@en . ### http://umbel.org/umbel/rc/AfricanCountry rdf:type owl:Class ; rdfs:subClassOf :Geopolitical , ; skos:altLabel "African countries"@en ; skos:prefLabel "African country"@en ; skos:altLabel "African nation"@en , "African nations"@en ; skos:definition "The collection of nation-states whose territory is solely in Africa."@en . ### http://umbel.org/umbel/rc/AfricanCuisine rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , , ; skos:prefLabel "African cuisine"@en ; skos:altLabel "African food"@en ; skos:definition "The collection of all African cuisine. A type of Food. AfricanCuisine is a Cuisine."@en . ### http://umbel.org/umbel/rc/AfricanElephant rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "African elephant"@en ; skos:altLabel "African elephants"@en , "Loxodonta africana"@en ; skos:definition "The collection of all African Elephants. One of two extant species of Elephant; AfricanElephants are native to the ContinentOfAfrica and have larger Ears than IndianElephants."@en . ### http://umbel.org/umbel/rc/AfricanGreyParrot rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "A specialization of Parrot. African Grey Parrots are indigenous to Africa, and have mostly grey feathers with red feathers on the tail. African Greys are widely believed to make good pets, and can learn to reproduce the sounds of human speech (and indeed many other sounds) very accurately."@en ; skos:altLabel "African Grey parrot"@en , "African Grey parrots"@en ; skos:prefLabel "African grey"@en ; skos:altLabel "African greys"@en , "Psittacus erithacus"@en . ### http://umbel.org/umbel/rc/AfricanOilPalm rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:definition "A specialization of PalmTree. Each instance of AfricanOilPalm is a palm tree which can produce the red fruit from which palm oil is extracted."@en ; skos:prefLabel "African oil palm"@en ; skos:altLabel "African oil palms"@en , "Elaeis guineensis"@en . ### http://umbel.org/umbel/rc/AfricanSleepingSickness rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition """A specialization of ProtozoanInfection. It is caused by instances of one of two subspecies of TrypanosomaBrucei."""@en ; skos:prefLabel "African Sleeping Sickness"@en ; skos:altLabel "African trypanosomiasis"@en . ### http://umbel.org/umbel/rc/AfricanStudies rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:prefLabel "African studies"@en ; skos:definition "African studies: an AreaStudies."@en . ### http://umbel.org/umbel/rc/AfricanViolet rdf:type owl:Class ; rdfs:subClassOf :Plants , , ; skos:altLabel "Saintpaulia ionantha"@en ; skos:definition "The collection of all african violets. A type of FigwortOrder and Plant_NonWoody. AfricanViolet is an OrganismClassificationType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "african violet"@en ; skos:altLabel "african violets"@en . ### http://umbel.org/umbel/rc/African_oil_palm_fruit rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:prefLabel "African oil palm fruit"@en ; skos:altLabel "African oil palm fruits"@en ; skos:definition "The collection of all African oil palm fruits, from which palm oil is derived. A type of Fruit."@en ; skos:altLabel "fruit of the African oil palm"@en , "fruit of the Elaeis guineensis"@en . ### http://umbel.org/umbel/rc/AfricanizedHoneybee rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "Africanized bee"@en , "Africanized bees"@en , "Africanized honey bee"@en , "Africanized honey bees"@en ; skos:prefLabel "Africanized honeybee"@en ; skos:altLabel "Africanized honeybees"@en ; skos:definition "The collection of all Africanized honeybees, which are hybrids of the African honey bee with various European honey bees. A type of Bee."@en . ### http://umbel.org/umbel/rc/AfrikaansLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Afrikaans"@en ; skos:definition "a form of Low German which developed from Dutch in South Africa"@en ; skos:altLabel "af"@en . ### http://umbel.org/umbel/rc/AfroasiaticLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Afro-Asiatic language"@en ; skos:altLabel "Afro-Asiatic languages"@en , "Afroasiatic language"@en , "Afroasiatic languages"@en ; skos:definition "group of languages indigenous to the Near East and northeast Africa"@en ; skos:altLabel "the Afro-Asiatic language family"@en , "the AfroAsiatic language family"@en . ### http://umbel.org/umbel/rc/AfterShaveLotion rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "Generic shaving lotion."@en ; skos:altLabel "after shave lotion"@en , "after-shave lotion"@en , "aftershave"@en ; skos:prefLabel "aftershave lotion"@en . ### http://umbel.org/umbel/rc/AfterSunCare rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all after-sun care products. A type of SunCareStuff. The concept AfterSunCare is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "after sun care product"@en ; skos:altLabel "after sun care products"@en . ### http://umbel.org/umbel/rc/Afterbirth rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The collection of all afterbirths, which consist of the remains of the Placenta that are expelled when a fetus is born. A type of InanimateObject_Natural."@en ; skos:prefLabel "afterbirth"@en ; skos:altLabel "afterbirths"@en , "dead placenta"@en , "dead placental thing"@en . ### http://umbel.org/umbel/rc/Afternoon rdf:type owl:Class ; rdfs:subClassOf :Time ; skos:definition "A specialization of QualitativeTimeOfDay. An instance of this collection is the daily celestial event in which the Sun moves from its `highest' position in the daily cycle and `sets' or becomes a MidnightSun, i.e from noon till Sunset or MidnightSun. Each Afternoon is temporallyFinishedBy a Sunset or MidnightSun."@en ; skos:prefLabel "afternoon"@en ; skos:altLabel "afternoons"@en . ### http://umbel.org/umbel/rc/Aftershock rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:definition "The collection of all aftershocks. A type of Earthquake."@en ; skos:prefLabel "aftershock"@en ; skos:altLabel "aftershocks"@en . ### http://umbel.org/umbel/rc/AgaBuryat_ProvinceRussia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AgarCultureMedium rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A specialization of CultureMedium. Each instance of AgarCultureMedium is a sample of culture medium made primarily of agar."@en ; skos:altLabel "agar"@en , "agar culture media"@en ; skos:prefLabel "agar culture medium"@en ; skos:altLabel "agar culture mediums"@en . ### http://umbel.org/umbel/rc/Agate rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all agate. A type of Chalcedony. Agate is an ExistingStuffType."@en ; skos:prefLabel "agate"@en . ### http://umbel.org/umbel/rc/AgauLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Agau"@en ; skos:altLabel "Awngi"@en ; skos:definition "One of the Cushitic languages of Ethiopia and adjoining regions"@en . ### http://umbel.org/umbel/rc/AgcabadiRayonuAzerbaijan rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AgdasRayonuAzerbaijan rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AgenceFrance_Presse rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "Agence France-Presse"@en . ### http://umbel.org/umbel/rc/AgentCapacityQuantity rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A specialization of Quantity. This is the collection of all capacities or abilities that can be had to different degrees by agents. An agent's having a given capacity implies that it can perform certain tasks or play certain roles within a community of agents."@en ; skos:altLabel "abilities"@en ; skos:prefLabel "ability"@en ; skos:altLabel "power"@en , "powers"@en , "prowess"@en . ### http://umbel.org/umbel/rc/AgentOrange rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A collection. Each instance is a portion of a ToxicSubstance. AgentOrange is an herbicide sprayed on plants as a defoliant. It has been used mainly in modern guerilla conflicts, notably in the #$VietnamWar. Although AgentOrange is not used against troops like #$NerveGas, it is classified as a ChemicalWeapon because it's used to gain strategic advantage, either by reducing the amount of vegetation enemy troops can use for cover or by destroying an enemy's civilian crops. The name is a US military code name which comes from the color of the containers used for this ChemicalWeapon in the #$VietnamWar."@en ; skos:prefLabel "agent orange"@en . ### http://umbel.org/umbel/rc/Agent_Generic rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "A specialization of SomethingExisting. Each instance of Agent_Generic is a being that has desires or intentions, and the ability to act on those desires or intentions. Instances of Agent_Generic may be individuals (see the specialization IndividualAgent) or they may consist of several Agent_Generics operating together (see the specialization MultiIndividualAgent). Notable specializations of Agent_Generic include Agent_PartiallyTangible and Artifact_Agentive."@en ; skos:altLabel "agent"@en , "agents"@en ; skos:prefLabel "individual"@en ; skos:altLabel "individuals"@en , "who"@en . ### http://umbel.org/umbel/rc/Agent_PartiallyTangible rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "The collection of all Agent_Generics that are also instances of PartiallyTangible."@en ; skos:prefLabel "tangible agent"@en ; skos:altLabel "tangible agents"@en . ### http://umbel.org/umbel/rc/AgentiveNoun rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "A specialization of DeVerbalNoun. Each instance of AgentiveNoun is a noun in the agentive form. Agentive nouns usually denote the `doer' or `performer' of some action, and often end in `-er' or `-or'. Example: `runner'."@en ; skos:prefLabel "agentive noun"@en ; skos:altLabel "agentive nouns"@en . ### http://umbel.org/umbel/rc/AgentsBandingTogether rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of events; a subcollection of ActingInConcert. In each AgentsBandingTogether, someone forms a group or unites."@en ; skos:altLabel "band together"@en , "banded together"@en , "banding together"@en , "bands together"@en , "confederate"@en , "confederated"@en , "confederates"@en ; skos:prefLabel "confederating"@en ; skos:altLabel "had banded together"@en , "had confederated"@en , "has banded together"@en , "has confederated"@en , "have banded together"@en , "have confederated"@en , "will band together"@en , "will confederate"@en , "will have banded together"@en , "will have confederated"@en . ### http://umbel.org/umbel/rc/Agents_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "An instance of Topic. Each instance of Agents_Topic is a Thing which (in some significant sense) has to do with the topic of agents."@en ; skos:prefLabel "agents-topic"@en . ### http://umbel.org/umbel/rc/AgonicLine rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "An AgonicLine is an intangible curve on the Earth's surface (EarthsTopographicSurface) connecting points of 0 degrees magnetic declination."@en ; skos:prefLabel "agonic line"@en ; skos:altLabel "agonic lines"@en . ### http://umbel.org/umbel/rc/Agouti rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "A specialization of Rodent. Agoutis are among the largest rodents, and are native to Central and South American tropics."@en ; skos:prefLabel "agouti"@en ; skos:altLabel "agoutis"@en . ### http://umbel.org/umbel/rc/Agreement rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "A specialization of Policy (q.v.). Each instance of this collection involves two or more parties who agree that certain propositions (which are the contents of a corresponding Microtheory -- see the shared note #$AgreementNote) should be true. Making the propositions true may require some action or commitment of resources on the part of one or more of the agreeingAgents. Thus, instances of Agreement will usually involve some instances of Obligation. Instances of Agreement and Obligation differ, however, in that an obligatedAgents is responsible for the truth of all of the propositions over which the obligation holds. In an Agreement some agents may not be so responsible. For example, in a loan agreement, the borrower agrees to give the lender back the money, but the borrower is the only obligatedAgents for the repayment. Note that obligatedAgents need not be among the agreeingAgents in the agreement that involves or generates the obligation. Moreover, agreeingAgents aren't always obligatedAgents; e.g., Wanda and Paul may agree that Paul alone is obligated to do some task. Notable specializations of Agreement include PeaceAccord, LegalAgreement, InformalAgreement, BusinessPartnershipAgreement, WorkAgreement, MaintenanceAgreement, Reservation and Appointment. For assertions about what is "supposed to be" true, given some Agreement, see ist_Agreement."@en ; skos:altLabel "accord"@en , "accords"@en , "agreement"@en , "agreements"@en , "assent"@en , "compact"@en , "compacts"@en , "covenant"@en , "covenants"@en , "deal"@en , "deals"@en ; skos:prefLabel "pact"@en ; skos:altLabel "pacts"@en , "testament"@en , "testaments"@en . ### http://umbel.org/umbel/rc/AgreementForOngoingService rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A collection of agreements. In this sort of agreement, there are two types of parties: the agreeingServiceProvider and the agreeingServiceRecipient. During the term of this agreement, the recipient has the right to be the beneficiary in some ServiceEvent, with the provider as the providerOfService. Specializations include PhoneServiceAgreement, CableServiceAgreement, InternetServiceAgreeement, InsurancePlan. These kinds of agreements have a 'base rate' (which might be zero) and a 'per use fee' (which might be zero, or might be a function of time or of quantity used, etc.)."@en ; skos:prefLabel "service agreement"@en ; skos:altLabel "service agreements"@en . ### http://umbel.org/umbel/rc/AgreementLineItem rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A single point of an agreement. In the case of sales agreements or other kinds of contracts, the line items often have their own id numbers and so on. "@en ; skos:prefLabel "line item in an agreement"@en ; skos:altLabel "line items in an agreement"@en . ### http://umbel.org/umbel/rc/Agreement_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "agreement-topic"@en . ### http://umbel.org/umbel/rc/AgriculturalCommodity rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all agricultural commodities. A type of CommodityProduct. The collection AgriculturalCommodity is a SetOrCollectionType."@en ; skos:altLabel "agricultural commodities"@en ; skos:prefLabel "agricultural commodity"@en . ### http://umbel.org/umbel/rc/AgriculturalEconomicSector rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "The collection of all localized groups of enterprises that together (each such group of enterprises together) form major agricultural economic sectors of regions. The enterprises in each such group define themselves as producers of agricultural commodities or as supporting such producers (see AgriculturalCommodity)."@en ; skos:prefLabel "agriculture sector"@en ; skos:altLabel "agriculture sectors"@en . ### http://umbel.org/umbel/rc/AgriculturalEconomics rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Agricultural economics: a FieldOfStudy."@en ; skos:prefLabel "agricultural economics"@en . ### http://umbel.org/umbel/rc/AgriculturalEngineering rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Agricultural engineering: a FieldOfStudy."@en ; skos:prefLabel "agricultural engineering"@en . ### http://umbel.org/umbel/rc/AgriculturalFacility rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The collection of geographical regions occupied by instances of FarmTheOrganization. Instances of AgriculturalFacility have parts that can include buildings, fields or reservoirs. They can be in one piece or many."@en ; skos:prefLabel "agricultural domain"@en ; skos:altLabel "agricultural domains"@en , "agricultural facilities"@en , "agricultural facility"@en . ### http://umbel.org/umbel/rc/AgriculturalImplement rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A collection of physical devices. An instance of AgriculturalImplement is a device which is intended for use in some agricultural activity. These include rotary tillers, plows, hoes, pitchforks, mechanical planters, threshing machines, hay balers, and so on."@en ; skos:prefLabel "agricultural implement"@en ; skos:altLabel "agricultural implements"@en , "cultivator"@en , "cultivators"@en , "farm implement"@en , "farm implements"@en , "farm machinery"@en . ### http://umbel.org/umbel/rc/AgriculturalProduct rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of agricultural products."@en ; skos:prefLabel "agricultural product"@en ; skos:altLabel "agricultural products"@en . ### http://umbel.org/umbel/rc/AgriculturalResource rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition """The collection of all things used in the pursuit of agriculture. This includes devices like tractors and plows, any AgricultureOrganization, buildings like barns and silos, arable land, the AgriculturalFacility, and rivers and irrigation systems. Crops and animals themselves do not constitute AgriculturalResources unless they are to be used in the production of another agricultural product. Examples would include dairy cows and livestock feed."""@en ; skos:prefLabel "agricultural resource"@en . ### http://umbel.org/umbel/rc/AgriculturalSchool rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A specialization of SchoolInstitution. Each instance of AgriculturalSchool is a school whose curriculum is focused on agriculture."@en ; skos:prefLabel "agricultural school"@en ; skos:altLabel "agricultural schools"@en . ### http://umbel.org/umbel/rc/AgriculturalVehicle rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of vehicles that are also instance of AgriculturalImplement."@en ; skos:altLabel "agricultural implement that is also a land vehicle"@en ; skos:prefLabel "agricultural vehicle"@en ; skos:altLabel "agricultural vehicles"@en , "cultivator that is also a land vehicle"@en , "farm implement that is also a land vehicle"@en , "farm vehicle"@en , "farm vehicles"@en , "farming vehicle"@en , "farming vehicles"@en . ### http://umbel.org/umbel/rc/Agricultural_organization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all agricultural organizations. A type of Organization."@en ; skos:altLabel "agricultural organisation"@en , "agricultural organisations"@en ; skos:prefLabel "agricultural organization"@en ; skos:altLabel "agricultural organizations"@en , "organisation related to agriculture"@en , "organisation related to farming"@en . ### http://umbel.org/umbel/rc/Agricultural_vehicle rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all agricultural vehicles. A type of AgriculturalImplement and LandTransportationVehicle."@en ; skos:altLabel "agricultural implement that is also a land vehicle"@en ; skos:prefLabel "agricultural vehicle"@en ; skos:altLabel "cultivator that is also a land vehicle"@en , "farm implement that is also a land vehicle"@en . ### http://umbel.org/umbel/rc/Agriculture rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , , ; skos:definition "An activity consisting of a variety of more specific activities involving the husbandry of animals, the planting and harvesting of crops, etc."@en ; skos:prefLabel "agriculture"@en ; skos:altLabel "farm"@en , "farmed"@en , "farming"@en , "farms"@en , "had farmed"@en , "has farmed"@en , "have farmed"@en , "will farm"@en , "will have farmed"@en . ### http://umbel.org/umbel/rc/AgricultureDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A specialization of AcademicDepartment, instances of which conduct teaching and research in Agriculture."@en ; skos:prefLabel "agriculture department"@en ; skos:altLabel "agriculture departments"@en . ### http://umbel.org/umbel/rc/AgricultureOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all Organizations that are primarily or significantly engaged in the agriculture industry or whose activities focus on that industry."@en ; skos:altLabel "agriculture organisation"@en , "agriculture organisations"@en ; skos:prefLabel "agriculture organization"@en ; skos:altLabel "agriculture organizations"@en . ### http://umbel.org/umbel/rc/Agriculture_industry rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , ; skos:definition "The collection of all agriculture industry. A type of Industry_Localized."@en ; skos:prefLabel "agriculture industry"@en ; skos:altLabel "farm industry"@en . ### http://umbel.org/umbel/rc/Agriculture_organisation rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of all agriculture organizations. A type of Facility_Generic."@en ; skos:prefLabel "agriculture organisation"@en ; skos:altLabel "agriculture organization"@en , "the physical quarters of agriculture organisations"@en . ### http://umbel.org/umbel/rc/Agrobacterium rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "This is the collection of bacteria which are used as vectors to introduce genetic material into plants."@en ; skos:prefLabel "agrobacterium"@en . ### http://umbel.org/umbel/rc/Agrochemical_Molecule rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition """The subcollection of Molecules developed and used for agricultural purposes, e.g. herbicides or insecticides."""@en ; skos:prefLabel "agrochemicals"@en . ### http://umbel.org/umbel/rc/Agroforestry rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:prefLabel "agroforestry"@en . ### http://umbel.org/umbel/rc/Agronomist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "Agronomist is the collection of scientists who specialize in Agronomy."@en ; skos:prefLabel "agronomist"@en ; skos:altLabel "agronomists"@en . ### http://umbel.org/umbel/rc/Agronomy rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Agronomy is the application of science to agricultural concerns such as crop production and soil management."@en ; skos:prefLabel "agronomy"@en . ### http://umbel.org/umbel/rc/AgstafaRayonuAzerbaijan rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AgsuRayonuAzerbaijan rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AguarunaLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Aguaruna"@en ; skos:definition "South American Amerindian language of the Jivaroan sub-group"@en . ### http://umbel.org/umbel/rc/Aguascalientes_StateMexico rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Aguascalientes"@en . ### http://umbel.org/umbel/rc/AgusandelNorte_ProvincePhilippines rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AgusandelSur_ProvincePhilippines rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Ahal_ProvinceTurkmenistan rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AikidoEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "AikidoEvent is the collection of events in which one or more agents engage in the activity of aikido."@en ; skos:prefLabel "aikido"@en . ### http://umbel.org/umbel/rc/AilmentCondition rdf:type owl:Class ; rdfs:subClassOf :Diseases , , ; skos:definition "The most general collection of ailment events; a subcollection of both PhysiologicalCondition and DysfunctionalCondition. An instance of AilmentCondition is a dynamic state of sickness, injury, or physiological impairment. The rationale for construing ailments in this way is the obvious fact that to have an ailment is to undergo an event: an individual ailment has temporal features, it progresses dynamically, and so on. It is not just a matter of being in some static state of "unwellness". Subcollections of AilmentCondition include RespiratoryAilment, HeartCondition, Cancer, MotionSickness, Poisoning, Infection, and InjuryCondition. If a particular person has an infection, that event is an instance of AilmentCondition. An AilmentCondition does not begin before there is an actual, developed sickness or impairment, and thus does not include the event of getting sick or becoming impaired. Also note that each type of ailment, such as Infection, is the collection of all "cases" or "instances" of individuals suffering from that condition. See also DiseaseType."@en ; skos:altLabel "affliction"@en , "afflictions"@en , "ail"@en , "ailed"@en , "ailing"@en , "ailment"@en , "ailment condition"@en , "ailment conditions"@en , "ailments"@en , "ails"@en , "disease"@en , "diseases"@en , "had ailed"@en , "has ailed"@en , "have ailed"@en , "health"@en ; skos:prefLabel "illness"@en ; skos:altLabel "illnesses"@en , "maladies"@en , "malady"@en , "sickness"@en , "sicknesses"@en , "will ail"@en , "will have ailed"@en . ### http://umbel.org/umbel/rc/AilmentConditionTypeBySyndrome rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "The collection of types of abnormal medical or psychological conditions indicated by a collection of symptoms, but not attributed to a single infecting organism."@en ; skos:prefLabel "syndrome"@en ; skos:altLabel "syndromes"@en . ### http://umbel.org/umbel/rc/Ailments_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "ailments-topic"@en . ### http://umbel.org/umbel/rc/AinDefla_ProvinceAlgeria rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AinTemouchent_ProvinceAlgeria rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AinuLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "A NaturalLanguage and LanguageIsolate spoken in Japan."@en ; skos:prefLabel "Ainu"@en ; skos:altLabel "Ainu Itak"@en . ### http://umbel.org/umbel/rc/Air rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , , ; skos:definition "A specialization of GaseousTangibleThing. Each instance of Air is one 'piece' among all the portions of the atmosphere of the Earth, considered as a substance present in various places, in various quantities, under various pressures, etc. Examples: the AirInAustin; the stuffy air in my office; the thin air atop Annapurna. See also TheEarthsAtmosphere, which is all ambient Air on the planet taken as a single object."@en ; skos:prefLabel "air"@en . ### http://umbel.org/umbel/rc/AirApproach rdf:type owl:Class ; rdfs:subClassOf :Workplaces , ; skos:definition "Characteristic attribute of an approach corridor employed by air traffic."@en ; skos:prefLabel "air approach"@en ; skos:altLabel "air approaches"@en . ### http://umbel.org/umbel/rc/AirAssault rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of all air assaults. A type of Conveying_Generic."@en ; skos:prefLabel "air assault"@en ; skos:altLabel "air assaults"@en . ### http://umbel.org/umbel/rc/AirBreathingVertebrate rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "AirBreathingVertebrate is a specialization of Vertebrate and an instance of OrganismClassificationType. Each instance of AirBreathingVertebrate is a vertebrate that usually respires by breathing Air during adult life. Includes individual Mammals, Birds, Reptiles, and most Amphibians. Most AirBreathingVertebrates are TerrestrialOrganisms, but some AquaticOrganisms breathe air (Whales, etc.). All AirBreathingVertebrates have Lungs and RespiratoryTracts."@en ; skos:prefLabel "air-breathing vertebrate"@en ; skos:altLabel "air-breathing vertebrates"@en . ### http://umbel.org/umbel/rc/AirBrush rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition """The collection of all reusable Atomizers for spraying Paint. Does not include cans containing SprayPaint."""@en ; skos:prefLabel "airbrush"@en ; skos:altLabel "airbrushes"@en . ### http://umbel.org/umbel/rc/AirCompressor rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all air compressors. A type of PoweredDevice. The collection AirCompressor is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "air compressor"@en ; skos:altLabel "air compressors"@en , "compressor"@en , "compressors"@en . ### http://umbel.org/umbel/rc/AirConditioner rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:altLabel "Air Conditioners"@en ; skos:definition "The collection of all air conditioners. A type of AirCoolingDevice, DurableGood, MechanicalDevice, ElectricalDevice, and ExternallyPoweredDevice. AirConditioner is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType. Each instance of AirConditioner is a device designed to cool the interior of a room or building."@en ; skos:prefLabel "air conditioner"@en ; skos:altLabel "air conditioners"@en . ### http://umbel.org/umbel/rc/AirControlTower rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition """A specialization of ControlTower. Instances of AirControlTower are located within airport traffic areas and house persons and equipment used to control the flow of air traffic."""@en ; skos:altLabel "air control tower"@en , "air control towers"@en , "aircraft control tower"@en , "aircraft control towers"@en ; skos:prefLabel "airport control tower"@en ; skos:altLabel "airport control towers"@en . ### http://umbel.org/umbel/rc/AirCoolingDevice rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of devices used to cool the air in humanly-occupied constructs. Different from freezers or refrigerators, whose primary functions are NOT to cool the air, but to cool something else."@en ; skos:prefLabel "air cooling device"@en ; skos:altLabel "air cooling devices"@en , "cooling system"@en , "cooling systems"@en , "refrigeration device"@en , "refrigeration devices"@en , "refrigeration system"@en , "refrigeration systems"@en . ### http://umbel.org/umbel/rc/AirDefenseGun rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition """A collection. Each instance of AirDefenseGun is a Gun designed to defend against aerial military attack by MilitaryAircraft."""@en ; skos:prefLabel "air defense gun"@en ; skos:altLabel "air defense guns"@en . ### http://umbel.org/umbel/rc/AirDefenseSystem rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A collection. An instance of AirDefenseSystem is a group of sensors and weapons designed to detect, and defend against, aerial military attack, either by MilitaryAircraft or airborne Weapons."@en ; skos:prefLabel "air defense system"@en ; skos:altLabel "air defense systems"@en . ### http://umbel.org/umbel/rc/AirDefenseWeapon rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A collection. Each instance of AirDefenseWeapon is a weapon designed to defend against aerial military attack, either by MilitaryAircraft or by Weapons."@en ; skos:prefLabel "air defense weapon"@en ; skos:altLabel "air defense weapons"@en , "air-defense weapon"@en , "air-defense weapons"@en , "weapon intended for air defense"@en , "weapons intended for air defense"@en . ### http://umbel.org/umbel/rc/AirFilter rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all air filters. A type of Filter. The concept AirFilter is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "air filter"@en ; skos:altLabel "air filters"@en . ### http://umbel.org/umbel/rc/AirForce rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A subcollection of BranchOfMilitaryService. Each instance of AirForce is a modern military organization composed mainly of airborne forces (such as bombers, fighters, torpedo planes, parachute troops, surveillance aircraft, etc.) and which has the function of defending or attacking air space, ships, or ground targets."@en ; skos:prefLabel "air force"@en ; skos:altLabel "air forces"@en , "airforce"@en , "airforces"@en . ### http://umbel.org/umbel/rc/AirForceBase_Grounds rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition """A subcollection of MilitaryBase_Grounds; each is controlled by a subOrganizations of an air force and is the orgFacilities of some AirForceBase_MilitaryOrganization."""@en ; skos:prefLabel "airbase"@en ; skos:altLabel "airbases"@en . ### http://umbel.org/umbel/rc/AirForceBase_MilitaryOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , ; skos:definition "A specialization of MilitaryBase_Organization (q.v.). This is the collection of military organizations that run air force bases (cf. AirForceBase_Grounds). Each instance of AirForceBase_MilitaryOrganization is a sub-organization of an AirForce."@en ; skos:prefLabel "air force base"@en ; skos:altLabel "air force bases"@en . ### http://umbel.org/umbel/rc/AirForceReserves rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A specialization of Reserves_ArmedForces. Each instance of AirForceReserves is a reserve military organization that is affiliatedWith an AirForce."@en ; skos:prefLabel "air force reserves"@en . ### http://umbel.org/umbel/rc/AirFrontEvent rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:definition "The collection of all WeatherEvents in which one large atmospheric air mass moves into a region of different temperature with a well defined boundry. The edge of the moving air mass is the locus of the AirFrontEvent."@en ; skos:prefLabel "front"@en ; skos:altLabel "fronts"@en . ### http://umbel.org/umbel/rc/AirHeatingDevice rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of devices used to heat the air in humanly-occupied constructs. Different from ovens and hair dryers, whose primary functions are NOT to heat the air, but to heat something else."@en ; skos:prefLabel "device for heating the air"@en ; skos:altLabel "devices for heating the air"@en , "heating"@en . ### http://umbel.org/umbel/rc/AirPistolShootingSportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A marksmanship sports event in which air pistols are used."@en ; skos:prefLabel "air pistol shooting sports event"@en . ### http://umbel.org/umbel/rc/AirPollutant rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all air pollutants. A type of Pollutant."@en ; skos:prefLabel "air pollutant"@en ; skos:altLabel "air pollutants"@en . ### http://umbel.org/umbel/rc/AirPollutionProcess rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The process by which air is contaminated."@en ; skos:prefLabel "air pollution"@en . ### http://umbel.org/umbel/rc/AirPressure rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "The collection of all air pressure. A type of Pressure. The collection AirPressure is a DerivedMeasurableQuantityType and a #$UnitOfMeasureCollection."@en ; skos:prefLabel "air pressure"@en . ### http://umbel.org/umbel/rc/AirPropeller rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The type of propeller found on airplanes, and sometimes on other propeller-driven vehicles."@en ; skos:prefLabel "air propeller"@en ; skos:altLabel "air propellers"@en . ### http://umbel.org/umbel/rc/AirPump rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of pumps used to move Air in or out of some object."@en ; skos:altLabel "air pump"@en , "air pumps"@en ; skos:prefLabel "tire pump"@en ; skos:altLabel "tire pumps"@en . ### http://umbel.org/umbel/rc/AirPurifier rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all air purifiers: devices used for purifying ambient air. These may be used to remove smells, pollen, etc. A type of PhysicalDevice. The collection AirPurifier is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "air purifier"@en ; skos:altLabel "air purifiers"@en . ### http://umbel.org/umbel/rc/AirResistance rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "A specialization of FrictionVector (q.v.). Air resistance is friction between an object and the air."@en ; skos:prefLabel "air resistance"@en . ### http://umbel.org/umbel/rc/AirRespiration rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A collection of activities constituting a natural PhysiologicalFunction; AirRespiration is the collection of all Respiration events in which an organism trades some of the carbon dioxide in its tissues for oxygen from the atmosphere."@en ; skos:prefLabel "air respiration"@en . ### http://umbel.org/umbel/rc/AirRifleShootingSportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A marksmanship sports event in which air rifles are used."@en ; skos:prefLabel "air rifle shooting sports event"@en . ### http://umbel.org/umbel/rc/AirShow rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "AirShow is the collection of instances of EntertainmentEvent such that (PerformingFn AirShow) returns a collection of instances of Flying."@en ; skos:prefLabel "air show"@en ; skos:altLabel "air shows"@en . ### http://umbel.org/umbel/rc/AirToAirMissile rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of missiles (instances of Missile) that are designed to launch from airborne platforms and are intended to attack airborne targets."@en ; skos:prefLabel "air-to-air missile"@en ; skos:altLabel "air-to-air missiles"@en . ### http://umbel.org/umbel/rc/AirToSurfaceMissile rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of missiles (instances of Missile) that are designed to launch from airborne platforms and are intended to attack targets on the ground."@en ; skos:altLabel "air-to-ground missile"@en , "air-to-ground missiles"@en ; skos:prefLabel "air-to-surface missile"@en ; skos:altLabel "air-to-surface missiles"@en . ### http://umbel.org/umbel/rc/AirTrafficControl rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all air traffic control. A type of ControllingTraffic. The concept AirTrafficControl is an AerodromeConcept."@en ; skos:prefLabel "air traffic control"@en ; skos:altLabel "air traffic controls"@en . ### http://umbel.org/umbel/rc/AirTrafficServiceRoute rdf:type owl:Class ; rdfs:subClassOf :Workplaces , , ; skos:definition "A specialization of TravelRoute_Air. Each AirTrafficServiceRoute is a route within the UnitedStatesOfAmerica designated for air travel by the FederalAviationAdministration. Instances include federal airways, jet routes and area navigation routes."@en ; skos:prefLabel "air traffic service route"@en . ### http://umbel.org/umbel/rc/AirTrafficServiceRouteSegment rdf:type owl:Class ; rdfs:subClassOf :Workplaces , , ; skos:definition "A specialization of TravelRoute_Air. Each AirTrafficServiceRouteSegment is a proper subpart of some AirTrafficServiceRoute. AirTrafficServiceRouteSegment are identified by the two NAVAIDS at its terminal points."@en ; skos:prefLabel "air traffic service route segment"@en . ### http://umbel.org/umbel/rc/AirTransportationDevice rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A specialization of TransportationDevice. Each instance of AirTransportationDevice is a device used for transporting either people or cargo through the air. Specializations of AirTransportationDevice include the collections Airplane, Helicopter, HotAirBalloon, and GroundToOrbitVehicle."@en ; skos:altLabel "air transportation device"@en , "air transportation devices"@en ; skos:prefLabel "aircraft"@en . ### http://umbel.org/umbel/rc/AirTransportationEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "An instance of TransportationTypeByMedium. Each instance of LandTransportationEvent is a TransportationEvent which occurs primarily in a PieceOfSky."@en ; skos:prefLabel "air transportation event"@en . ### http://umbel.org/umbel/rc/AirTransportationVehicle rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A specialization of AirTransportationDevice and TransportationDevice_Vehicle. Each instance of AirTransportationVehicle is a device which is both self-powered and controlled in some fashion by a user, and is used for transportation through air. Specializations of AirTransportationVehicle include the collections Airplane and Ultralight, but not collections of non-SelfPoweredDevices such as Glider."@en ; skos:prefLabel "air transportation vehicle"@en ; skos:altLabel "air transportation vehicles"@en . ### http://umbel.org/umbel/rc/AirVentSystem rdf:type owl:Class ; rdfs:subClassOf :Products , , , , , ; skos:definition "The system by which air is circulated in a building, consisting of pipe-like passageways from the furnace or central air conditioner, portals in the walls, and vent covers which control the flow of air into the room."@en ; skos:prefLabel "air vent system"@en ; skos:altLabel "air vent systems"@en . ### http://umbel.org/umbel/rc/AirWarningLight rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A specialization of NavigationDevice. Each AirWarningLight is a light or group of lights marking an obstacle which constitutes a danger to air navigation."@en ; skos:prefLabel "air warning light"@en . ### http://umbel.org/umbel/rc/Air_conditioner_manufacturer rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:altLabel "Air Conditioners manufacturer"@en ; skos:definition "The collection of all air conditioner manufacturers. A type of ManufacturingCompany."@en ; skos:prefLabel "air conditioner manufacturer"@en . ### http://umbel.org/umbel/rc/Air_transportation rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A collection of events. An instance of (TransportViaFn AirTransportationDevice) is a transportation event in which a vehicle designed to travel through the atmosphere or outer space is used. Examples include instances of the would-be collections hang gliding, airplane tranportation, flying the space shuttle, hot air ballon transport. Note: This collection does not include Flying_FlappingWings, which is what birds do."@en ; skos:altLabel "air transport"@en ; skos:prefLabel "air transportation"@en ; skos:altLabel "flew"@en , "flies"@en , "flown"@en , "fly"@en , "flying"@en , "had flown"@en , "has flown"@en , "have flown"@en , "transportation by means of air transportation devices"@en , "transportation by means of aircraft"@en , "transportation involving air transporters"@en , "transportation involving an air transporter"@en , "will fly"@en , "will have flown"@en . ### http://umbel.org/umbel/rc/Air_travel rdf:type owl:Class ; rdfs:subClassOf :Events . ### http://umbel.org/umbel/rc/Air_travel_467 rdf:type owl:Class ; rdfs:subClassOf , , ; skos:definition "The collection of all air travel. A type of air travel and AirplaneTrip. "Air travel" is a TransportationEventByVehicleType."@en ; skos:prefLabel "air travel"@en ; skos:altLabel "airplane travel"@en . ### http://umbel.org/umbel/rc/Airborne rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "The collection of instances of SpatialThing_Localized that are airborne. An airborne object is immersed in the air and is not supported by the ground. If it is supported by anything, that thing is Airborne and it is not `inside' (contained in?) whatever is supporting it. Thus airplanes flying, soap bubbles floating, or people jumping in midair are classic positive exemplars of Airborne things. Slightly more questionable positive exemplars include people suspended by parachutes, or the jet engines hanging off an Airborne 747, or the clothes of a sky diver. Negative exemplars include the people inside such an aircraft, chewing gum inside a skydiver's mouth because they are contained in something airborne. A person hanging from a bungee jumping chord is not airborne because the bungee chord is inevitably supported by `the ground'. However, while floating downward on a slack bungee tether, said jumper would be considered Airborne since he is not supported by anything, but rather in free fall."@en ; skos:altLabel "airborne"@en ; skos:prefLabel "airborne thing"@en ; skos:altLabel "aloft"@en , "alofter"@en , "aloftest"@en . ### http://umbel.org/umbel/rc/AirborneEarlyWarningAircraft rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of military aircraft which are equipped with long-range radar and used in the surveillance of airspace and maritime territory."@en ; skos:prefLabel "airborne early warning aircraft"@en . ### http://umbel.org/umbel/rc/AirborneEpidemic rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A collection of InfectiousDiseaseEpidemics whose instances are such that many (but not necessarily all) the cases constituting the epidemic result from exposure to an airborne pathogen. See InfectingEvent_AirborneTransmission."@en ; skos:prefLabel "airborne epidemic"@en ; skos:altLabel "airborne epidemics"@en . ### http://umbel.org/umbel/rc/Airbus rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all airbuses. A type of Airplane."@en ; skos:prefLabel "airbus"@en ; skos:altLabel "airbuses"@en . ### http://umbel.org/umbel/rc/AircraftArrestingGear rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A specialization of PhysicalDevice. Each instance of AircraftArrestingGear is a device used to stop an aircraft immediately upon landing. Common examples include the cable and hook systems on AircraftCarriers and barrier nets."@en ; skos:prefLabel "aircraft arresting gear"@en . ### http://umbel.org/umbel/rc/AircraftBlastBarrier rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "A specialization of Barrier_ConstructionArtifact. Each instance of AircraftBlastBarrier is a barrier (typically a wall), used to divert or dissipate jet or propeller blast. AircraftBlastBarriers perform both safety and noise reduction functions."@en ; skos:prefLabel "jet blast barrier"@en ; skos:altLabel "jet blast barriers"@en . ### http://umbel.org/umbel/rc/AircraftCabin rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The region of a plane where passengers ride."@en ; skos:prefLabel "aircraft cabin"@en ; skos:altLabel "aircraft cabins"@en , "cabin"@en , "cabins"@en . ### http://umbel.org/umbel/rc/AircraftCarrier rdf:type owl:Class ; rdfs:subClassOf :Products , , , , , ; skos:definition "The collection of large warships that are capable of transporting airplanes. These ships have large, flat decks for take-offs and landings and serve as floating air bases for military aircraft."@en ; skos:prefLabel "aircraft carrier"@en ; skos:altLabel "aircraft carriers"@en , "carrier"@en , "carriers"@en . ### http://umbel.org/umbel/rc/AircraftCrewMember rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of people who work aboard an aircraft in flight and assist either in flying it or in the service or task it performs."@en ; skos:prefLabel "aircraft crew member"@en ; skos:altLabel "aircraft crew members"@en . ### http://umbel.org/umbel/rc/AircraftEngine rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "aircraft engine"@en ; skos:altLabel "aircraft engines"@en , "airplane engine"@en , "airplane engines"@en ; skos:definition """the collection of all Engines designed for use in Airplanes"""@en . ### http://umbel.org/umbel/rc/AircraftHangar rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "A specialization Building and VehicleStorageConstruct. Each instance of AircraftHangar is a building designed to contain (or partially contain) aircraft, in order to protect them from the elements."@en ; skos:prefLabel "hangar"@en ; skos:altLabel "hangars"@en . ### http://umbel.org/umbel/rc/AircraftIndustry rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , , ; skos:definition "The collection of all aircraft industries. A type of Industry_Localized. The concept AircraftIndustry is an IndustryType and an IndustrialConcept."@en ; skos:altLabel "aircraft industries"@en ; skos:prefLabel "aircraft industry"@en ; skos:altLabel "airplane industries"@en , "airplane industry"@en . ### http://umbel.org/umbel/rc/AircraftLandingAndTakeoffFacility rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of instances of Facility_Generic that are designed to be locations for the takeoff and landing of aircraft."@en ; skos:altLabel "aircraft landing and takeoff facilities"@en ; skos:prefLabel "aircraft landing and takeoff facility"@en ; skos:altLabel "transport facility that is a transport facility for air transportation vehicles"@en . ### http://umbel.org/umbel/rc/AircraftMechanic rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all aircraft mechanics. A type of Mechanic. The collection AircraftMechanic is an #$AerodromeCollection and a PersonTypeByOccupation."@en ; skos:prefLabel "aircraft mechanic"@en ; skos:altLabel "aircraft mechanics"@en , "airplane mechanic"@en , "airplane mechanics"@en . ### http://umbel.org/umbel/rc/AircraftRepairDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of all aircraft repair degrees. A type of Vocational_TechnicalDegree."@en ; skos:prefLabel "aircraft repair degree"@en ; skos:altLabel "aircraft repair degrees"@en . ### http://umbel.org/umbel/rc/AircraftRepairOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , , ; skos:definition "An organization which provides the service of repairing aircraft, and whose physical quarters is usually located at/near an airport or some other location where aircraft land, takeoff, refuel, etc."@en ; skos:altLabel "aircraft repair facilities"@en ; skos:prefLabel "aircraft repair facility"@en . ### http://umbel.org/umbel/rc/AircraftTypeByBrand rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "The collection of all types of aircraft by brand. A type of #$ManufacturedGoodsType. The collection AircraftTypeByBrand is a FacetingCollectionType and a DisjointSetOrCollectionType."@en ; skos:altLabel "brand of aircraft"@en , "brands of aircraft"@en ; skos:prefLabel "type of aircraft by brand"@en ; skos:altLabel "types of aircraft by brand"@en . ### http://umbel.org/umbel/rc/Airfield rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "An airplane landing strip with no facilities for the commercial handling of cargo or passengers"@en ; skos:prefLabel "airfield"@en ; skos:altLabel "airfields"@en . ### http://umbel.org/umbel/rc/Airhead rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "1. A designated area in a hostile or threatened territory which, when seized and held, ensures the continuous air landing of troops and material and provides maneuver space necessary for projected operations. Normally it is the area seized in the assault phase of an airborne operation. 2. A designated location in an area of operations used as a base for supply and evacuation by air. (Army) - The airhead contains enough DropZones (DZs), LandingZones (LZs), and extraction zones (EZs) to ensure mass, interior lines of communication, and defense in depth. See FMs 71-100-2, 90-4, and JP 3-18.1."@en ; skos:prefLabel "airhead"@en ; skos:altLabel "airheads"@en . ### http://umbel.org/umbel/rc/Airlift rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A sub-collection of Translocation. Each instance is a transportation of people or goods by air (especially when other means of access are unavailable)."@en ; skos:prefLabel "airlift"@en ; skos:altLabel "airlifted"@en , "airlifting"@en , "airlifts"@en , "had airlifted"@en , "has airlifted"@en , "have airlifted"@en , "will airlift"@en , "will have airlifted"@en . ### http://umbel.org/umbel/rc/AirlineCompany rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , ; skos:definition "AirlineCompany is a specialization of TransportationCompany_Provider, CommercialServiceOrganization, and Business. Each instance of AirlineCompany is a business that operates airplanes to transport goods or people in exchange for money."@en ; skos:prefLabel "airline"@en ; skos:altLabel "airlines"@en . ### http://umbel.org/umbel/rc/AirlineIndustry rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , , ; skos:definition """ The collection of all airline industries. Each is an instance of Industry_Localized (qv.) whose members provide commercial air service for passengers and/or freight."""@en ; skos:altLabel "airline industries"@en ; skos:prefLabel "airline industry"@en . ### http://umbel.org/umbel/rc/AirlineReservation rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all flight reservations. A type of TravelReservation."@en ; skos:altLabel "air reservation"@en , "air reservations"@en , "air reserve"@en , "air reserves"@en , "airline reservation"@en , "airline reservations"@en , "airline reserve"@en , "airline reserves"@en ; skos:prefLabel "flight reservation"@en ; skos:altLabel "flight reservations"@en , "flight reserve"@en , "flight reserves"@en . ### http://umbel.org/umbel/rc/Airliner rdf:type owl:Class ; rdfs:subClassOf :Products . ### http://umbel.org/umbel/rc/Airplane rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A subcollection of FixedWingAircraft, each instance of which is a heavier-than-air, self-powered flying machine (other than a cruise missile) that gets its lift while flying from AirplaneWings. Helicopters are thus excluded because their lift is created by rotors. A near-borderline (positive) case is a plane that takes-off vertically using a turbojet engine, since its initial lift is not due to its wings. In flight, however, such a plane needs its wings to stay aloft."@en ; skos:altLabel "aeroplane"@en , "aeroplanes"@en ; skos:prefLabel "airplane"@en ; skos:altLabel "airplanes"@en , "plane"@en , "planes"@en . ### http://umbel.org/umbel/rc/AirplaneCabin rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all airplane cabins. A type of AircraftCabin. The collection AirplaneCabin is a #$ManufacturedGoodsType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "airplane cabin"@en ; skos:altLabel "airplane cabins"@en . ### http://umbel.org/umbel/rc/AirplaneCargoBay rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:definition "The collection of all cargo bays. A type of LuggageSpaceInAVehicle. The concept AirplaneCargoBay is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "cargo bay"@en ; skos:altLabel "cargo bays"@en . ### http://umbel.org/umbel/rc/AirplaneCockpit rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all cockpits. Each instsance of AirplaneCockpit is an interior of a cavity in an airplane where the pilot sits and controls the airplane. The collection AirplaneCockpit is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "cockpit"@en ; skos:altLabel "cockpits"@en , "flight deck"@en , "flight decks"@en . ### http://umbel.org/umbel/rc/AirplaneControlWorkStation rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The area in which a person who is flying an airplane sits - especially includes the control panel."@en ; skos:prefLabel "airplane control work station"@en ; skos:altLabel "airplane control work stations"@en . ### http://umbel.org/umbel/rc/AirplaneCopilot rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "The collection of all copilots. A type of AircraftCrewMember, UpperMiddleClass, and Driver_TransportationProfessional. AirplaneCopilot is a PersonTypeByOccupation."@en ; skos:prefLabel "copilot"@en ; skos:altLabel "copilots"@en . ### http://umbel.org/umbel/rc/AirplaneCrash rdf:type owl:Class ; rdfs:subClassOf :Events ; skos:definition "A specialization of TransporterCrashEvent. Each instance of AirplaneCrash is an event in which an airplane crashes, either as caused by an agent who intended the crash, or as an accident (see AirplaneCrash_Accidental)."@en ; skos:altLabel "airplane crash"@en , "airplane crashes"@en ; skos:prefLabel "plane crash"@en ; skos:altLabel "plane crashes"@en . ### http://umbel.org/umbel/rc/AirplaneCrash_Accidental rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A specialization of AirplaneCrash and VehicleAccident (qq.v.). Each instance of AirplaneCrash_Accidental is an event in which an airplane crashes accidentally."@en ; skos:prefLabel "airplane accident"@en ; skos:altLabel "airplane accidents"@en , "airplane crashes"@en , "plane crash"@en , "plane crashes"@en , "traffic accident that damaged some airplane"@en , "vehicular accident in which an airplane plays a damaged object role"@en , "vehicular accident that damaged some airplane"@en . ### http://umbel.org/umbel/rc/AirplaneFuselage rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all airplane fuselages. A type of AirplanePart, ManufacturedGoods, and MechanicalDevice. The collection AirplaneFuselage is a #$ManufacturedGoodsType and a SpatiallyDisjointObjectType. Each instance of AirplaneFuselage is an airplane's main body section, which is typically designed to hold passengers or cargo."@en ; skos:prefLabel "fuselage"@en ; skos:altLabel "fuselages"@en . ### http://umbel.org/umbel/rc/AirplaneHijacking rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A specialization Hijacking. Each instance of AirplaneHijacking is an instance of Hijacking in which the transporterHijacked is an Airplane."@en ; skos:prefLabel "airplane hijacking"@en . ### http://umbel.org/umbel/rc/AirplaneLanding rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "The collection of all airplane landings, which are events in which an airplane lands after a flight. A type of Landing_Aircraft and air transportation. The collection AirplaneLanding is an AccomplishmentType and a DurativeEventType."@en ; skos:altLabel "airplane had landed"@en , "airplane has landed"@en , "airplane have landed"@en , "airplane land"@en , "airplane landed"@en ; skos:prefLabel "airplane landing"@en ; skos:altLabel "airplane landings"@en , "airplane lands"@en , "airplane will have landed"@en , "airplane will land"@en , "had landed"@en , "has landed"@en , "have landed"@en , "land"@en , "landed"@en , "landing"@en , "lands"@en , "will have landed"@en , "will land"@en . ### http://umbel.org/umbel/rc/AirplanePart rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all airplane parts. A type of VehiclePart. The concept AirplanePart is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:altLabel "airplane component"@en , "airplane components"@en ; skos:prefLabel "airplane part"@en ; skos:altLabel "airplane parts"@en . ### http://umbel.org/umbel/rc/AirplanePilot rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition """Person who has been trained to fly certain kinds of aircraft, and does so regularly on a professional basis. Strictly speaking, a collection of temporal subabstractions of people, where the time interval involved in each case is the duration of professional service."""@en ; skos:altLabel "airline pilot"@en , "airline pilots"@en ; skos:prefLabel "airplane pilot"@en ; skos:altLabel "airplane pilots"@en , "plane pilot"@en , "plane pilots"@en . ### http://umbel.org/umbel/rc/AirplaneRunway rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "AirplaneRunway is a specialization of PathForWheeledVehicles. Each instance of AirplaneRunway is an airstrip at an airport, on an aircraft carrier, or in some field where airplanes taxi, take off, and land."@en ; skos:prefLabel "runway"@en ; skos:altLabel "runways"@en . ### http://umbel.org/umbel/rc/AirplaneRunway_DisplacedThreshold rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "The designated beginning of the portion of the AirplaneRunway usable for an AirplaneLanding. This is located at a point on the runway other than the designated beginning of the runway. In addition, the feature typically exists at each end of the runway."@en ; skos:prefLabel "displaced threshold runway"@en ; skos:altLabel "displaced threshold runways"@en , "runway with a displaced threshold"@en , "runways with a displaced threshold"@en . ### http://umbel.org/umbel/rc/AirplaneRunway_Overrun rdf:type owl:Class ; rdfs:subClassOf , , ; skos:definition "An area beyond an AirplaneRunway designated as able to support an Airplane during an aborted TakeOff_Flight."@en ; skos:prefLabel "runway overrun"@en ; skos:altLabel "runway overruns"@en . ### http://umbel.org/umbel/rc/AirplaneRunway_TouchdownZone rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "A specialization of PathForWheeledVehicles. The first 3000 feet of an AirplaneRunway, starting at the threshold, is called a AirplaneRunway_TouchdownZone. Airplanes generally make their first contact with the ground in the AirplaneRunway_TouchdownZone during AirplaneLandings."@en ; skos:prefLabel "runway touchdown zone"@en ; skos:altLabel "runway touchdown zones"@en . ### http://umbel.org/umbel/rc/AirplaneTailAssembly rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of airplane tail assemblies. Typically, an airplane tail assembly is connected to an airplane's fuselage and has two horizontal stabilizers and one vertical stabilizer."@en ; skos:altLabel "tail"@en , "tail assemblies"@en ; skos:prefLabel "tail assembly"@en ; skos:altLabel "tails"@en . ### http://umbel.org/umbel/rc/AirplaneTakeOff rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A specialization of TakeOff_Flight. Each instance of this collection is an event in which an Airplane leaves the ground and becomes airborne."@en ; skos:prefLabel "airplane takeoff"@en ; skos:altLabel "airplane takeoffs"@en , "takeoff"@en , "takeoffs"@en . ### http://umbel.org/umbel/rc/AirplaneTicket rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all paper tickets entitling a Person to board an Airplane at a certain location and be taken on that airplane to a certain other location. An AirplaneTicket is often exchanged for a boarding pass, which is not itself an instance of AirplaneTicket. Electronic 'e-tickets' or other non-hardcopy authorizations to be a passenger on a flight are also not instances of AirplaneTicket."@en ; skos:altLabel "air ticket"@en , "air tickets"@en ; skos:prefLabel "airline ticket"@en ; skos:altLabel "airline tickets"@en , "airplane ticket"@en , "airplane tickets"@en , "plane ticket"@en , "plane tickets"@en . ### http://umbel.org/umbel/rc/AirplaneTrip rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of journeys of instances of Airplane, each including subevents of an AirplaneTakeOff and an AirplaneLanding. This is not the collection of trips taken by airplane passengers."@en ; skos:prefLabel "airplane trip"@en ; skos:altLabel "airplane trips"@en . ### http://umbel.org/umbel/rc/AirplaneWing rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all wings of airplanes. A type of AirplanePart, ManufacturedGoods, and MechanicalDevice. The collection AirplaneWing is a #$ManufacturedGoodsType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "wing"@en ; skos:altLabel "wings"@en . ### http://umbel.org/umbel/rc/Airplane_repair rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of all airplane repairs. A type of SimpleRepairing. "Airplane repair" is a SkilledActivityType."@en ; skos:altLabel "aeroplane fix"@en , "aeroplane repair"@en , "aeroplane repairing"@en , "aeroplane repairing activity"@en , "airplane fix"@en , "airplane fixes"@en ; skos:prefLabel "airplane repair"@en ; skos:altLabel "airplane repairing"@en , "airplane repairing activity"@en , "airplane repairs"@en , "fix aeroplanes"@en , "fix planes"@en , "mend aeroplanes"@en , "mend planes"@en , "plane fix"@en , "plane fixes"@en , "plane repair"@en , "plane repairing"@en , "plane repairing activity"@en , "plane repairs"@en , "repair aeroplanes"@en , "repair planes"@en . ### http://umbel.org/umbel/rc/AirportOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "AirportOrganization is a specialization of TravelOrganization. Each instance of AirportOrganization is an organization that manages and controls particular airports and their appurtenant facilities; e.g., LaGuardiaAirport_Organization."@en ; skos:altLabel "aerodrome"@en , "aerodromes"@en ; skos:prefLabel "airport"@en ; skos:altLabel "airports"@en . ### http://umbel.org/umbel/rc/AirportTerminalBuilding rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "A specialization of Terminal_TransferPoint and Building. Each instance of AirportTerminalBuilding is a building from and to which passengers board and exit Airplanes."@en ; skos:prefLabel "airport terminal"@en ; skos:altLabel "airport terminals"@en . ### http://umbel.org/umbel/rc/Airport_Physical rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "A specialization of both FixedStructure and TransportFacility. Each instance of Airport_Physical is a facility which includes at least one runway where airplanes can take off and land. Instances of Airport_Physical may also have terminals and an air control tower, in addition to having a runway. See also the related collection AirportOrganization."@en ; skos:altLabel "aerodrome"@en , "aerodromes"@en ; skos:prefLabel "airport"@en ; skos:altLabel "airports"@en . ### http://umbel.org/umbel/rc/AirsoftGun rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:definition """The collection of all guns designed for use in #$AirsoftSkirmishes."""@en ; skos:prefLabel "airsoft gun"@en ; skos:altLabel "airsoft guns"@en . ### http://umbel.org/umbel/rc/AirsoftTeam rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all airsoft teams. A type of airsoft organization and SportsTeam. AirsoftTeam is a SportsTeamTypeBySport."@en ; skos:altLabel "airsoft club"@en , "airsoft clubs"@en ; skos:prefLabel "airsoft team"@en ; skos:altLabel "airsoft teams"@en . ### http://umbel.org/umbel/rc/Airsoft_SportsGameCW rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:prefLabel "Airsoft"@en . ### http://umbel.org/umbel/rc/AirspaceRegion rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel ; skos:definition """A region of space above a portion of the Earth's surface, inclusive at least of the lower layers of the atmosphere and possibly extending as far as near Earth orbit, and such that military and civilian flights through it are regulated by a central administrative authority or authorities. Typically, this authority will be some suborganization of the government of the terrestrial region which serves to demarcate the AirspaceRegion in question, and if more than one authority has immediate responsibility for air traffic in the same AirspaceRegion, they will be related suborganizations of the same parent organization. There are some notable exceptions, however: eg, the SouthernIraqiNoFlyZone."""@en ; skos:prefLabel "airspace"@en ; skos:altLabel "airspaces"@en . ### http://umbel.org/umbel/rc/Airwaves rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:definition "The collection of all airwaves. A type of ElectromagneticRadiation. Airwaves is an ElectromagneticRadiationTypeByWaveFrequency."@en ; skos:prefLabel "airwave"@en ; skos:altLabel "airwaves"@en . ### http://umbel.org/umbel/rc/AirySpheroid rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition """The AirySpheroid is the collection of OblateSpheroids with a semi-major axis of length (Meter 6377563.396) (see spheroidSemimajorAxisLength) and an inverse flattening of 299.3249646 (see spheroidInverseFlattening)."""@en ; skos:altLabel "oblate spheroid with the inverse flattening 299.3249646 that is also an oblate spheroid whose Spheroid Semimajor Axis Length is 6377563.396 meters"@en ; skos:prefLabel "the Airy spheroid"@en . ### http://umbel.org/umbel/rc/Aisle_PathArtifact rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "The collection of all aisles, each being a Path_Generic separating sections of seats, as in a church or movie theater."@en ; skos:prefLabel "aisle"@en ; skos:altLabel "aisles"@en . ### http://umbel.org/umbel/rc/AkanLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "African language of the Kwa sub-group"@en ; skos:prefLabel "Akan"@en . ### http://umbel.org/umbel/rc/Aklan_ProvincePhilippines rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AlAnbar_ProvinceIraq rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AlBasrah_ProvinceIraq rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AlJawf_EmirateSaudiArabia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AlMadinahProvinceSaudiArabia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AlMuthanna_ProvinceIraq rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AlQadisiyahProvinceIraq rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AlQasimProvinceSaudiArabia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Al_RayyanOilField rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Al-Rayyan oil field"@en ; skos:definition "An OilField located in Qatar"@en ; skos:altLabel "al-Rayyan"@en ; skos:prefLabel "the Al-Rayyan Oilfield"@en . ### http://umbel.org/umbel/rc/AlabamaBeachMouse rdf:type owl:Class ; rdfs:subClassOf :Animals ; skos:prefLabel "Alabama beach mouse"@en ; skos:altLabel "Peromyscus polionotus ammobates"@en . ### http://umbel.org/umbel/rc/AlabamaCaveShrimp rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Alabama cave Shrimp"@en ; skos:altLabel "Palaemonias alabamae"@en . ### http://umbel.org/umbel/rc/AlabamaCavefish rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Alabama Cavefish"@en ; skos:altLabel "Speoplatyrhinus poulsoni"@en . ### http://umbel.org/umbel/rc/AlabamaLampmussel rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Alabama Lampmussel"@en ; skos:altLabel "Lampsilis virescens"@en . ### http://umbel.org/umbel/rc/AlabamaMoccasinshell rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Alabama Moccasinshell"@en ; skos:altLabel "Medionidus acutissimus"@en . ### http://umbel.org/umbel/rc/AlabamaRedbellyTurtle rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Alabama redbelly Turtle"@en ; skos:altLabel "Pseudemys alabamensis"@en , "red-bellied Turtle"@en . ### http://umbel.org/umbel/rc/Alabama_State rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Alabama"@en ; skos:definition "Alabama: a State_UnitedStates."@en ; skos:altLabel "the state of Alabama"@en . ### http://umbel.org/umbel/rc/Alabaster rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all alabaster. A type of Mineral. Alabaster is an ExistingStuffType."@en ; skos:prefLabel "alabaster"@en . ### http://umbel.org/umbel/rc/AlamosaSpringsnail rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Alamosa Springsnail"@en ; skos:altLabel "Tryonia alamosae"@en . ### http://umbel.org/umbel/rc/Alanine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition """A collection of compounds and a spec of AminoAcid. These compounds are essential for protein synthesis and are synthesized by the body from pyruvate. Its abbreviations are Ala and A."""@en ; skos:prefLabel "alanine"@en . ### http://umbel.org/umbel/rc/AlarmClock rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A DeviceTypeByFunction and specialization of Clock. Each instance of AlarmClock is a clock with an alarm that can be set to go off at certain time (e.g., to wake someone up)."@en ; skos:prefLabel "alarm clock"@en ; skos:altLabel "alarm clocks"@en . ### http://umbel.org/umbel/rc/AlarmDevice rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A collection of objects; a specialization of PoweredDevice. Every instance of AlarmDevice triggers an AlarmSignal. It may do this automatically when it detects certain physical phenomena, or it may be manually activated."@en ; skos:prefLabel "alarm"@en ; skos:altLabel "alarms"@en . ### http://umbel.org/umbel/rc/AlarmForHome rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all home alarms. A type of AlarmDevice. The concept AlarmForHome is a TriggerableDeviceType and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "home alarm"@en ; skos:altLabel "home alarms"@en . ### http://umbel.org/umbel/rc/AlarmProtected rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "The attribute describing the security level of those objects protected by some sort of alarm. Alarms can range from noisemakers like car alarms, to silent alarms, to computer messages warning the user that someone was attempting illegal entry."@en ; skos:prefLabel "alarm protected"@en . ### http://umbel.org/umbel/rc/AlarmSignal rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , ; skos:definition "A signal intended to convey some kind of warning message (to people or to devices that understand its content)."@en ; skos:prefLabel "alarm"@en ; skos:altLabel "alarms"@en . ### http://umbel.org/umbel/rc/AlarmSound rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , , ; skos:definition "An audible warning."@en ; skos:prefLabel "alarm sound"@en ; skos:altLabel "alarm sounds"@en . ### http://umbel.org/umbel/rc/Alaska_State rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Alaska"@en ; skos:definition "northernmost and external U.S. state"@en ; skos:altLabel "the state of Alaska"@en . ### http://umbel.org/umbel/rc/AlaskanMalamute rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A collection of relatively large, sled dogs."@en ; skos:prefLabel "Malamute"@en ; skos:altLabel "Malamutes"@en , "Malemute"@en , "Malemutes"@en . ### http://umbel.org/umbel/rc/AlaskanPipeline rdf:type owl:Class ; rdfs:subClassOf :Facilities ; skos:definition "Pipeline in Alaska intended to conduct petroleum products."@en ; skos:prefLabel "the Alaskan pipeline"@en . ### http://umbel.org/umbel/rc/AlawiteIslam rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "A ReligiousDenomination of Islam."@en ; skos:prefLabel "Alawite Islam"@en ; skos:altLabel "Alawite sect"@en , "Alawite sects"@en . ### http://umbel.org/umbel/rc/Albania rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:altLabel "ALB"@en ; skos:prefLabel "Albania"@en ; skos:definition "Albania throughout history, both physically and politically."@en ; skos:altLabel "the Republic of Albania"@en . ### http://umbel.org/umbel/rc/AlbanianLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Albanian"@en ; skos:definition "Balkan language"@en ; skos:altLabel "sq"@en . ### http://umbel.org/umbel/rc/AlbanianOrthodoxReligion rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "A ReligiousDenomination of Christianity."@en ; skos:prefLabel "Albanian Orthodox"@en . ### http://umbel.org/umbel/rc/AlbanianPerson rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "A person who is a citizen of Albania, or participates in its NationalCulture."@en ; skos:prefLabel "Albanian"@en ; skos:altLabel "Albanian people"@en , "Albanian person"@en , "Albanian persons"@en , "Albanians"@en . ### http://umbel.org/umbel/rc/AlbanyRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "one of the principal rivers of the world"@en ; skos:prefLabel "the Albany River"@en . ### http://umbel.org/umbel/rc/Albay_ProvincePhilippines rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AlbedoFeature_Topographical rdf:type owl:Class ; rdfs:subClassOf :Earthscape , ; skos:definition "The collection of all topographical features noted for an albedo (reflectivity of light) significanly different from the surrounding regions."@en ; skos:prefLabel "albedo feature"@en ; skos:altLabel "albedo features"@en , "linea"@en , "lineae"@en . ### http://umbel.org/umbel/rc/Alberta_CanadianProvince rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Alberta"@en ; skos:definition "Alberta: a CanadianProvince."@en . ### http://umbel.org/umbel/rc/Albite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all albite. A type of Plagioclase. Albite is an ExistingStuffType."@en ; skos:prefLabel "albite"@en . ### http://umbel.org/umbel/rc/Album_CW rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , ; skos:definition "The collection of all named, recorded audio ConceptualWorks regardless of the means of recording (instantiations of an individual Album_CW may be instances of CompactDisc_Audio, AudioCassette, PhonographRecord_LP, ...). Typically used for music recordings. Not used for things like books on tape or recorded speeches."@en ; skos:prefLabel "album"@en ; skos:altLabel "album title"@en , "album titles"@en , "albums"@en . ### http://umbel.org/umbel/rc/Album_IBO rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , ; skos:definition "The collection of RecordedSoundProducts that instantiate instances of Album_CW."@en ; skos:prefLabel "album"@en ; skos:altLabel "albums"@en . ### http://umbel.org/umbel/rc/Albuterol rdf:type owl:Class ; rdfs:subClassOf ; skos:prefLabel "Airet"@en ; skos:altLabel "Albuterol"@en ; skos:definition "The chemical compound which is a bronchodilator."@en . ### http://umbel.org/umbel/rc/AlbuterolSulfate rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The chemical compound which is a bronchodilator."@en ; skos:prefLabel "albuterol sulfate"@en . ### http://umbel.org/umbel/rc/Alcatraz_TheIsland rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Alcatraz"@en ; skos:prefLabel "Alcatraz Island"@en ; skos:definition "The actual land comprising Alcatraz Island, home of the infamous Alcatraz_ThePrison."@en . ### http://umbel.org/umbel/rc/Alchemy rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition """Alchemy is a quasi-scientific practice originating in the Dark Ages whose objective was to understand the nature of matter. It is best known for its history of attempts to turn various substances into gold. For some, Alchemy may have amounted to a BeliefSystem."""@en ; skos:prefLabel "alchemy"@en . ### http://umbel.org/umbel/rc/AlcoholAndNarcoticsIndustry rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , ; skos:definition "The collection of local industries (see Industry_Localized devoted to the production and distribution of intoxicating substances, typified by alcohol and narcotics."@en ; skos:altLabel "alcohol and narcotics industries"@en ; skos:prefLabel "alcohol and narcotics industry"@en . ### http://umbel.org/umbel/rc/Alcohol_Compound rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , , ; skos:definition "The collection of all macroscopic portions of organic compounds classified as alcohols. Alcohol is one of a class of organic compounds made of molecules having one or more hydroxyl groups [-OH] attached to an alkyl group [made of carbon and hydrogen atoms]."@en ; skos:prefLabel "alcohol"@en . ### http://umbel.org/umbel/rc/Alcoholic rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all alcoholics. A type of HomoSapiens."@en ; skos:prefLabel "alcoholic"@en ; skos:altLabel "alcoholics"@en . ### http://umbel.org/umbel/rc/AlcoholicBeverage rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , , , , ; skos:definition "The collection of all alcoholic beverages. A type of Drink, ArtificialMaterial, Mixture, and LuxuryItem. AlcoholicBeverage is TangibleStuffCompositionType. Each instance of AlcoholicBeverage is a drink that contains a non-trivial amount of alcohol. Notable specializations include Beer and Wine."@en ; skos:altLabel "alcohol"@en ; skos:prefLabel "alcoholic beverage"@en ; skos:altLabel "alcoholic beverages"@en , "alcoholic drink"@en , "alcoholic drinks"@en , "booze"@en , "cordial"@en , "cordials"@en , "inebriant"@en , "inebriants"@en , "intoxicant"@en , "intoxicants"@en . ### http://umbel.org/umbel/rc/AlcoholicBeverageBuyer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "Collection of people who purchase alcoholic beverages to be sold at a retail store."@en ; skos:altLabel "spirits buyer"@en , "spirits buyers"@en ; skos:prefLabel "wine and spirits buyer"@en ; skos:altLabel "wine and spirits buyers"@en . ### http://umbel.org/umbel/rc/AlcoholicsAnonymous_Organization rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "Alcoholics Anonymous"@en . ### http://umbel.org/umbel/rc/Alcoholism rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all alcoholism. A type of Addiction. Alcoholism is a PhysiologicalConditionType."@en ; skos:altLabel "alcohol addiction"@en ; skos:prefLabel "alcoholism"@en ; skos:altLabel "drinking"@en . ### http://umbel.org/umbel/rc/AlderTree rdf:type owl:Class ; rdfs:subClassOf :Plants , , , ; skos:definition "A ornamental shrub or tree. Their cones (strobilli) remain on the branches after the small, winged fruits (nutlets) are released. Their oval leaves fall without changing color."@en ; skos:altLabel "alder"@en ; skos:prefLabel "alder tree"@en ; skos:altLabel "alder trees"@en , "alders"@en . ### http://umbel.org/umbel/rc/Alder_tree_wood rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:definition "The collection of all alder tree wood. A type of Wood. "(WoodFn AlderTree)" is an ExistingStuffType."@en ; skos:prefLabel "alder tree wood"@en ; skos:altLabel "alder wood"@en . ### http://umbel.org/umbel/rc/Alderney_Island rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Alderney"@en ; skos:definition "Alderney-Island as it exists now and throughout history"@en . ### http://umbel.org/umbel/rc/AldinoCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Aldino"@en ; skos:altLabel "Aldino automobile"@en , "Aldino automobiles"@en ; skos:definition "The collection of all Aldino. A type of FerrariCar. AldinoCar is an AutomobileTypeByBrand and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/Aldosterone rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "An important Hormone secreted by the adrenal cortex. It promotes potassium, sodium, and chloride metabolism."@en ; skos:altLabel "C21H2805"@en ; skos:prefLabel "aldosterone"@en . ### http://umbel.org/umbel/rc/AleBeer rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:definition "A dark form of Beer (contrast with LagerBeer) that originated in the British Isles. Real AleBeer contains a bitterness derived from malted hops, and is most often served at room-temperature. AleBeers are typically red colored, with little or no gas content (e.g., from CarbonDioxide)."@en ; skos:prefLabel "ale"@en ; skos:altLabel "ales"@en . ### http://umbel.org/umbel/rc/AleutLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Aleut"@en ; skos:definition "Arctic language spoken in the Aleutians, seemingly unrelated to any other than Eskimo"@en . ### http://umbel.org/umbel/rc/AleutianCanadaGoose rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Aleutian Canada Goose"@en ; skos:definition "The collection of all Aleutian Canada Goose. A type of Goose_Bird. AleutianCanadaGoose is a Threatened_OrganismTypeByExistentialThreatLevel and a BiologicalSubspecies."@en . ### http://umbel.org/umbel/rc/AlexanderArchipelago_Alaska rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "the Alexander Archipelago"@en . ### http://umbel.org/umbel/rc/AlexanderTechnique rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:altLabel "Alexander Technique"@en ; skos:definition "The collection of events in which the Alexander Technique is used to influence a person's behavior patterns. A type of AlternativeMedicineHealthCareEvent. AlexanderTechnique is an AlternativeMedicineEventTypeByModality."@en ; skos:prefLabel "the Alexander Technique"@en . ### http://umbel.org/umbel/rc/Alexandrite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all alexandrite. A type of Chrysoberyl. Alexandrite is an ExistingStuffType."@en ; skos:prefLabel "alexandrite"@en . ### http://umbel.org/umbel/rc/AlfaEnzoCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "Alfa Enzo"@en ; skos:prefLabel "Enzo"@en . ### http://umbel.org/umbel/rc/AlfaRomeo164Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "164"@en ; skos:altLabel "164 Sedan"@en , "Alfa Romeo 164 Sedan"@en , "Alfa-Romeo 164"@en . ### http://umbel.org/umbel/rc/AlfaRomeoCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "Alfa Romeo"@en ; skos:prefLabel "Alfa Romeo automobile"@en ; skos:altLabel "Alfa Romeo automobiles"@en , "Alfa Romeos"@en ; skos:definition "The collection of all Alfa Romeo automobiles. A type of ItalianCar and LuxuryCar. The collection AlfaRomeoCar is an AutomobileTypeByBrand and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/Alfa_RomeoGTV6Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Alfa-Romeo GTV6"@en ; skos:altLabel "GTV6"@en . ### http://umbel.org/umbel/rc/AlfredoSauce rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , , ; skos:definition "All instances of Alfredo Sauce."@en ; skos:prefLabel "alfredo sauce"@en . ### http://umbel.org/umbel/rc/Algae rdf:type owl:Class ; rdfs:subClassOf :Plants , , ; skos:definition "One of many different aquatic photosynthetic organisms, often one-celled but sometimes filamentous or parenchymatous, both prokaryotic and eukaryotic."@en ; skos:prefLabel "algae"@en . ### http://umbel.org/umbel/rc/AlgaeSubkingdom rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:definition "A major group within the Plant Kingdom which includes the green alga, brown algae, and red algae."@en ; skos:prefLabel "algae subkingdom"@en . ### http://umbel.org/umbel/rc/Algae_LikeProtist rdf:type owl:Class ; rdfs:subClassOf :ProtistsFungus , , , ; skos:definition "The collection of protists (organisms classed in the ProtistaKingdom) that are said to be algae-like, such as golden algae or diatoms."@en ; skos:prefLabel "algae-like protist"@en ; skos:altLabel "algae-like protists"@en . ### http://umbel.org/umbel/rc/Algebra rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "The branch of mathematics that deals with general statements of relations, utilizing letters and other symbols to represent specific sets of numbers, values, vectors, etc., in the description of such relations."@en ; skos:prefLabel "algebra"@en . ### http://umbel.org/umbel/rc/AlgebraicNumber rdf:type owl:Class ; rdfs:subClassOf :Numbers , ; skos:definition """A RealNumber, xA, is an AlgebraicNumber if and only if it is the solution to some polynomial equation of the form

anxn + an-1xn-1 + ... + a1x + a0 = 0
where the ai are Integers. The smallest n for which xA is the solution to some polynomial equation of order n is called the degree of xA. Cf. TranscendentalNumber."""@en ; skos:prefLabel "algebraic number"@en ; skos:altLabel "algebraic numbers"@en . ### http://umbel.org/umbel/rc/Alger_ProvinceAlgeria rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Algeria rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Algeria"@en ; skos:altLabel "DZA"@en ; skos:definition "The country of Algeria, both physical and political"@en . ### http://umbel.org/umbel/rc/AlgonquianLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Algonquian language"@en ; skos:altLabel "Algonquian languages"@en ; skos:definition "Amerindian languages, generally northeast and north central"@en ; skos:altLabel "the Algonquian language family"@en . ### http://umbel.org/umbel/rc/Algonquian_WakashanLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Algonquian-Wakashan language"@en ; skos:altLabel "Algonquian-Wakashan languages"@en ; skos:definition "Amerindian languages, generally from mid-continent northwards"@en ; skos:altLabel "the Algonquian-Wakashan language family"@en . ### http://umbel.org/umbel/rc/Algorithm rdf:type owl:Class ; rdfs:subClassOf :Notations , , ; skos:definition """A specialization of MathematicalOrComputationalThing and AspatialInformationStore (qq.v.). An instance of Algorithm is a particular finite sequence of operations that constitutes an effective, or strictly mechanical, procedure for completing some task, computing some function, or simply performing a number of unrelated operations.

Instances of ComputerProgram_CWIS use algorithms (see programAlgorithms), and some instances of Instructions (e.g. some instances of its specializations Recipe_CW and DirectionsToGetSomewhere), if sufficiently explicit, involve algorithms.

An algorithm can be viewed as a specific way of computing a particular instance of Function_Denotational, i.e. a way determining the value of the function for any argument in the function's domain (see algorithmComputes)."""@en ; skos:prefLabel "algorithm"@en ; skos:altLabel "algorithmic"@en , "algorithms"@en . ### http://umbel.org/umbel/rc/AlifOilField rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Alif"@en ; skos:prefLabel "the Alif Oilfield"@en . ### http://umbel.org/umbel/rc/AlimentaryCanal rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all alimentary canals, which are the long tubular portions of digestive tracts that begin at the mouth and terminate at the anus. A type of ExternalAnatomicalPart and AnimalBodyPart. AlimentaryCanal is a UniqueAnatomicalPartType."@en ; skos:prefLabel "alimentary canal"@en ; skos:altLabel "alimentary canals"@en , "alimentary tract"@en , "alimentary tracts"@en . ### http://umbel.org/umbel/rc/AlkaliMetalElementType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "A specialization of ElementStuffTypeByNumberOfProtons. Each instance of AlkaliMetalElementType is a type of ElementStuff and is a soft metallic element. They comprised the leftmost column of metals in the PeriodicTable and possess many similarities. They have high thermal and electrical conductivities. For each row of the periodic table, the AlkaliMetalElementType has the lowest first ionization energy, which means they are highly reactive."@en ; skos:altLabel "alkali element"@en , "alkali elements"@en ; skos:prefLabel "alkali metal"@en ; skos:altLabel "alkali metals"@en , "group 1A"@en , "group 1A element"@en , "group 1A elements"@en , "groups 1A"@en . ### http://umbel.org/umbel/rc/AlkalineEarthMetalElementType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "A specialization of ElementStuffTypeByNumberOfProtons. Instances comprised of the second column of metals to the left in the PeriodicTable. These elements are also metallic solids, like instances of AlkaliMetalElementType, but this collection tends to be harder and more dense. These are less reactive than AlkaliMetalElementType."@en ; skos:altLabel "alkaline earth"@en , "alkaline earth element"@en , "alkaline earth elements"@en ; skos:prefLabel "alkaline earth metal"@en ; skos:altLabel "alkaline earth metals"@en , "alkaline earths"@en , "group 2A"@en , "group 2A element"@en , "group 2A elements"@en , "groups 2A"@en . ### http://umbel.org/umbel/rc/AlkalinizingSomething rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of events; a subcollection of IntrinsicStateChangeEvent. In each AlkalinizingSomething, something makes (a substance) alkaline."@en ; skos:altLabel "alkalinise"@en , "alkalinised"@en , "alkalinises"@en , "alkalinising"@en , "alkalinize"@en , "alkalinized"@en , "alkalinizes"@en ; skos:prefLabel "alkalinizing"@en ; skos:altLabel "had alkalinised"@en , "had alkalinized"@en , "has alkalinised"@en , "has alkalinized"@en , "have alkalinised"@en , "have alkalinized"@en , "will alkalinise"@en , "will alkalinize"@en , "will have alkalinised"@en , "will have alkalinized"@en . ### http://umbel.org/umbel/rc/Alkaloid rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , ; skos:definition "Instances are pieces of organic compounds composed of carbon, hydrogen, nitrogen, and usually oxygen, and are often derived from plants. Though poisons, many alkaloids have physiological effects that render them useful as medicines or interesting as narcotics. Some popular and notable alkaloids are curare, altropine, morphine, codeine, cocaine, caffeine, LSD, quinine, serotonin, strychnine, and nicotine."@en ; skos:prefLabel "alkaloid"@en ; skos:altLabel "alkaloids"@en . ### http://umbel.org/umbel/rc/Alkane rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition """The most basic class of Hydrocarbons. Each subcollection of Alkane is a type of stuff whose carbon atoms are bonded to four other atoms. Subcollections include Methane and Propane."""@en ; skos:prefLabel "alkane"@en ; skos:altLabel "alkanes"@en . ### http://umbel.org/umbel/rc/AlkaneMolecule rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of molecules of alkanes; a subcollection of HydrocarbonMolecule."@en ; skos:prefLabel "alkane molecule"@en ; skos:altLabel "alkane molecules"@en . ### http://umbel.org/umbel/rc/Alkaptonuria rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A collection of rare inherited GeneticDisorders. Each instance is a disorder of protein metabolism characterized by an inability of the body to metabolize certain amino acids."@en ; skos:prefLabel "alkaptonuria"@en . ### http://umbel.org/umbel/rc/AllAroundGymnasticsSportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A type of GymnasticsSportsEvent and IndividualSportsCompetition."@en ; skos:prefLabel "all around gymnastics sports event"@en . ### http://umbel.org/umbel/rc/AllEmployeeShareOwnershipPlan rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A type of EconomicAgreement that some UK companies offer to any employee who wishes to participate. An AESOP enables an employee to buy company stock with pre-tax income and be given free shares by their employer at the same time."@en ; skos:prefLabel "AESOP"@en . ### http://umbel.org/umbel/rc/AllFemaleSchool rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all schools whose student body consists entirely of females. A type of EducationalOrganization."@en ; skos:prefLabel "all-female school"@en ; skos:altLabel "all-female schools"@en . ### http://umbel.org/umbel/rc/AllMaleSchool rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all schools whose student body consists entirely of males. A type of EducationalOrganization."@en ; skos:prefLabel "all-male school"@en ; skos:altLabel "all-male schools"@en . ### http://umbel.org/umbel/rc/AllWeatherTire rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all all-weather tires. A type of AutomobileTire. The collection AllWeatherTire is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "all-weather tire"@en ; skos:altLabel "all-weather tires"@en . ### http://umbel.org/umbel/rc/AllWeather_PathArtifact rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition """This is the collection instances of PathForWheeledVehicles that remain open [see PathOpen], given reasonable maintenance, to all intended users in any weather at about maximal capacity all year round. This can indicate properties of the surface [see ObjectTypeBySurfaceFeature] such as having a waterproof cover or being only slightly affected by precipitation and temperature changes."""@en ; skos:prefLabel "all weather route"@en ; skos:altLabel "all weather routes"@en , "type X"@en . ### http://umbel.org/umbel/rc/All_TerrainVehicle rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "all-terrain vehicle"@en ; skos:altLabel "all-terrain vehicles"@en ; skos:definition "land-transportation vehicles designed to be able to function effectively off-road, on a variety of terrain. Some vehicles (e.g., tanks) are designed to be significantly more effective at this than others (e.g., 4x4 recreational vehicles)."@en . ### http://umbel.org/umbel/rc/Allanite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "allanite"@en . ### http://umbel.org/umbel/rc/AlleghenyRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "the Allegheny"@en ; skos:prefLabel "the Allegheny River"@en ; skos:definition "this is one of the rivers that forms the Ohio river."@en . ### http://umbel.org/umbel/rc/AllegorizingSomething rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of events; a subcollection of IntrinsicStateChangeEvent. In each AllegorizingSomething, something makes something else into an allegory."@en ; skos:altLabel "allegorise"@en , "allegorised"@en , "allegorises"@en , "allegorising"@en , "allegorize"@en , "allegorized"@en , "allegorizes"@en ; skos:prefLabel "allegorizing"@en ; skos:altLabel "had allegorised"@en , "had allegorized"@en , "has allegorised"@en , "has allegorized"@en , "have allegorised"@en , "have allegorized"@en , "will allegorise"@en , "will allegorize"@en , "will have allegorised"@en , "will have allegorized"@en . ### http://umbel.org/umbel/rc/AllergicReaction rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A collection of dynamic, physiological states. An instance of AllergicReaction is an event in which an organism which is exposed to a particular substance (e.g., pollen, mold) develops some abnormality or impairment of its physiological condition as a result of interacting with the substance. Allergic reactions to some types of substances occur widely in members of a species; e.g., PoisonIvyPoisoning in humans. But other allergic reactions affect only a small proportion of a species, such as human allergies to penicillin. This concept is the collection of events in which allergic reactions are `taking place', not abstract unrealized potential situations such as `John is allergic to milk.' I.e., if John were allergic to milk, and he drank some, and then proceeded to have a whopping bad allergic reaction, that latter event would be an instance of AllergicReaction."@en ; skos:prefLabel "allergic reaction"@en ; skos:altLabel "allergic reactions"@en , "allergies"@en , "allergy"@en . ### http://umbel.org/umbel/rc/Allergist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all allergists. A type of Doctor_Medical. Allergist is a MedicalSpecialistType."@en ; skos:prefLabel "allergist"@en ; skos:altLabel "allergists"@en . ### http://umbel.org/umbel/rc/AllergyAndImmunologySpecialist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "A allergy and immunology specialist is a doctor who specializes in the diagnosis and treatment of problems cause by allergies or by weaknesses in the immune system."@en ; skos:altLabel "allergy and immunologist"@en , "allergy and immunologists"@en ; skos:prefLabel "allergy and immunology specialist"@en ; skos:altLabel "allergy and immunology specialists"@en . ### http://umbel.org/umbel/rc/AllergyTestingOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "An organization (may just be suborg of some other, more formal organization) which has the equipment and expertise to test a person for allergies."@en ; skos:altLabel "allergy testing facilities"@en ; skos:prefLabel "allergy testing facility"@en . ### http://umbel.org/umbel/rc/Alley rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The collection of all alleys. A type of Utility_RoadClassification. Alley is a LandTransportationTerrainFeatureType."@en ; skos:prefLabel "alley"@en ; skos:altLabel "alleys"@en . ### http://umbel.org/umbel/rc/Alliance_Organization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A sub-collection of Organization. Each instance is an organization of people (or countries) involved in a pact or treaty."@en ; skos:altLabel "alignment"@en , "alignments"@en , "alinement"@en , "alinements"@en ; skos:prefLabel "alliance"@en ; skos:altLabel "alliances"@en , "coalition"@en , "coalitions"@en . ### http://umbel.org/umbel/rc/Alligator rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all alligators; a subset of Crocodilian. Alligator includes all the American Alligators and South American Caimans; it does NOT include crocodiles proper. The collection Alligator constitutes a biological suborder of the Crocodilians. Cf. Crocodile."@en ; skos:prefLabel "alligator"@en ; skos:altLabel "alligators"@en . ### http://umbel.org/umbel/rc/Alligator_hides rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all alligator hides. A type of Hide_Product."@en ; skos:prefLabel "alligator hides"@en ; skos:altLabel "hides, skins, or pelts from the animal type alligator"@en . ### http://umbel.org/umbel/rc/Allocation rdf:type owl:Class ; rdfs:subClassOf :Activities . ### http://umbel.org/umbel/rc/Allotment rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , ; skos:definition "A specialization of #$ResourceAllocationSpecification and Assignment_Obligation, the FirstOrderCollection Allotment refers to the authorized designation of some Quantity (of time, money, a material) to bringing about the realization of some NormativeSpecification. This is a very general collection aimed at representing the reservation of some resource. Contrast with ResourceRequest, which only indicates a reservation that has been proposed and not approved by the relevant authority."@en ; skos:prefLabel "allotment"@en ; skos:altLabel "allotments"@en . ### http://umbel.org/umbel/rc/Allotment_Collective rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "A sub-collection of Allotment, instances of Allotment_Collective are those instances where an allotment applies to an entire set of objects, as opposed to a single object. Further, instances of this collection are such that they reserve the same quantity of time for the same interval for every element of the collection to which the instance bears the relation allottedCollection."@en ; skos:prefLabel "allotment-collective"@en . ### http://umbel.org/umbel/rc/Allowance rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "A specialization of Agreement. Each instance of Allowance is an agreement in which one party agrees to reimburse (usually monetarily) another party that meets certain criteria. Important specializations include the various types of tax allowances."@en ; skos:prefLabel "allowance"@en ; skos:altLabel "allowances"@en . ### http://umbel.org/umbel/rc/Allusion rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of all allusions. A type of Communicating."@en ; skos:prefLabel "allusion"@en ; skos:altLabel "allusions"@en . ### http://umbel.org/umbel/rc/AlluvialFan rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "A fan-shaped wedge of coarse alluvium with apex merging with a mountain stream bed and the fan spreading out at a low angle slope onto an adjacent plain."@en ; skos:prefLabel "alluvial fan"@en ; skos:altLabel "alluvial fans"@en . ### http://umbel.org/umbel/rc/Alluvium rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "Clay or slit or gravel carried by rushing streams and deposited where the stream slows down."@en ; skos:prefLabel "alluvium"@en . ### http://umbel.org/umbel/rc/AllylAlcohol rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all allyl alcohol. A ChemicalCompoundTypeByChemicalSpecies."@en ; skos:prefLabel "allyl alcohol"@en . ### http://umbel.org/umbel/rc/AllylAmine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "A ChemicalCompoundTypeByChemicalSpecies."@en ; skos:prefLabel "allyl amine"@en . ### http://umbel.org/umbel/rc/AllylChloroformate rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all allyl chloroformate. A ChemicalCompoundTypeByChemicalSpecies."@en ; skos:prefLabel "allyl chloroformate"@en . ### http://umbel.org/umbel/rc/Almanac rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "Systematized listing of information on either specifc or general topics. Often in book form."@en ; skos:prefLabel "almanac"@en ; skos:altLabel "almanacs"@en . ### http://umbel.org/umbel/rc/Almandine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all almandine. A type of Garnet_Gem. Almandine is an ExistingStuffType."@en ; skos:prefLabel "almandine"@en . ### http://umbel.org/umbel/rc/Almond rdf:type owl:Class ; rdfs:subClassOf , , ; skos:definition "The collection of all almonds. A type of Nut_TheFruit, EdibleFruit, and EdibleNut."@en ; skos:prefLabel "almond"@en ; skos:altLabel "almonds"@en , "fruit of the almond tree"@en . ### http://umbel.org/umbel/rc/AlmondTree rdf:type owl:Class ; rdfs:subClassOf :Plants , , ; skos:definition "A type of FruitTree, instances of which yield almonds."@en ; skos:prefLabel "almond tree"@en ; skos:altLabel "almond trees"@en . ### http://umbel.org/umbel/rc/AlmostTransparent rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "Something you can see through but may add a tint or darken the view; e.g. haze."@en ; skos:prefLabel "almost transparent"@en . ### http://umbel.org/umbel/rc/Aloe_Plant rdf:type owl:Class ; rdfs:subClassOf :Plants , , ; skos:definition "The collection of all aloes. A type of LilyOrder and Succulent_Plant. The collection Aloe_Plant is a MedicinalPlantType, a SpatiallyDisjointObjectType, and an OrganismClassificationType."@en ; skos:prefLabel "aloe"@en ; skos:altLabel "aloes"@en . ### http://umbel.org/umbel/rc/AlphaAdrenergicBlockingAgent rdf:type owl:Class ; rdfs:subClassOf :Drugs . ### http://umbel.org/umbel/rc/AlphaAndBetaBlockingAgent rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The collection of all alpha and beta blocking agents. A type of BetaBlocker. AlphaAndBetaBlockingAgent is a #$DrugModeOfActionType."@en ; skos:prefLabel "alpha and beta blocking agent"@en ; skos:altLabel "alpha and beta blocking agents"@en . ### http://umbel.org/umbel/rc/AlphaEmissionSensor rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all alpha emission sensors. A type of AtomicParticleSensor. AlphaEmissionSensor is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "alpha emission sensor"@en ; skos:altLabel "alpha emission sensors"@en . ### http://umbel.org/umbel/rc/AlphaEmitter rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "The collection of all alpha emitters. A type of Isotope and RadioactiveStuff. The concept AlphaEmitter is an IsotopeTypeByEmissionType and an ExistingStuffType."@en ; skos:prefLabel "alpha emitter"@en ; skos:altLabel "alpha emitters"@en . ### http://umbel.org/umbel/rc/AlphaProcessorArchitecture rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Alpha chip architecture"@en ; skos:definition "An instance of ComputerTypeByArchitecture. AlphaProcessorArchitecture is a type of RISC computer processor architecture, produced by CompaqInc."@en . ### http://umbel.org/umbel/rc/AlphabeticWriting rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "alphabetic writing"@en ; skos:definition "writing with, ideally, a one-to-one correspondence between each significantly different speech-sound (phoneme) of a language and a specific letter -- or, letters, where form variations such as upper and lower case are involved--, an ideal but rarely achieved"@en . ### http://umbel.org/umbel/rc/AlphabeticalList rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "The subcollection of List_Information such that each instance has its component list items (see itemInList_Information) arranged in alphabetical order (according to whatever alphabet the instance of List_Information appears)."@en ; skos:prefLabel "alphabetical list"@en ; skos:altLabel "alphabetical lists"@en . ### http://umbel.org/umbel/rc/AlpineCombinedSportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A type of AlpineSkiingSportsEvent."@en ; skos:prefLabel "alpine combined sports event"@en . ### http://umbel.org/umbel/rc/AlpineSkiingSportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of downhill skiing sports competitions."@en ; skos:prefLabel "alpine skiing event"@en ; skos:altLabel "alpine skiing events"@en . ### http://umbel.org/umbel/rc/Alprazolam rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The chemical compound which is a depressant."@en ; skos:prefLabel "alprazolam"@en . ### http://umbel.org/umbel/rc/Alps_Mountains rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "alpine"@en ; skos:definition "great mountain system of south central Europe"@en ; skos:prefLabel "the Alps"@en . ### http://umbel.org/umbel/rc/AlsatianDialect rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:altLabel "Alsatian"@en ; skos:definition "Germanic dialect of the Alsace"@en ; skos:prefLabel "Schwyzerdutsch"@en . ### http://umbel.org/umbel/rc/AlsinidendronObovatum rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:prefLabel "Alsinidendron obovatum"@en . ### http://umbel.org/umbel/rc/AlsinidendronTrinerve rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:prefLabel "Alsinidendron trinerve"@en . ### http://umbel.org/umbel/rc/AltaicLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Altaic language"@en ; skos:altLabel "Altaic languages"@en ; skos:definition "Turkic, Mongolian, and Tungusic languages"@en ; skos:altLabel "the Altaic language family"@en . ### http://umbel.org/umbel/rc/AltamontPass rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "the Altamont Pass"@en . ### http://umbel.org/umbel/rc/AltarBoy rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "The collection of young, male instances of AltarServer."@en ; skos:prefLabel "altar boy"@en ; skos:altLabel "altar boys"@en . ### http://umbel.org/umbel/rc/AltarServer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of altar servers, typically young males (see AltarBoy) who assist a priest during his or her performance of a church service, by performing minor tasks, such as carrying candles, accepting the eucharistic gifts on behalf of the priest, etc. The altar server is a traditional role in Catholic Mass and in Anglican/Episcopal services (where altar servers are referred to as "acolytes")."@en ; skos:prefLabel "altar server"@en ; skos:altLabel "altar servers"@en . ### http://umbel.org/umbel/rc/AltarStage rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "A stage found in religious buildings used exclusively for religious ceremonies."@en ; skos:prefLabel "altar"@en ; skos:altLabel "altars"@en . ### http://umbel.org/umbel/rc/AltarTable rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A table-like piece of furniture at which some religious ceremonies occur."@en ; skos:altLabel "altar"@en , "altars"@en ; skos:prefLabel "communion table"@en ; skos:altLabel "communion tables"@en . ### http://umbel.org/umbel/rc/Altay_ProvinceRussia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AlternateRoute rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition """A specialization of Roadway. An instance of AlternateRoute is a route that separates from a main route and returns to the main route at a later point. The AlternateRoute is often longer and of less construction quality as the main route. The purpose of the alternate route is often to relieve congestion from the main route."""@en ; skos:prefLabel "alternate route"@en . ### http://umbel.org/umbel/rc/AlternatingCurrent rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "Alternating Currents"@en ; skos:definition "The collection of all alternating current (AC). A type of Electricity. AlternatingCurrent is an EnergyType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "alternating current"@en ; skos:altLabel "alternating currents"@en . ### http://umbel.org/umbel/rc/Alternation rdf:type owl:Class ; rdfs:subClassOf :Activities . ### http://umbel.org/umbel/rc/Alternative rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "The collection of all things taht do not have mass appeal, which are viewed as alternatives to things with mass appeal."@en ; skos:altLabel "alternative"@en ; skos:prefLabel "alternative thing"@en . ### http://umbel.org/umbel/rc/AlternativeCountryMusicPerformer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of individuals or groups that perform alternative country music."@en ; skos:prefLabel "alternative country music performer"@en . ### http://umbel.org/umbel/rc/AlternativeFinancialTradingSystem rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , ; skos:altLabel "Electronic Communication Networks"@en ; skos:definition "The collection of all ECN. A type of FinancialExchange and PrivatelyHeldOrganization."@en ; skos:altLabel "alternative trading system"@en , "alternative trading systems"@en ; skos:prefLabel "electronic communication network"@en ; skos:altLabel "electronic communication networks"@en . ### http://umbel.org/umbel/rc/AlternativeFuelEnergyCompany_Commercial rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "The collection of commerical businesses that are involved in the sale, transport, or trade of energy produced by means other than fossil fuels. These alternative methods include wind power, burning of organic matter, solar power and fuel cells to name a few."@en ; skos:prefLabel "alternative fuel energy company commercial"@en . ### http://umbel.org/umbel/rc/AlternativeInvestmentMarket rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy ; skos:prefLabel "AIM"@en ; skos:altLabel "Alternative Investment Market"@en , "Alternative Investment Market (AIM)"@en . ### http://umbel.org/umbel/rc/AlternativeMedicine rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "AlternativeMedicine is one of the ways of treating and preventing illnesses which involves techniques that are regarded by modern Western medicine as scientifically unproven or unorthodox (cf. Medicine-FieldOfStudy). The term ``alternative medicine'' can encompass a wide range of therapies, including chiropractic, homeopathy, acupuncture, HerbalMedicine, meditation, biofeedback, massage therapy, and various new-age therapies such as guided imagery and naturopathy."@en ; skos:prefLabel "alternative health"@en ; skos:altLabel "alternative medicine"@en , "complementary medicine"@en . ### http://umbel.org/umbel/rc/AlternativeMedicineEventTypeByModality rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "AlternativeMedicineEventTypeByModality is a collection of collections. Each element of AlternativeMedicineEventTypeByModality is a collection of AlternativeMedicineHealthCareEvents that have the same healing modality. In other words, an element of AlternativeMedicineEventTypeByModality is a kind of alternative therapy considered as a collection of Events. Some elements of AlternativeMedicineEventTypeByModality include homeopathy, naturopathy, and Acupuncture. Alternative therapies considered as FieldOfStudy can be denoted using the function AlternativeMedicalModalityFOSFn."@en ; skos:altLabel "alternative medical care modalities"@en ; skos:prefLabel "alternative medical care modality"@en . ### http://umbel.org/umbel/rc/AlternativeMedicineHealthCareEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "AlternativeMedicineHealthCareEvent is the collection of HealthCare events in which one of the healing modalities which are included in AlternativeMedicine is used. For example, an instance of Acupuncture is an instance of AlternativeMedicineHealthCareEvent."@en ; skos:prefLabel "alternative medical care"@en ; skos:altLabel "alternative medical therapy"@en , "complementary medical care"@en , "complementary therapy"@en . ### http://umbel.org/umbel/rc/AlternativeMedicinePractitioner rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all HealthProfessionals who are practitioners of AlternativeMedicine. This collection is not coextensive with the collection of all HealthProfessionals who provide services that are instances of AlternativeMedicineHealthCareEvent because some practitioners act as teachers of a self-care skill, such as AlexanderTechnique and Qigong."@en ; skos:altLabel "alternative healthcare practicioner"@en , "alternative healthcare practicioners"@en , "alternative healthcare practitioner"@en , "alternative healthcare practitioners"@en , "alternative medical practicioner"@en , "alternative medical practicioners"@en ; skos:prefLabel "alternative medical practitioner"@en ; skos:altLabel "alternative medical practitioners"@en , "complementary healthcare practicioner"@en , "complementary healthcare practicioners"@en , "complementary healthcare practitioner"@en , "complementary healthcare practitioners"@en . ### http://umbel.org/umbel/rc/AlternativeMedicineSpecialistType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "AlternativeMedicineSpecialistType is a collection of collections. Each element of AlternativeMedicineSpecialistType is a collection of AlternativeMedicinePractitioner s who practice the same type of AlternativeMedicine modality. The forms of practice that are considered "alternative" vary by context. Some example elements in ModernWesternMedicineMt include Acupuncturist and Homeopath."@en ; skos:prefLabel "alternative medicine occupation type"@en ; skos:altLabel "alternative medicine occupation types"@en , "alternative medicine practitioner type"@en , "alternative medicine practitioner types"@en , "complementary medicine occupation type"@en , "complementary medicine occupation types"@en . ### http://umbel.org/umbel/rc/AlternativeMusic rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , ; skos:definition "The collection of all alternative music. A type of Music. AlternativeMusic is a MusicTypeByMajorGenre."@en ; skos:altLabel "alternative"@en ; skos:prefLabel "alternative music"@en . ### http://umbel.org/umbel/rc/AlternativeMusicPerformance rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all alternative music performances. A type of MusicalPerformance. AlternativeMusicPerformance is an EntertainmentEventType."@en ; skos:prefLabel "alternative music performance"@en ; skos:altLabel "alternative music performances"@en . ### http://umbel.org/umbel/rc/AlternativeRockBand rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all alternative rock bands. A type of RockBand."@en ; skos:prefLabel "alternative rock band"@en ; skos:altLabel "alternative rock bands"@en . ### http://umbel.org/umbel/rc/AlternativeRockMusic rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , , , ; skos:definition "A specialization of RockMusic, AlternativeRockMusic covers a variety of styles through which it's hard to trace many common threads. Named so as to distinguish itself from (at least) pop- and dance-oriented Rock, AlternativeRockMusic nevertheless made up a significant portion of the most popular RockMusic during the 1990s."@en ; skos:altLabel "alternative"@en ; skos:prefLabel "alternative rock"@en ; skos:altLabel "alternative rock music"@en . ### http://umbel.org/umbel/rc/AlternativeRockMusicPerformer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of individuals or groups that perform alternative rock music."@en ; skos:prefLabel "alternative rock music performer"@en ; skos:altLabel "alternative rock music performers"@en . ### http://umbel.org/umbel/rc/Alternative_physics rdf:type owl:Class ; rdfs:subClassOf :Society , , ; skos:definition "The collection of all alternative physics. A type of Alternative and BeliefSystem."@en ; skos:prefLabel "alternative physics"@en . ### http://umbel.org/umbel/rc/Alternative_science rdf:type owl:Class ; rdfs:subClassOf :Society , , ; skos:definition "The collection of all alternative science. A type of Alternative and BeliefSystem."@en ; skos:prefLabel "alternative science"@en . ### http://umbel.org/umbel/rc/Alternator rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all alternators. A type of ElectricalGenerator, MechanicalAutoPart, and CurrentSource. The collection Alternator is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "alternator"@en ; skos:altLabel "alternators"@en , "car generator"@en , "car generators"@en . ### http://umbel.org/umbel/rc/Altimeter rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "Device used to measure one's altitude. Useful especially in aviation or in mountaineering. Some altimeters measure distance to the ground below. Other altimeters measure height above sea level via barometric pressure."@en ; skos:prefLabel "altimeter"@en ; skos:altLabel "altimeters"@en . ### http://umbel.org/umbel/rc/Altitude rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "A specialization of Distance. Altitude is the collection of all distances that are altitudes of objects (see altitudeAboveGround). Each instance of Altitude is the Distance between a spatial thing and the ground of the planet nearest to that thing."@en ; skos:prefLabel "altitude"@en ; skos:altLabel "distance is that some spatial thing altitude"@en , "distance is that some spatial thing's altitude"@en , "distance that is an altitude of a spatial thing"@en . ### http://umbel.org/umbel/rc/AltoCumulusCloud rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:definition """The collection of middle level clouds (CloudInSky) that appear bumpy, whether in a limited region of the sky or covering a wide area. AltoCumulusClouds do not form continuous sheets, but always have gaps between individual parts."""@en ; skos:prefLabel "altocumulus cloud"@en ; skos:altLabel "altocumulus clouds"@en . ### http://umbel.org/umbel/rc/AltoStratusCloud rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , , ; skos:definition "The collection of middle level clouds (CloudInSky) that appear as flat smooth dark grey sheets."@en ; skos:altLabel "altostratus"@en ; skos:prefLabel "altostratus cloud"@en ; skos:altLabel "altostratus clouds"@en . ### http://umbel.org/umbel/rc/Alto_Singer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "Each Alto_Singer is a singer having an adult female voice which performs well singing lower notes. Altos usually aren't required to sing much higher than E at the top space of the treble cleff, and are comfortable singing down to F or G below the treble cleff. The alto voice is usually richer and deeper than the soprano voice."@en ; skos:prefLabel "alto"@en ; skos:altLabel "altos"@en . ### http://umbel.org/umbel/rc/Aluminum rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "A piece (i.e., specific collections of nearby molecules) of aluminum; typically, these will be tightly bound into solid form."@en ; skos:altLabel "Al"@en , "aluminium"@en ; skos:prefLabel "aluminum"@en . ### http://umbel.org/umbel/rc/AluminumChloride rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , ; skos:altLabel "AlCl3"@en ; skos:prefLabel "aluminum chloride"@en . ### http://umbel.org/umbel/rc/AluminumFoil rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , , ; skos:definition "Very thin sheets of aluminum used primarily for food storage or cooking."@en ; skos:prefLabel "aluminum foil"@en ; skos:altLabel "aluminum foils"@en , "foil"@en , "tin foil"@en , "tin foils"@en , "tinfoil"@en . ### http://umbel.org/umbel/rc/AluminumHydroxide rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , , , ; skos:altLabel "Al(OH)3"@en ; skos:prefLabel "aluminum hydroxide"@en . ### http://umbel.org/umbel/rc/AluminumIndustry rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , , ; skos:definition "The collection of all instances of Industry_Localized whose primary function is the production of Aluminum."@en ; skos:altLabel "aluminum industries"@en ; skos:prefLabel "aluminum industry"@en . ### http://umbel.org/umbel/rc/AluminumNitrate rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , ; skos:prefLabel "Al(NO3)3"@en ; skos:altLabel "aluminum nitrate"@en . ### http://umbel.org/umbel/rc/AluminumOxide_AlO2 rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , ; skos:altLabel "AlO2"@en , "aluminium oxide"@en ; skos:prefLabel "aluminum oxide"@en . ### http://umbel.org/umbel/rc/AluminumSulfate rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , ; skos:altLabel "Al2(SO4)3"@en ; skos:prefLabel "aluminum sulfate"@en . ### http://umbel.org/umbel/rc/AluminumSulfide rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , , , ; skos:definition """A chemical compound. Each instance of AluminumSulfide is a sample of the compound Al2S3."""@en ; skos:altLabel "Al2S3"@en ; skos:prefLabel "aluminum sulfide"@en . ### http://umbel.org/umbel/rc/AlumniOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "A collection of organizations. An element of AlumniOrganization is a social organization that offers membership to persons who have attended a particular EducationalOrganization, usually a college or university or professional school. Social events for alumni, including reunion gatherings, are organized by a school's AlumniOrganization. Another function of an AlumniOrganization is to raise money for the alma mater that sponsors it."@en ; skos:altLabel "alumni organisation"@en , "alumni organisations"@en ; skos:prefLabel "alumni organization"@en ; skos:altLabel "alumni organizations"@en . ### http://umbel.org/umbel/rc/AlveolarDuct rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all alveolar ducts of the Lung, each being the small, final passage for inhaled air between a RespiratoryBronchiole and an Alveolus. The walls of an AlveolarDuct consist mainly of alveoli used directly for RespiratoryGasExchange in Respiration."@en ; skos:prefLabel "alveolar duct"@en ; skos:altLabel "alveolar ducts"@en . ### http://umbel.org/umbel/rc/AlveolarSac rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all alveolar sacs of the Lung, each being the small, final dead-end sac for inhaled air from an AlveolarDuct. The walls of an AlveolarSac consist of alveoli used directly for RespiratoryGasExchange in Respiration. Each AlveolarSac is served by a PulmonaryArteriole and a PulmonaryVenule."@en ; skos:prefLabel "alveolar sac"@en ; skos:altLabel "alveolar sacs"@en . ### http://umbel.org/umbel/rc/Alveolus rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all alveoli in mammalian Lungs, being tiny air chambers used as the sites of gas-exchange of gasses in the inhaled air with the pulmonary capillaries. Alvioli are connected distalTo the AlveolarDucts, which are connected to the RespiratoryBronchioles. The RespiratoryBronchioles also have alvioli directly connected along their sides. Many also are connected directly to neighboring alveoli by small holes."@en ; skos:altLabel "alveolar"@en , "alveoli"@en ; skos:prefLabel "alveolus"@en . ### http://umbel.org/umbel/rc/AlyssaAlps rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Alyssa"@en ; skos:altLabel "Alyssa Alps"@en . ### http://umbel.org/umbel/rc/AlzheimersDisease rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A degenerative disease of nerve cells in the cerebral cortex that leads to atrophy of the brain and senile dementia. Symptoms include loss of memory, confusion, irritability, and restlessness, as well as disorientation and impaired judgment and concentration. Cause is unknown, and only treatment is alleviation of symptoms and counseling for loved ones."@en ; skos:altLabel "Alzheimer's"@en ; skos:prefLabel "Alzheimers"@en ; skos:altLabel "case of Alzheimers"@en , "cases of Alzheimers"@en . ### http://umbel.org/umbel/rc/AmargosaDesert rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Amargosa Desert"@en ; skos:definition "The AmargosaDesert is a Desert that lies on the eastern side of the AmargosaRange."@en . ### http://umbel.org/umbel/rc/AmargosaRange rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Amargosa Range"@en ; skos:definition "The AmargosaRange is the MountainRange directly to the east of DeathValley. It is bounded on the east by the AmargosaDesert."@en . ### http://umbel.org/umbel/rc/AmateurActivity rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "An attribute used to describe the relatively unskilled work (as in artwork), actions, performances, productions, etc, of non-professionals. To indicate the professional status of a person, use AmateurFn and ProfessionalFn."@en ; skos:altLabel "amateur"@en ; skos:prefLabel "amateur thing"@en . ### http://umbel.org/umbel/rc/AmateurBoxing_SportCW rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "Amateur boxing: a Sport."@en ; skos:prefLabel "amateur boxing"@en . ### http://umbel.org/umbel/rc/AmateurRadioBroadcasting rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "The collection of all radio broadcasts which are made by a non-professional for recreation, usually using homemade equipment. This practice is commonly known in the United States (and perhaps other places) as 'ham radio'."@en ; skos:prefLabel "ham radio"@en . ### http://umbel.org/umbel/rc/AmateurRadioEquipment rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "An instance of AmateurRadioEquipment is a radio (device) that can both send and receive messages."@en ; skos:prefLabel "amateur radio equipment"@en . ### http://umbel.org/umbel/rc/AmateurRadioOperator rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "An instance of AmateurRadioOperator is a person who operates an instance of AmateurRadioEquipment."@en ; skos:prefLabel "amateur radio operator"@en . ### http://umbel.org/umbel/rc/AmateurSportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all amateur sports events. A type of SportsEvent."@en ; skos:prefLabel "amateur sports event"@en ; skos:altLabel "amateur sports events"@en . ### http://umbel.org/umbel/rc/AmateurSportsTeam rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of SportsTeams whose members are not paid for being a member of that team. This collection includes university sports teams, recreational sports teams, etc.; it could also include a team formed of players who normally are members of professional teams, but for some particular competition are playing as an amateur team. Example: the 1998 U.S. Olympic Men's Hockey team had many members who play professionally in the NationalHockeyLeague, but their participation on the Olympic team was not for pay, so the team is considered amateur."@en ; skos:prefLabel "amateur sports team"@en ; skos:altLabel "amateur sports teams"@en . ### http://umbel.org/umbel/rc/AmateurSportsTeamTypeBySponsor rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , , ; skos:definition "A collection of collections. Each instance is a spec of AmateurSportsTeam whose instances are all of the same sponsor."@en ; skos:prefLabel "type of amateur sports team classified by sponsor"@en ; skos:altLabel "types of amateur sports team classified by sponsor"@en . ### http://umbel.org/umbel/rc/AmateurVideoCamera rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The class of VideoCameras used by amateurs."@en ; skos:altLabel "amateur video camera"@en , "amateur video cameras"@en , "cam"@en ; skos:prefLabel "camcorder"@en ; skos:altLabel "camcorders"@en , "cams"@en . ### http://umbel.org/umbel/rc/Amateur_astronomer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all amateur astronomers. A type of Astronomer."@en ; skos:prefLabel "amateur astronomer"@en ; skos:altLabel "amateur astronomers"@en . ### http://umbel.org/umbel/rc/Amateur_astronomy rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition """The collection of all instances of (PracticeFn Astronomy) that are also instances of HobbyActivity. In other words, it is the collection of the events in which one studies and practices Astronomy as a hobby."""@en ; skos:prefLabel "amateur astronomy"@en ; skos:altLabel "astronomy as a hobby"@en , "astronomy practiced as a hobby"@en . ### http://umbel.org/umbel/rc/Amateur_aviation rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "The collection of all amateur aviation. A type of (PracticeFn Aviation) and HobbyActivity."@en ; skos:prefLabel "amateur aviation"@en . ### http://umbel.org/umbel/rc/Amateur_fashion_model rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all amateur fashion models. A type of FashionModel."@en ; skos:prefLabel "amateur fashion model"@en ; skos:altLabel "amateur model"@en . ### http://umbel.org/umbel/rc/Amateur_film_director rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all amateur film directors. A type of Director_Movie."@en ; skos:prefLabel "amateur film director"@en ; skos:altLabel "amateur filmmaker"@en , "amateur movie director"@en . ### http://umbel.org/umbel/rc/AmawalkReservoir rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "A HeadwaterReservoir in the CrotonReservoirSystem segment of the NewYorkCityWaterSupply system. Its outflow travels to the MuscootReservoir."@en ; skos:prefLabel "Amawalk Reservoir"@en . ### http://umbel.org/umbel/rc/AmazonRainForest rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "the Amazon rain forest"@en . ### http://umbel.org/umbel/rc/AmazonRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Amazon"@en ; skos:definition "one of the principal rivers of the world"@en ; skos:altLabel "the Amazon"@en ; skos:prefLabel "the Amazon River"@en . ### http://umbel.org/umbel/rc/Amazon_Warrior rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "Amazon_Warriors (the Amazons) were each one of a nation of FemaleHuman warriors of ancient Scythia who burned off the right Breast in order to use a Bow_Weapon and Arrow more effectively. Female warriors in any nation are sometimes called 'amazons'. (The word 'amazon' has also become a nick-name for BigBeautifulWoman in the 1990's.)"@en ; skos:prefLabel "amazon"@en ; skos:altLabel "amazons"@en . ### http://umbel.org/umbel/rc/AmazonasTerritoryVenezuela rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Amazonas"@en ; skos:definition "Amazonas: a Territory of Venezuela."@en . ### http://umbel.org/umbel/rc/Ambassador rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A collection of persons; a subset of Diplomat. Each element of Ambassador is a person who is the officially appointed chief representative of a country's government in dealing with another government or an international organization. For example, the collection Ambassador includes the U.S. ambassadors to Japan, Russia, China_PeoplesRepublic, and other countries, and also the U.S. ambassador to the UnitedNationsOrganization. A country sends an ambassador to another country only if it officially recognizes that country's sovereign status; e.g., currently there is no U.S. ambassador to Taiwan_RepublicOfChina."@en ; skos:altLabel "Ambassadors"@en ; skos:prefLabel "ambassador"@en ; skos:altLabel "ambassadorial"@en , "ambassadors"@en . ### http://umbel.org/umbel/rc/Amber rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all pieces of amber, a fossil resin that is often found in decorative items. Amber is yellow to brown in color."@en ; skos:prefLabel "amber"@en . ### http://umbel.org/umbel/rc/AmbidextrousHuman rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A specialization of HomoSapiens. Each instance of AmbidextrousHuman is a human who is able to use both hands with approximately equal facility."@en ; skos:altLabel "ambidextrous people"@en ; skos:prefLabel "ambidextrous person"@en ; skos:altLabel "ambidextrous persons"@en . ### http://umbel.org/umbel/rc/AmbientMusicPerformer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of individuals or groups that perform ambient music."@en ; skos:prefLabel "ambient music performer"@en . ### http://umbel.org/umbel/rc/Ambivalence rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:prefLabel "ambivalence"@en ; skos:altLabel "ambivalency"@en . ### http://umbel.org/umbel/rc/Amblygonite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all amblygonite. A type of Mineral. Amblygonite is an ExistingStuffType."@en ; skos:prefLabel "amblygonite"@en . ### http://umbel.org/umbel/rc/Amblyopia rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A collection of AilmentConditions. Each instance is an eye disorder that causes dimness of vision. It may be gradual or sudden in onset and can be permanent or transient. The condition commonly known as 'lazy eye' is a form of Amblyopia."@en ; skos:altLabel "amblyopia"@en ; skos:prefLabel "lazy eye"@en ; skos:altLabel "lazy eyes"@en . ### http://umbel.org/umbel/rc/Ambulance rdf:type owl:Class ; rdfs:subClassOf :Products , , , , , ; skos:definition "Ambulance is a specialization of RescueVehicle, EmergencyVehicle, and SpecialPurposeVehicle. Each instance of Ambulance is a road vehicle equipped primarily for transporting wounded, injured, or sick persons."@en ; skos:prefLabel "ambulance"@en ; skos:altLabel "ambulances"@en . ### http://umbel.org/umbel/rc/Ambulation rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel ; skos:definition "A specialization of Locomotion_SolidSurface: the collection of all locomotion events on solid surfaces in which an Animal moves by lifting its feet, moving them through the air, and setting them down in a new location. Includes walking (cf. Walking_Generic), Running, skipping, trotting, etc."@en ; skos:altLabel "ambulate"@en , "ambulated"@en , "ambulates"@en , "ambulating"@en ; skos:prefLabel "ambulation"@en ; skos:altLabel "had ambulated"@en , "has ambulated"@en , "have ambulated"@en , "will ambulate"@en , "will have ambulated"@en . ### http://umbel.org/umbel/rc/AmbushAndSnipingExpert rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "An instance of PersonTypeByActivity and a specialization of Person. Each instance of this collection is an individual who is at least somewhat proficient in sniping and other ambush tactics and does so or trains to do so on a fairly regular basis."@en ; skos:prefLabel "ambush and sniping expert"@en . ### http://umbel.org/umbel/rc/AmbushSite rdf:type owl:Class ; rdfs:subClassOf :Workplaces , , ; skos:definition "The collection of all ambush sites. A type of MobilityLimitingTerrain, OffensivelyAdvantageousTerrain, TacticalPoint, ConcealmentProvidingTerrain, CoverProvidingTerrain, and ObservationFacilitatingTerrain. The collection AmbushSite is an #$RKF-SME-TerrainType, a SpatiallyDisjointObjectType, and a TacticalTerrainType."@en ; skos:prefLabel "ambush site"@en ; skos:altLabel "ambush sites"@en . ### http://umbel.org/umbel/rc/AmbushingATangible rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition """A specialization of SurpriseAttack. Each instance of this collection is an event in which a surprise attack is launched against an instance of PartiallyTangible. Typically, an ambush has been set up on a route and the target moves into the ambush."""@en ; skos:altLabel "ambush"@en , "ambushed"@en , "ambushes"@en ; skos:prefLabel "ambushing"@en ; skos:altLabel "had ambushed"@en , "has ambushed"@en , "have ambushed"@en , "will ambush"@en , "will have ambushed"@en . ### http://umbel.org/umbel/rc/AmbushingAnEnemy rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "A collection of instances of MilitaryAction, characterized by the assigned unit's mounting a surprise offensive against a designated hostile unit."@en ; skos:altLabel "ambush"@en , "ambushed"@en , "ambushes"@en ; skos:prefLabel "ambushing"@en ; skos:altLabel "had ambushed"@en , "has ambushed"@en , "have ambushed"@en , "military ambush"@en , "military ambushes"@en , "roadside ambush"@en , "roadside ambushes"@en , "will ambush"@en , "will have ambushed"@en . ### http://umbel.org/umbel/rc/Amdoxovir rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The collection of all DAPD (Amdoxovir). A type of #$DrugProduct. Amdoxovir is a #$NucleosideReverseTrancriptaseInhibitorDrugClass, a PharmaceuticalType, and a GenericPharmacyProductType_NameOnly."@en ; skos:prefLabel "amdoxovir"@en . ### http://umbel.org/umbel/rc/Amendment_PCW rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A sub-collection of TextualPCW. Each instance is a statement that is added to or revises or improves a proposal or document (a bill or constitution etc.)."@en ; skos:prefLabel "amendment PCW"@en . ### http://umbel.org/umbel/rc/Amenity rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "Features conducive to material comfort or convenience, or that enhance the value of a HumanOccupationConstruct."@en ; skos:prefLabel "amenities"@en . ### http://umbel.org/umbel/rc/AmericanAutomobile rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "American automobile"@en , "American automobiles"@en ; skos:prefLabel "American car"@en ; skos:altLabel "American cars"@en ; skos:definition "The collection of all American cars. A type of Automobile_GasolineEngine. The collection AmericanAutomobile is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/AmericanBasketballAssociation rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:definition "A now-defunct competitor of the NationalBasketballAssociation. The ABA distinguished itself from the NBA by featuring a high-speed, open-court, offensive-minded style of play, as well as a three-point shot and a dunk-contest. All of these elements, as well as the ABA's better teams, were eventually incorporated by the NBA."@en ; skos:altLabel "American Basketball Association"@en ; skos:prefLabel "the ABA"@en . ### http://umbel.org/umbel/rc/AmericanBison rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:prefLabel "American bison"@en ; skos:altLabel "Bison bovidae"@en ; skos:definition "The collection of all American bison. A type of Buffalo. AmericanBison is a BiologicalTaxon."@en ; skos:altLabel "bison"@en . ### http://umbel.org/umbel/rc/AmericanBlackBear rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "American black bear"@en ; skos:definition "The collection of all American black bears. A type of Bear_Animal. AmericanBlackBear is a BiologicalSpecies."@en ; skos:altLabel "Ursus arctos"@en . ### http://umbel.org/umbel/rc/AmericanBuryingBeetle rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "American burying Beetle"@en ; skos:altLabel "Nicrophorus americanus"@en , "giant carrion beetle"@en . ### http://umbel.org/umbel/rc/AmericanChaffseed rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:prefLabel "American chaffseed"@en ; skos:altLabel "Schwalbea americana"@en . ### http://umbel.org/umbel/rc/AmericanCoot rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:prefLabel "American coot"@en ; skos:altLabel "Fulica americana"@en ; skos:definition "The collection of all American coots. A type of Coot. AmericanCoot is a BiologicalSubspecies."@en . ### http://umbel.org/umbel/rc/AmericanCrocodile rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "American Crocodile"@en ; skos:altLabel "Crocodylus acutus"@en ; skos:definition "The collection of all American Crocodiles. A type of Crocodile. AmericanCrocodile is an Endangered_OrganismTypeByExistentialThreatLevel and a BiologicalSpecies."@en . ### http://umbel.org/umbel/rc/AmericanDepositoryReceipt rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:altLabel "American Depositary Receipt"@en , "American Depositary Receipts"@en , "American Depositary receipt"@en , "American Depositary receipts"@en , "American Depository Receipts"@en ; skos:prefLabel "American Depository receipt"@en ; skos:altLabel "American Depository receipts"@en ; skos:definition "The collection of all American depository receipts (ADR). A type of DepositoryReceipt. AmericanDepositoryReceipt is a DepositoryReceiptTypeByPolityOfIssue."@en . ### http://umbel.org/umbel/rc/AmericanEnglishDialect rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "American English"@en ; skos:definition "The LanguageDialect of the EnglishLanguage spoken in the UnitedStatesOfAmerica."@en . ### http://umbel.org/umbel/rc/AmericanHistory rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:altLabel "American history"@en ; skos:prefLabel "U.S. history"@en ; skos:definition "U.S. history: a LiberalArtsFieldOfStudy."@en . ### http://umbel.org/umbel/rc/AmericanHockeyLeague rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "the American Hockey League"@en . ### http://umbel.org/umbel/rc/AmericanKennelClub rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "The American Kennel Club"@en . ### http://umbel.org/umbel/rc/AmericanLarchTree rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:altLabel "Alaskan larch tree"@en , "Alaskan larch trees"@en , "American larch tree"@en , "American larch trees"@en , "Eastern larch tree"@en , "Eastern larch trees"@en , "Larix laricina"@en ; skos:definition "The collection of all hackmatacks. A type of LarchTree. AmericanLarchTree is a BiologicalSpecies and a SpatiallyDisjointObjectType."@en ; skos:altLabel "american larch"@en , "american larches"@en , "black larch"@en , "black larch tree"@en , "black larch trees"@en , "black larches"@en ; skos:prefLabel "hackmatack"@en ; skos:altLabel "hackmatacks"@en , "tamarack"@en , "tamarack larch tree"@en , "tamarack larch trees"@en , "tamaracks"@en . ### http://umbel.org/umbel/rc/AmericanLeagueCentral_Baseball rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:altLabel "AL Central"@en ; skos:prefLabel "American League Central"@en . ### http://umbel.org/umbel/rc/AmericanLeagueEast_Baseball rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "American League East"@en . ### http://umbel.org/umbel/rc/AmericanLeagueWest_Baseball rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "American League West"@en . ### http://umbel.org/umbel/rc/AmericanLeague_Baseball rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:altLabel "American League"@en ; skos:prefLabel "the American League"@en . ### http://umbel.org/umbel/rc/AmericanPeregrineFalcon rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "American peregrine falcon"@en ; skos:altLabel "Falco peregrinus anatum"@en ; skos:definition "The collection of all American peregrine falcons. A type of Falcon. AmericanPeregrineFalcon is a Threatened_OrganismTypeByExistentialThreatLevel and a BiologicalSubspecies."@en . ### http://umbel.org/umbel/rc/AmericanRevolution rdf:type owl:Class ; rdfs:subClassOf :Events ; skos:definition "An instance of Revolution_Political. The AmericanRevolution is the complex series of events that lead up to the #$AmericanRevolutionaryWar and include the formation of the UnitedStatesFederalGovernment."@en ; skos:prefLabel "the American Revolution"@en . ### http://umbel.org/umbel/rc/AmericanRevolutionaryLeader rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A sub-collection of NationalistLeader. Each instance is a nationalist leader in the American Revolution and in the creation of the United States."@en ; skos:prefLabel "American Revolutionary leader"@en ; skos:altLabel "American Revolutionary leaders"@en . ### http://umbel.org/umbel/rc/AmericanRhea rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "A specialization of Rhea. Each instance of AmericanRhea is a large flightless bird native to South America. The American Rhea is the larger of the two species of Rhea."@en ; skos:prefLabel "American rhea"@en ; skos:altLabel "American rheas"@en , "Rhea americanus"@en . ### http://umbel.org/umbel/rc/AmericanSamoa rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "American Samoa"@en ; skos:definition "American Samoa: a Territory_US."@en . ### http://umbel.org/umbel/rc/AmericanSamoaAncientCivilization rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AmericanSignLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "American Sign Language"@en ; skos:definition """The language commonly used by deaf people in the United States. Note that American Sign Language is syntactically and semantically distinct from English and from various forms of 'signed English.'"""@en . ### http://umbel.org/umbel/rc/AmericanSouthwestConference rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:altLabel "American Southwest"@en ; skos:prefLabel "American Southwest Conference"@en . ### http://umbel.org/umbel/rc/AmericanStudies rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:prefLabel "American studies"@en ; skos:definition "American studies: an AreaStudies."@en ; skos:altLabel "U.S. studies"@en , "US studies"@en . ### http://umbel.org/umbel/rc/AmericanStyleFastFoodCuisine rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:definition "The collection of instances of what many American residents (of all ethnic and subcultural backgrounds) tend to think of as `standard' American-style fast food. The kinds of foods sold at BurgerKing, McDonalds, KentuckyFriedChicken, Arby's, TacoBell, etc. would be central specs of this category. The fast food at Runzas would probably be peripheral everywhere, in a class by itself"@en ; skos:prefLabel "fast-food"@en ; skos:altLabel "fast-foods"@en . ### http://umbel.org/umbel/rc/AmericanWaterSpaniel rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A collection of dogs."@en ; skos:prefLabel "American Water spaniel"@en ; skos:altLabel "American Water spaniels"@en . ### http://umbel.org/umbel/rc/American_football_equipment rdf:type owl:Class ; rdfs:subClassOf ; skos:prefLabel "American football equipment"@en ; skos:definition "The collection of all football game equipment. A SetOrCollectionType."@en ; skos:altLabel "football game equipment"@en . ### http://umbel.org/umbel/rc/Americium rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , ; skos:definition "A collection of pieces of material. Each piece is a RadioactiveObject of Americium; typically, these will be tightly bound into solid form."@en ; skos:altLabel "Am"@en ; skos:prefLabel "americium"@en . ### http://umbel.org/umbel/rc/Amethyst_Gem rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "A SemipreciousStone which is purple in color and translucent."@en ; skos:prefLabel "amethyst"@en ; skos:altLabel "amethysts"@en . ### http://umbel.org/umbel/rc/AmharicLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:altLabel "Abyssinian"@en , "Amarinya"@en ; skos:prefLabel "Amharic"@en ; skos:definition "Ethiopic language"@en . ### http://umbel.org/umbel/rc/AmideIon rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition """A specialization of PolyatomicAnion. Each instance of AmideIon is a sample of NH2(-)."""@en ; skos:prefLabel "amide ion"@en ; skos:altLabel "amide ions"@en . ### http://umbel.org/umbel/rc/Amine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "Organic Nitrogen compounds."@en ; skos:prefLabel "amine"@en ; skos:altLabel "amines"@en . ### http://umbel.org/umbel/rc/AminoAcid rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition """A collection of organic compounds that are the building blocks for ProteinMolecules. AminoAcids contain an amino (-NH2) and a carboxyl (-COOH) group. One way to partition this collection is according to the side chains: acidic, basic, uncharged polar, and nonpolar. Another collection division is that of amino acids required for protein synthesis and not synthesized by humans, essential amino acids, and those amino acids required for protein synthesis but are synthesized by humans, non-essential amino acids."""@en ; skos:altLabel "Amino Acids"@en ; skos:prefLabel "amino acid"@en ; skos:altLabel "amino acids"@en . ### http://umbel.org/umbel/rc/AminoAcidTypeByChemicalSpecies rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "This type level collection (see CollectionType) is a partition on AminoAcid: each instance (each "cell" in the partition) is one of the cardinal specializations of AminoAcid whose instances serve as building blocks of proteins: e.g., Alanine, Cysteine, Aspartic Acid, Glycine, etc."@en ; skos:altLabel "amino acid type"@en , "amino acid types"@en , "kind of amino acid"@en , "kinds of amino acid"@en , "type of amino acid"@en ; skos:prefLabel "type of amino acid classified by chemical species"@en ; skos:altLabel "types of amino acid"@en , "types of amino acid classified by chemical species"@en . ### http://umbel.org/umbel/rc/AminoRadical rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all amino (NH2-) radicals. A type of MolecularRadical. AminoRadical is a ChemicalObjectTypeByChemicalSpecies."@en ; skos:altLabel "amino group"@en , "amino groups"@en ; skos:prefLabel "amino radical"@en ; skos:altLabel "amino radicals"@en . ### http://umbel.org/umbel/rc/Amir_HeadOfState rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all Amirs (Emirs) of countries or emirates. Amir is an islamic title of nobility."@en ; skos:prefLabel "amir"@en ; skos:altLabel "amirs"@en , "emir"@en , "emirs"@en . ### http://umbel.org/umbel/rc/AmishReligion rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "A very strict sub-religion of the Mennonite religion. Believers live a very simple life, shunning modern society and its technological advances."@en ; skos:prefLabel "Amish"@en . ### http://umbel.org/umbel/rc/Ammonia rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , , ; skos:altLabel "NH3"@en ; skos:definition "The collection of all volumes of ammonia gas, NH3. This collection does not refer to the household product called ammonia, which is a solution or Ammonia in Water."@en ; skos:prefLabel "ammonia"@en ; skos:altLabel "ammonia gas"@en . ### http://umbel.org/umbel/rc/AmmoniaAndAmmoniumSalts rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "The collection of samples of Ammonia and salts made from the ammonium ion. This collection is designed to serve as a mapping target for SKSI database queries."@en ; skos:altLabel "the union of ammonia and salts in the sets of ?OBJ such that ammonium ions are the type of cation found in ?OBJ"@en , "the union of { ammonia , the subset of saline things that are members of the sets of ?OBJ such that ammonium ions are the type of cation found in ?OBJ }"@en , "the union of { ammonia , the subset of saline things that are members of the sets of ?OBJ such that cationTypeOfIonicCompoundType holds of ?OBJ ammonium ion }"@en , "the union of { ammonia , the subset of saline things that are members of the sets of ?OBJ such that forAll holds of ?OBJ ammonium ions are the type of cation found in ?OBJ }"@en , "the union of { ammonia , the subset of saline things that are members of the sets of ?OBJ such that forAll holds of ?OBJ cationTypeOfIonicCompoundType holds of ?OBJ ammonium ion }"@en , "the union of { ammonia , the subset of salts that are members of the sets of ?OBJ such that ammonium ions are the type of cation found in ?OBJ }"@en , "the union of { ammonia , the subset of salts that are members of the sets of ?OBJ such that cationTypeOfIonicCompoundType holds of ?OBJ ammonium ion }"@en , "the union of { ammonia , the subset of salts that are members of the sets of ?OBJ such that forAll holds of ?OBJ ammonium ions are the type of cation found in ?OBJ }"@en , "the union of { ammonia , the subset of salts that are members of the sets of ?OBJ such that forAll holds of ?OBJ cationTypeOfIonicCompoundType holds of ?OBJ ammonium ion }"@en ; skos:prefLabel "the union of { ammonia, salts in the sets of ?OBJ such that ammonium ions are the type of cation found in every compound decomposable into ions }"@en . ### http://umbel.org/umbel/rc/Ammonia_solution rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , ; skos:definition "The collection of all ammonia solution. A type of AqueousSolution and LiquidTangibleThing."@en ; skos:prefLabel "ammonia solution"@en ; skos:altLabel "household ammonia"@en , "solution of liquid H2O and NH3"@en , "solution of liquid H2O and ammonia"@en , "solution of liquid H2O and ammonia gas"@en , "solution of liquid water and NH3"@en , "solution of liquid water and ammonia"@en , "solution of liquid water and ammonia gas"@en , "solution of water and NH3"@en , "solution of water and ammonia"@en , "solution of water and ammonia gas"@en . ### http://umbel.org/umbel/rc/AmmoniumBromide rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , ; skos:definition "An instance of ChemicalCompoundTypeByChemicalSpecies and a specialization of Salt_ChemicalSubstance. Each instance of AmmoniumBromide is a sample of the compound NH4Br."@en ; skos:altLabel "NH4Br"@en ; skos:prefLabel "ammonium bromide"@en . ### http://umbel.org/umbel/rc/AmmoniumCarbonate rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , ; skos:altLabel "(NH4)2CO3"@en ; skos:definition "An instance of IonicCompoundType and a specialization of InorganicCompound. Each instance of AmmoniumCarbonate is a sample of the compound (NH4)2CO3."@en ; skos:prefLabel "ammonium carbonate"@en ; skos:altLabel "carbonic acid ammonium salt"@en , "carbonic acid diammonium salt"@en , "diammonium carbonate"@en . ### http://umbel.org/umbel/rc/AmmoniumChloride rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , ; skos:altLabel "NH4Cl"@en ; skos:prefLabel "ammonium chloride"@en . ### http://umbel.org/umbel/rc/AmmoniumHydroxide rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , ; skos:altLabel "NH4OH"@en ; skos:definition "The chemical compound created in Solutions of Ammonia and Water."@en ; skos:altLabel "ammonia water"@en , "ammonium hydrate"@en ; skos:prefLabel "ammonium hydroxide"@en ; skos:altLabel "aqueous ammonia"@en . ### http://umbel.org/umbel/rc/AmmoniumIon rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "The collection of ammonium ions. See (ChemicalSubstanceFn AmmoniumIon)."@en ; skos:prefLabel "ammonium ion"@en ; skos:altLabel "ammonium ions"@en . ### http://umbel.org/umbel/rc/AmmoniumNitrate rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , , , ; skos:definition "An instance of ChemicalCompoundTypeByChemicalSpecies. Ammonium Nitrate is marketed as a Fertilizer, and is the main ingredient in the HighExplosive, ANFO."@en ; skos:altLabel "NH4NO3"@en ; skos:prefLabel "ammonium nitrate"@en . ### http://umbel.org/umbel/rc/AmmoniumPhosphate rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , , ; skos:definition """A chemical compound. Each instance of AmmoniumPhosphate is a sample of the compound NH4H2PO4."""@en ; skos:altLabel "NH4H2PO4"@en , "ammonium biphosphate"@en , "ammonium dihydrogen phosphate"@en ; skos:prefLabel "ammonium phosphate"@en ; skos:altLabel "ammonium phosphate monobasic"@en , "phosphoric acid monoammonium salt"@en . ### http://umbel.org/umbel/rc/AmmoniumPicrate rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "A specialization of HighExplosive. Ammonium picrate was patented by Alfred Nobel in 1888 for dynamites. It is relatively stable and has seen broad military use."@en ; skos:altLabel "C6H2(NO2)3ONH4"@en , "Dunnite"@en , "ammonium picrate"@en ; skos:prefLabel "trinitrophenolate"@en . ### http://umbel.org/umbel/rc/AmmoniumSulfate rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , , ; skos:altLabel "(NH4)2SO4"@en ; skos:definition "An instance of IonicCompoundType and a specialization of InorganicCompound. Each instance of AmmoniumSulfate is a sample of the compound (NH4)2SO4."@en ; skos:prefLabel "ammonium sulfate"@en . ### http://umbel.org/umbel/rc/Ammunition rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all ammunition. A type of group of devices."@en ; skos:altLabel "ammo"@en ; skos:prefLabel "ammunition"@en ; skos:altLabel "group of bullets"@en , "group of rounds"@en . ### http://umbel.org/umbel/rc/AmmunitionBelt rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:definition """Instances of AmmunitionBelt are belts that hold groups of projectiles (bullets, usually). The belt is attached to an AutomaticFirearm_BeltFed. When the firearm is discharged, projectiles are dislodged from the belt and projected from the weapon. A mechanism in the weapon advances the belt so as to put another projectile in place."""@en ; skos:altLabel "ammo belt"@en , "ammo belts"@en ; skos:prefLabel "ammunition belt"@en ; skos:altLabel "ammunition belts"@en . ### http://umbel.org/umbel/rc/AmmunitionShip rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of military ships intended for use in ammunition re-supply."@en ; skos:prefLabel "ammunition ship"@en . ### http://umbel.org/umbel/rc/Amnesty rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:altLabel "amnesties"@en ; skos:prefLabel "amnesty"@en . ### http://umbel.org/umbel/rc/AmnioticSac rdf:type owl:Class ; rdfs:subClassOf :Animals , , , ; skos:definition "The collection of all amniotic sacs (or 'amnions'). An individual member of this collection is a sac (Sac_Organic) filled with amniotic fluid surrounding a mammalian Fetus. Amniotic sacs are considered to be part of the Embryo along with the Fetus and Placenta_FetalPortion. A human AmnioticSac is formed two months after fertilization of a human egg (Ovum) and exists inside the maternal Uterus. The remains of the Placenta and AmnioticSac are expelled from the Uterus after the fetus(es) are born."@en ; skos:altLabel "amnia"@en , "amnion"@en , "amnions"@en ; skos:prefLabel "amniotic sac"@en ; skos:altLabel "amniotic sacs"@en . ### http://umbel.org/umbel/rc/Amoeba rdf:type owl:Class ; rdfs:subClassOf :ProtistsFungus , ; skos:definition "A collection of Protozoan distinguyished by having no definite form and consisting of a mass of protoplasm containing one or more nuclei surrounded by a flexible outer membrane. It moves by means of pseudopods. Some instances are instances of ParasiticOrganism."@en ; skos:prefLabel "amoeba"@en ; skos:altLabel "amoebae"@en , "amoebas"@en . ### http://umbel.org/umbel/rc/AmorphousThing rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel . ### http://umbel.org/umbel/rc/Amortisation rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all amortization. A type of following a payment plan with installments of equal value and repay an amortized loan."@en ; skos:prefLabel "amortisation"@en ; skos:altLabel "amortise"@en , "amortised"@en , "amortises"@en , "amortising"@en , "amortization"@en , "amortize"@en , "amortized"@en , "amortizes"@en , "amortizing"@en , "following an amortization schedule"@en , "had amortised"@en , "had amortized"@en , "has amortised"@en , "has amortized"@en , "have amortised"@en , "have amortized"@en , "will amortise"@en , "will amortize"@en , "will have amortised"@en , "will have amortized"@en . ### http://umbel.org/umbel/rc/AmortizationSchedule rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy ; skos:definition "The collection of all amortization schedules. A type of PaymentPlanWithEqualValueInstallments."@en ; skos:prefLabel "amortization schedule"@en ; skos:altLabel "amortization schedules"@en . ### http://umbel.org/umbel/rc/AmortizedLoan rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "The collection of all amortized loans. A type of InstallmentLoan. AmortizedLoan is a LoanAgreementTypeByPaymentTerms."@en ; skos:prefLabel "amortized loan"@en ; skos:altLabel "amortized loans"@en . ### http://umbel.org/umbel/rc/Amoxicillin rdf:type owl:Class ; rdfs:subClassOf ; skos:altLabel "C16H19N3O5S"@en ; skos:definition "The chemical compound which is an antibiotic."@en ; skos:prefLabel "amoxicillin"@en . ### http://umbel.org/umbel/rc/Ampere rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "An instance of SIUnitOfMeasure_Base. Ampere is the standard unit of ElectricalCurrentLevel, equivalent to a 1-Coulomb flow of current, or 1 Volt across a resistance of 1 Ohm."@en ; skos:prefLabel "ampere"@en ; skos:altLabel "amperes"@en . ### http://umbel.org/umbel/rc/Amphetamine rdf:type owl:Class ; rdfs:subClassOf , , , ; skos:definition "Drugs which are used to reduce the appetite while dieting and/or to treat colds or hay fever."@en ; skos:prefLabel "amphetamine"@en ; skos:altLabel "amphetamines"@en , "pep pill"@en , "pep pills"@en . ### http://umbel.org/umbel/rc/AmphiArthrodialJoint rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "An AmphiArthrodialJoint is a Joint_AnimalBodyPart in which the bones are connected with slight mobility in all directions."@en ; skos:prefLabel "amphiarthrodial joint"@en ; skos:altLabel "amphiarthrodial joints"@en . ### http://umbel.org/umbel/rc/Amphibian rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A specialization of Poikilotherm and Vertebrate. Each instance of Amphibian isa a cold-blodded and smooth-skinned vertebrate that hatches from an egg to form an aquatic larva (see Larva), which then metamorphoses into an air-breathing adult (see AirBreathingVertebrate). Important subcollections include Frog and Salamander."@en ; skos:prefLabel "amphibian"@en ; skos:altLabel "amphibians"@en . ### http://umbel.org/umbel/rc/AmphibiousAssault rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A sub-collection of AmphibiousOperation. Each instance is an amphibious operation attacking a land base that is carried out by troops that are landed by naval ships."@en ; skos:prefLabel "amphibious assault"@en ; skos:altLabel "amphibious assaults"@en . ### http://umbel.org/umbel/rc/AmphibiousAssaultShip rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of amphibious craft intended to be used as primary landing ships in an amphibious attack."@en ; skos:prefLabel "amphibious assault ship"@en ; skos:altLabel "amphibious assault ships"@en . ### http://umbel.org/umbel/rc/AmphibiousCargoShip rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of amphibious craft intended for use in cargo transport."@en ; skos:prefLabel "amphibious cargo ship"@en ; skos:altLabel "amphibious cargo ships"@en . ### http://umbel.org/umbel/rc/AmphibiousCommandShip rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A collection. Amphibious command military watercraft, which are intended to provide command and control in major amphibious operations."@en ; skos:prefLabel "amphibious command ship"@en ; skos:altLabel "amphibious command ships"@en . ### http://umbel.org/umbel/rc/AmphibiousOperation rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A sub-collection of MilitaryOperation. Each instance is a military operation by both land and sea forces."@en ; skos:prefLabel "amphibious operation"@en ; skos:altLabel "amphibious operations"@en . ### http://umbel.org/umbel/rc/AmphibiousTransportDock rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of military amphibious transport docks. These craft are used to transport and land Marines and their equipment by embarked landing craft or amphibious vehicles augmented by helicopters in amphibious assault."@en ; skos:prefLabel "amphibious transport dock"@en ; skos:altLabel "amphibious transport docks"@en . ### http://umbel.org/umbel/rc/AmphibiousVehicle rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of TransportationDevice_Vehicles that can cross land as well as water. Some instances are Ships that have special means to go on land AmphibiousCargoShip whereas others are LandTransportationDevices that can 'swim' accross water, e.g. ArmoredPersonnelCarrier_M113. "@en ; skos:prefLabel "amphibious vehicle"@en ; skos:altLabel "amphibious vehicles"@en . ### http://umbel.org/umbel/rc/AmphibiousWarfareShip rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of ships used in amphibious warfare."@en ; skos:prefLabel "amphibious warfare ship"@en ; skos:altLabel "amphibious warfare ships"@en . ### http://umbel.org/umbel/rc/Amphitheater rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "An oval or circular structure with rising tiers of seats about a stage or open space."@en ; skos:prefLabel "amphitheater"@en ; skos:altLabel "amphitheaters"@en , "amphitheatre"@en , "amphitheatres"@en . ### http://umbel.org/umbel/rc/Amphitrichous rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of Bacterium that have 2 flagella which are on opposite sides of the cell."@en ; skos:prefLabel "amphitrichous"@en . ### http://umbel.org/umbel/rc/AmphotericSubstanceType rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , ; skos:definition "A specification of ChemicalSubstanceType. The collection of all instances of ChemicalSubstanceType that are instances of both AcidType_Lewis and BaseType_Lewis."@en ; skos:prefLabel "amphoteric substance"@en ; skos:altLabel "amphoteric substances"@en . ### http://umbel.org/umbel/rc/Amplifier rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A collection of devices; a subset of ElectronicComponent. Each instance of Amplifier is a device used for increasing the amplitude of a signal passing through it."@en ; skos:altLabel "amplifier"@en , "amplifiers"@en ; skos:prefLabel "integrated amplifier"@en ; skos:altLabel "integrated amplifiers"@en . ### http://umbel.org/umbel/rc/Ampule rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The Collection of all ampules. An ampule is a small, completely-sealed glass tube that is broken to release the contents. (e.g., smelling salts, or measured saline solution for asthma spiration machines.)"@en ; skos:altLabel "ampoule"@en , "ampoules"@en ; skos:prefLabel "ampule"@en ; skos:altLabel "ampules"@en . ### http://umbel.org/umbel/rc/Amputation rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of all amputation, which are events in which large parts of bodies are removed. A type of CuttingOffAPiece, SurgicalTreatment, and RemovalSurgery. The collection Amputation is an AccomplishmentType and a SkilledActivityType."@en ; skos:altLabel "amputate"@en , "amputated"@en , "amputates"@en , "amputating"@en ; skos:prefLabel "amputation"@en ; skos:altLabel "amputations"@en , "had amputated"@en , "has amputated"@en , "have amputated"@en , "will amputate"@en , "will have amputated"@en . ### http://umbel.org/umbel/rc/AmuDaryaRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "central Asian river"@en ; skos:prefLabel "the Amu Darya River"@en . ### http://umbel.org/umbel/rc/AmurRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Amur"@en ; skos:definition "river of NE Asia"@en ; skos:altLabel "the Amur"@en ; skos:prefLabel "the Amur River"@en . ### http://umbel.org/umbel/rc/AmusementPark rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "A specialization of OutdoorRecreationArea. This is the collection of all amusement parks. An amusement park can be as elaborate and permanent as Disneyworld_TouristAttraction or as makeshift and transitory as amusement parks whose facilities are moved from location to location during the summer."@en ; skos:prefLabel "amusement park"@en ; skos:altLabel "amusement parks"@en , "theme park"@en , "theme parks"@en . ### http://umbel.org/umbel/rc/AmusementParkOperator rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "The collection of all EntertainmentOrRecreationOrganizations that operate, manage or otherwise run instances of AmusementPark."@en ; skos:prefLabel "amusement park operater"@en ; skos:altLabel "amusement park operaters"@en . ### http://umbel.org/umbel/rc/AmusementParkRide rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Devices which move people around a fixed area for amusement. Usually found at carnivals and amusement parks."@en ; skos:prefLabel "ride"@en ; skos:altLabel "rides"@en . ### http://umbel.org/umbel/rc/Amygdala rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all amygdalae. An individual Amygdala (or 'amygdaloid body/complex/nucleus') is a BasalNucleus which is a unique part of a TemporalLobe as well as part of the LimbicSystem. An Amygdala is involved in the emotions of rage, aggression, and fear."@en ; skos:prefLabel "amygdala"@en ; skos:altLabel "amygdalas"@en . ### http://umbel.org/umbel/rc/AmyotrophicLateralSclerosis rdf:type owl:Class ; rdfs:subClassOf :Diseases , , , ; skos:altLabel "Lou Gehrig's disease"@en ; skos:definition "The collection of all cases of amyotrophic lateral sclerosis, also known as 'Lou Gehrig's Disease'. A type of ChronicCondition, AilmentCondition, and LifeThreateningCondition. AmyotrophicLateralSclerosis is a PhysiologicalConditionType."@en ; skos:prefLabel "amyotrophic lateral sclerosis"@en . ### http://umbel.org/umbel/rc/AnGiang_ProvinceVietnam rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AnNajafProvinceIraq rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AnabolicSteroid rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "A powerful chemical compound produced either synthetically or derived from the male hormone testosterone. They help stimulate skeletal muscle development and growth and are also responsible for the development and maintenance of secondary sexual characteristics. They are used by some athletes who claim they improve muscle strength and endurance."@en ; skos:prefLabel "anabolic steroid"@en ; skos:altLabel "anabolic steroids"@en . ### http://umbel.org/umbel/rc/Anaconda rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all anacondas. A type of Constrictor. Anaconda is a BiologicalTaxon."@en ; skos:prefLabel "anaconda"@en ; skos:altLabel "anacondas"@en . ### http://umbel.org/umbel/rc/AnaerobicBLO rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "Anaerobic tissues or organisms are those that can live in the absence of oxygen"@en ; skos:altLabel "anaerobic"@en ; skos:prefLabel "anaerobic thing"@en . ### http://umbel.org/umbel/rc/AnaerobicBacterium rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , ; skos:definition "The collection of all instances of Bacterium which do not metabolize oxygen."@en ; skos:altLabel "anaerobic bacteria"@en ; skos:prefLabel "anaerobic bacterium"@en . ### http://umbel.org/umbel/rc/AnaerobicBacterium_Facultative rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of Bacterium that are typically AerobicBacterium, but can still grow under anaerobic conditions, if necessary."@en ; skos:altLabel "facultative anaerobic bacteria"@en ; skos:prefLabel "facultative anaerobic bacterium"@en . ### http://umbel.org/umbel/rc/AnaerobicBacterium_Oxyphobic rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "The collection of all instances of AnaerobicBacterium to which oxygen is actually lethal; i.e., which not only do not metabolize oxygen, but which are actually killed by it."@en ; skos:altLabel "oxyphobic anaerobic bacteria"@en ; skos:prefLabel "oxyphobic anaerobic bacterium"@en . ### http://umbel.org/umbel/rc/AnaerobicPhotosynthesis rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition """A collection of events in which a Phototroph uses energy from sunlight to form energy molecules. In this process, Oxygen is not used or released as a by-product, see instead AerobicPhotosynthesis."""@en ; skos:prefLabel "anaerobic photosynthesis"@en . ### http://umbel.org/umbel/rc/AnaerobicPhysiology rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories . ### http://umbel.org/umbel/rc/Anaeroplasmataceae_Family rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of Bacterium in a BiologicalFamily in the MoneraKingdom that includes the BiologicalGenus of Anaeroplasma_Genus and #$Asteroleplasma-Genus."@en ; skos:prefLabel "Anaeroplasmataceae"@en ; skos:altLabel "Anaeroplasmataceae Family"@en . ### http://umbel.org/umbel/rc/Anaeroplasmatales_Order rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of Bacterium in a BiologicalOrder in the MoneraKingdom. It contains the Anaeroplasmataceae-Family."@en ; skos:altLabel "Anaeroplasmatales"@en ; skos:prefLabel "Anaeroplasmatales Order"@en . ### http://umbel.org/umbel/rc/AnalSex rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of events involving anal penetration of one agent with another agent's penis."@en ; skos:prefLabel "anal sex"@en ; skos:altLabel "butt sex"@en . ### http://umbel.org/umbel/rc/Analcime rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all analcime. A type of Zeolite. Analcime is an ExistingStuffType."@en ; skos:prefLabel "analcime"@en . ### http://umbel.org/umbel/rc/Analgesic rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "Drugs which are used to reduce or relieve pain."@en ; skos:prefLabel "analgesic"@en ; skos:altLabel "analgesics"@en , "pain killer"@en , "pain killers"@en , "pain pill"@en , "pain pills"@en , "painkiller"@en , "painkillers"@en . ### http://umbel.org/umbel/rc/AnalogTelephoneSubscriberLine rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all TelephoneSubscriberLines, whether land lines or cellular, which operate using analog, as opposed to digital signals. See DigitalTelephoneSubscriberLine"@en ; skos:altLabel "analog line"@en , "analog lines"@en ; skos:prefLabel "analog telephone line"@en ; skos:altLabel "analog telephone lines"@en , "analog telephone subscriber line"@en , "analog telephone subscriber lines"@en . ### http://umbel.org/umbel/rc/AnalysisDiagram_CW rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , ; skos:definition "The collection of all analysis diagrams. An analysis diagram is a diagram, often a graph (see Graph_CW), that describes an analysis procedure. Typically, such diagrams identify a series of questions that one must ask in order to reach some conclusion."@en ; skos:prefLabel "analysis diagram"@en ; skos:altLabel "analysis diagrams"@en . ### http://umbel.org/umbel/rc/Analyst rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "Analysts create work for others by pointing out problems and trends. They create the mountains of information that administrators supposedly act on."@en ; skos:prefLabel "analyst"@en ; skos:altLabel "analysts"@en . ### http://umbel.org/umbel/rc/AnalyticStudy_CW rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A specialization of WrittenReportOnSituation_CW. Instances of this collection are written reports which describe some analytic study."@en ; skos:altLabel "analytic brief"@en , "analytic briefs"@en , "analytic studies"@en ; skos:prefLabel "analytic study"@en . ### http://umbel.org/umbel/rc/AnalyticalChemistry rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition """AnalyticalChemistry is the science of making quantitative measurements of properties of chemical compounds. It employs techniques like mass spectrometry, electromagnetic radiation spectroscopy, titration, and gravimetric analysis."""@en ; skos:prefLabel "analytical chemistry"@en . ### http://umbel.org/umbel/rc/Anaphase rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:definition "The collection of events which are the fourth phase of Mitosis. In this phase, the paired chromatids separate to form two daughter chromosomes, and they are pulled to the spindle pole on each side of the dividing cell nucleus. Chromosome separation is aided both by the shortening of the kinetochore microtubules and the spindle poles moving apart."@en ; skos:prefLabel "anaphase"@en ; skos:altLabel "anaphases"@en . ### http://umbel.org/umbel/rc/Anaplasma_Genus rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , ; skos:definition "A collection of all BiologicalSpecies in the Anaplasma_Genus that includes obligate parasites of vertebrates, mostly cattle."@en ; skos:prefLabel "Anaplasma"@en ; skos:altLabel "Anaplasma Genus"@en . ### http://umbel.org/umbel/rc/Anaplasmataceae_Family rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of all BiologicalGenus in the Anaplasmataceae_Family which includes Anaplasma_Genus Aegyptianella_Genus and Haemobartonella_Genus. These ProkaryoticCells are pleomorphic, appearing as rods, cocci, or ring-shapes. They reproduce by binary fission. They are transmitted by arthropods, but may or may not cause disease. Growth is slowed by tetracycline compounds, but not penicillin or streptomycin."@en ; skos:prefLabel "Anaplasmataceae"@en ; skos:altLabel "Anaplasmataceae Family"@en . ### http://umbel.org/umbel/rc/Anarchism rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "Anarchism is a political theory which posits the authority of government is unnecessary and not desirable. A society in which people should freely associate and cooperate voluntarily is advocated. A person who believes in Anarchism prefers Anarchy over any other system of government."@en ; skos:prefLabel "anarchism"@en ; skos:altLabel "anarchist"@en , "anarchistic"@en . ### http://umbel.org/umbel/rc/Anarchist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of instances of Person who believe in Anarchism."@en ; skos:prefLabel "anarchist"@en ; skos:altLabel "anarchists"@en , "believer in anarchism"@en , "believer in anarchy"@en , "believers in anarchism"@en , "believers in anarchy"@en . ### http://umbel.org/umbel/rc/Anarchy rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:definition "A complete or near complete lack of political order. A person who believes in Anarchism would prefer Anarchy over any other system of government."@en ; skos:altLabel "anarchic"@en , "anarchical"@en , "anarchically"@en , "anarchies"@en ; skos:prefLabel "anarchy"@en ; skos:altLabel "lawless"@en , "more anarchically"@en , "most anarchically"@en . ### http://umbel.org/umbel/rc/AnastasiaIslandBeachMouse rdf:type owl:Class ; rdfs:subClassOf :Animals ; skos:prefLabel "Anastasia Island beach mouse"@en ; skos:altLabel "Peromyscus polionotus phasma"@en . ### http://umbel.org/umbel/rc/AnatolianLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Anatolian language"@en ; skos:altLabel "Anatolian languages"@en ; skos:definition "Ancient dead languages of Anatolia and vicinity"@en ; skos:altLabel "the Anatolian language family"@en . ### http://umbel.org/umbel/rc/AnatolianShepherd rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A collection of dogs."@en ; skos:prefLabel "Anatolian shepherd"@en ; skos:altLabel "Anatolian shepherds"@en . ### http://umbel.org/umbel/rc/AnatomicClinicalPathologist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of all anatomic clinical pathologists. A type of AnatomicPathologist and ClinicalPathologist. AnatomicClinicalPathologist is a MedicalSpecialistType."@en ; skos:prefLabel "anatomic clinical pathologist"@en ; skos:altLabel "anatomic clinical pathologists"@en . ### http://umbel.org/umbel/rc/AnatomicPathologist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of doctors who study the structural changes associated with diseases."@en ; skos:prefLabel "anatomic pathologist"@en ; skos:altLabel "anatomic pathologists"@en . ### http://umbel.org/umbel/rc/AnatomicalDirection rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "The set of directions used to describe the orientation of objects in or near an object with an AnimalBodyShapeType. Includes directions related to front and back (e.g., VentralDirection), central and peripheral (DistalDirection), center and sides, and head and toe."@en ; skos:prefLabel "anatomical direction"@en ; skos:altLabel "anatomical directions"@en . ### http://umbel.org/umbel/rc/AnatomicalVessel rdf:type owl:Class ; rdfs:subClassOf :Animals , , , ; skos:definition "The collection of all anatomical vessels in Animals. Instances of this collection are tubular animal tissue which acts as a conduit for body fluids or substances passing into or out of the body."@en ; skos:prefLabel "anatomical vessel"@en . ### http://umbel.org/umbel/rc/Anatomy_FieldOfStudy rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "This is the study of what parts organisms have. It generally applies only to fairly large multi-cellular animals with a variety of tissues and organs."@en ; skos:prefLabel "anatomy"@en . ### http://umbel.org/umbel/rc/Anaximander rdf:type owl:Class ; rdfs:subClassOf :PersonTypes ; skos:prefLabel "Anaximander"@en ; skos:definition "Anaximander was a Pre-Socratic Greek philosopher."@en . ### http://umbel.org/umbel/rc/AnchorRelayLeg rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The last leg of a relay."@en ; skos:prefLabel "anchor relay leg"@en . ### http://umbel.org/umbel/rc/Anchorperson rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "a person who anchors a news program on television or radio"@en ; skos:prefLabel "anchor"@en ; skos:altLabel "anchorman"@en , "anchormen"@en , "anchorpeople"@en , "anchorperson"@en , "anchors"@en . ### http://umbel.org/umbel/rc/Anchorwoman rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all anchorwomen. A type of FemaleHuman."@en ; skos:prefLabel "anchorwoman"@en ; skos:altLabel "anchorwomen"@en . ### http://umbel.org/umbel/rc/Anchovy rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "Any of several species of small, silvery fish eaten by people or used as bait to catch larger fish."@en ; skos:altLabel "anchovies"@en ; skos:prefLabel "anchovy"@en . ### http://umbel.org/umbel/rc/Anchovy_products rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all anchovy products. A type of Anchovy and Product."@en ; skos:prefLabel "anchovy products"@en . ### http://umbel.org/umbel/rc/Ancient rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "This is the attribute of being from ancient times."@en ; skos:altLabel "ancient"@en ; skos:prefLabel "ancient thing"@en . ### http://umbel.org/umbel/rc/AncientCivilization rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:definition "The collection of former instances of GeographicalAgent that thrived during some period of ancient history. Examples include AncientEgypt, ancient Greece, or the Aztec kingdom."@en ; skos:prefLabel "ancient civilization"@en ; skos:altLabel "ancient civilizations"@en . ### http://umbel.org/umbel/rc/AncientEgypt rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Ancient Egypt"@en ; skos:definition "Egypt from the founding of the Old Kingdom (3110 BCE) to the end of the New Kingdom (conquest by Alexander in 332 BCE). "@en . ### http://umbel.org/umbel/rc/AncientGreece rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:definition "Greece from the end of the Mycenaean civilization (1200 BC) to the death of Alexander the Great (323 BC). "@en ; skos:prefLabel "ancient Greece"@en . ### http://umbel.org/umbel/rc/AncientNavalShip rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Oar and wind powered sailing vessels."@en ; skos:prefLabel "ancient naval ship"@en ; skos:altLabel "ancient naval ships"@en , "ancient thing that is also a ship"@en . ### http://umbel.org/umbel/rc/AncientSite rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "A place that had significance during the ancient world - 5000 BC to 476 AD."@en ; skos:prefLabel "ancient site"@en ; skos:altLabel "ancient sites"@en . ### http://umbel.org/umbel/rc/AncientTownSquare rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:prefLabel "ancient town square"@en ; skos:altLabel "ancient town squares"@en ; skos:definition "the collection of town squares from ancient times"@en . ### http://umbel.org/umbel/rc/Ancient_Roman rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:altLabel "Roman Empire citizen"@en , "Roman Empire person that is a citizen of a political entity"@en , "Roman Empire person who is a citizen of some political entity"@en , "Rome citizen"@en , "Rome person that is a citizen of a political entity"@en , "Rome person who is a citizen of some political entity"@en , "The Roman Empire citizen"@en , "The Roman Empire person that is a citizen of a political entity"@en , "The Roman Empire person who is a citizen of some political entity"@en ; skos:definition "The collection of all ancient Romans. A type of HomoSapiens."@en ; skos:prefLabel "ancient Roman"@en ; skos:altLabel "citizen of Roman Empire"@en , "citizen of Rome"@en , "citizen of The Roman Empire"@en . ### http://umbel.org/umbel/rc/Ancient_roadway rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of all ancient roadways. A type of Ancient and Roadway. "@en ; skos:altLabel "ancient road"@en , "ancient roads"@en ; skos:prefLabel "ancient roadway"@en ; skos:altLabel "ancient roadways"@en , "member of ancient things and roadways"@en , "member of ancient things roads"@en , "member of ancient things roadways"@en , "member of { ancient things , roads }"@en , "member of { ancient things , roadways }"@en . ### http://umbel.org/umbel/rc/Anconeus rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The Collection of all instances of Anconeus Muscle. The Anconeus is an extender of the ElbowJoint."@en ; skos:altLabel "anconeous"@en , "anconeouses"@en , "anconeus"@en ; skos:prefLabel "anconeus muscle"@en ; skos:altLabel "anconeus muscles"@en , "anconeuses"@en , "musculus anconeous"@en , "musculus anconeouses"@en , "musculus anconeus"@en , "musculus anconeuses"@en . ### http://umbel.org/umbel/rc/Andalusite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "andalusite"@en . ### http://umbel.org/umbel/rc/AndamanSea rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "large area of the Indian Ocean at the southeastern edge of Asia"@en ; skos:prefLabel "the Andaman Sea"@en . ### http://umbel.org/umbel/rc/AndeanGroup rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "Andean Group"@en . ### http://umbel.org/umbel/rc/AndeanLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "Amerindian languages composing the Araucanian, Aymara, and Quechua sub-groups"@en ; skos:prefLabel "Andean language"@en ; skos:altLabel "Andean languages"@en , "the Andean language family"@en . ### http://umbel.org/umbel/rc/Andean_EquatorialLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "Amerindian languages spoken mainly in South America"@en ; skos:prefLabel "Andean-Equatorial language"@en ; skos:altLabel "Andean-Equatorial languages"@en , "the Andean-Equatorial language family"@en . ### http://umbel.org/umbel/rc/Andes_Mountains rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Andean"@en ; skos:definition "great mountain system of South America"@en ; skos:prefLabel "the Andes"@en ; skos:altLabel "the Andes Mountains"@en . ### http://umbel.org/umbel/rc/Andesine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "andesine"@en . ### http://umbel.org/umbel/rc/Andorite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all andorite. A type of Mineral. Andorite is an ExistingStuffType."@en ; skos:prefLabel "andorite"@en . ### http://umbel.org/umbel/rc/Andorra rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:altLabel "AND"@en ; skos:prefLabel "Andorra"@en ; skos:definition "Andorra as it is both politically and geographically throughout time."@en ; skos:altLabel "Principality of Andorra"@en , "the Principality of Andorra"@en . ### http://umbel.org/umbel/rc/Andradite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all andradite. A type of Garnet_Gem. Andradite is an ExistingStuffType."@en ; skos:prefLabel "andradite"@en . ### http://umbel.org/umbel/rc/Androecium rdf:type owl:Class ; rdfs:subClassOf :Plants , , ; skos:definition "The male component of a flower which is made up of several stamens, and usually surrounds the gynoecium."@en ; skos:prefLabel "androecium"@en ; skos:altLabel "androeciums"@en . ### http://umbel.org/umbel/rc/Androgen rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "Class of steroids that includes the anabolic steroids."@en ; skos:altLabel "androgen"@en ; skos:prefLabel "androgenic hormone"@en ; skos:altLabel "androgenic hormones"@en , "androgens"@en . ### http://umbel.org/umbel/rc/AndrogynousPerson rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "People who exhibit characteristics or preferences stereotypical to or befitting both men and women. Like its genls collection, this is a culturally-relative distinction, since things that are considered masculine or feminine vary somewhat from culture to culture. For this reason, be sure to make assertions involving genders of persons in a culture-specific microtheory. "@en ; skos:altLabel "androgynous"@en ; skos:prefLabel "androgynous thing"@en . ### http://umbel.org/umbel/rc/Android rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all androids (i.e. humanoid robots)."@en ; skos:prefLabel "android"@en ; skos:altLabel "androids"@en , "humanoid"@en , "humanoids"@en , "mechanical man"@en , "mechanical men"@en . ### http://umbel.org/umbel/rc/AndromedaGalaxy rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:definition "The closest major Galaxy to the MilkyWay_Galaxy."@en ; skos:prefLabel "the Andromeda Galaxy"@en ; skos:altLabel "the Great Nebula"@en . ### http://umbel.org/umbel/rc/Andromeda_Constellation rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Andromeda"@en ; skos:definition "The constellation Andromeda, which depicts Andromeda, the daughter of King Cepheus and Queen Cassiopeia."@en . ### http://umbel.org/umbel/rc/Androstene rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:prefLabel "Androstene"@en ; skos:altLabel "androstendione"@en , "androstenedione"@en . ### http://umbel.org/umbel/rc/Androsterone rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "An androgenic steroid found in the urine. It contributes to growth and development inthe male."@en ; skos:prefLabel "androsterone"@en . ### http://umbel.org/umbel/rc/Anemia rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "The collection of instances of the condition in which the red cells of the blood (erythrocytes) are reduced in number or volume or are deficient in hemoglobin, their oxygen-carrying pigment. There are close to 100 different varieties of anemia, distinguished by the cause, the size and hemoglobin content of the abnormal cells, and the symptoms."@en ; skos:altLabel "anaemia"@en ; skos:prefLabel "anemia"@en ; skos:altLabel "case of anaemia"@en , "case of anemia"@en , "cases of anaemia"@en , "cases of anemia"@en . ### http://umbel.org/umbel/rc/Anemic rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "The collection of animals with anemia, a condition arising when one has insufficient iron in one's blood."@en ; skos:prefLabel "anemic"@en . ### http://umbel.org/umbel/rc/Anesthesia rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A collection of events; a subcollection of DrugTherapy (q.v.). In an instance of Anesthesia, a BiologicalLivingObject undergoes the effect of some instance of Anesthetic, the effect of which is to eliminate the perception of pain. Anesthesia events occur in connection with other medical care events, so that a patient will not feel the pain or discomfort that would otherwise be associated with those medical procedures. Anesthetics are of various chemical kinds, work in various ways, and can be administered in various ways. They may topically numb an area, they may poison the central nervous system to the point where the animal loses consciousness, etc. The resulting anesthetic therapies thus may differ, according to the type of anesthetic used; for example, the patient may or may not be conscious during an instance of Anesthesia. See also AdministeringADrug."@en ; skos:prefLabel "anesthesia"@en . ### http://umbel.org/umbel/rc/Anesthesiologist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "Anesthesiologists administer anesthesia."@en ; skos:prefLabel "anaesthetist"@en ; skos:altLabel "anaesthetists"@en , "anesthesiologist"@en , "anesthesiologists"@en , "anesthetist"@en , "anesthetists"@en . ### http://umbel.org/umbel/rc/Anesthesiology rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Anesthesiology: a FieldOfStudy."@en ; skos:prefLabel "anesthesiology"@en . ### http://umbel.org/umbel/rc/Anesthetic rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition " Anesthetic drugs deaden feeling. If they are general anesthetics, they may make the recipient unconscious."@en ; skos:prefLabel "anaesthetic"@en ; skos:altLabel "anaesthetics"@en , "anesthetic"@en , "anesthetics"@en . ### http://umbel.org/umbel/rc/AngaraRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "one of the Principal World Rivers"@en ; skos:prefLabel "the Angara River"@en . ### http://umbel.org/umbel/rc/AngasLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Angas"@en ; skos:definition "One of the Chad languages spoken near Lake Chad, central Africa, and in West Africa"@en . ### http://umbel.org/umbel/rc/Angel rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:definition "In popular (not necessarily orthodox) Jewish, Christian, and Islamic tradition, angels are the messengers who deliver information from God to humans. The metaphor to think of is that of an oriental king sending messengers out to deliver news to his subjects. The original Greek word means `messenger'. They are supposed to have sort of semi-divine status."@en ; skos:prefLabel "angel"@en ; skos:altLabel "angels"@en . ### http://umbel.org/umbel/rc/Anger rdf:type owl:Class ; rdfs:subClassOf :Attributes . ### http://umbel.org/umbel/rc/Angioplasty rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all angioplasty procedures. Angioplasty is a type of procedure performed in order to widen vessels that have been narrowed, through the use of one or more catheters."@en ; skos:altLabel "angioplasties"@en ; skos:prefLabel "angioplasty"@en ; skos:altLabel "balloon angioplasties"@en , "balloon angioplasty"@en . ### http://umbel.org/umbel/rc/AngiospermSpecies rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "Not itself a species, but a set of species encompassing those that are angiosperms."@en ; skos:prefLabel "angiosperm"@en ; skos:altLabel "angiospermous"@en , "angiosperms"@en . ### http://umbel.org/umbel/rc/Angler rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of instances of Fisherman who fish with a rod and reel."@en ; skos:prefLabel "angler"@en ; skos:altLabel "anglers"@en . ### http://umbel.org/umbel/rc/Anglesite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "anglesite"@en . ### http://umbel.org/umbel/rc/AnglicanReligion rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "A ReligiousDenomination of Christianity."@en ; skos:prefLabel "Anglicanism"@en . ### http://umbel.org/umbel/rc/Angling rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "The collection of instances of Fishing in which the performer uses a rod and hook."@en ; skos:altLabel "angle"@en , "angled"@en , "angles"@en ; skos:prefLabel "angling"@en ; skos:altLabel "had angled"@en , "has angled"@en , "have angled"@en , "will angle"@en , "will have angled"@en . ### http://umbel.org/umbel/rc/Angola rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Angola"@en ; skos:definition "The nation of Angola as it has existed throughout time; includes both its physical and its political aspects"@en . ### http://umbel.org/umbel/rc/AngoraRabbit rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "A domestic breed of Rabbit with long, fine hair."@en ; skos:prefLabel "angora rabbit"@en ; skos:altLabel "angora rabbits"@en . ### http://umbel.org/umbel/rc/AngoraWool rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "A very warm wool derived from AngoraRabbits."@en ; skos:altLabel "angora"@en , "angora rabbit wool"@en ; skos:prefLabel "angora wool"@en ; skos:altLabel "rabbit wool"@en . ### http://umbel.org/umbel/rc/Angstrom rdf:type owl:Class ; rdfs:subClassOf :Attributes ; skos:definition "An instance of UnitOfDistance. When applied to a number or pair of numbers, Angstrom returns an instance of Distance as its value. For example, (Angstrom 212) is a length of 212 angstroms. Note that 1 angstrom is equivalent to 1/10,000,000,000 (i.e., 10^-10) meter."@en ; skos:prefLabel "angstrom"@en ; skos:altLabel "angstroms"@en . ### http://umbel.org/umbel/rc/Anguish rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:prefLabel "anguish"@en . ### http://umbel.org/umbel/rc/AngularAccelerationRate rdf:type owl:Class ; rdfs:subClassOf :Attributes , , ; skos:definition "A specialization of Rate and PhysicalQuantity (qq.v.). Each instance of AngularAccelerationRate is a rate at which the RateOfRotation (q.v.) of some object changes."@en ; skos:prefLabel "angular acceleration rate"@en ; skos:altLabel "angular acceleration rates"@en . ### http://umbel.org/umbel/rc/AngularDistance rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "AngularDistance is a measure of the separation between the rays defined by two points and a fixed center."@en ; skos:prefLabel "angular distance"@en ; skos:altLabel "angular distances"@en . ### http://umbel.org/umbel/rc/AngularDistanceBetweenTwoVectors rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "Each AngularDistanceBetweenTwoVectors is an AngularDistance that occurs as the third argument in a true angularDistanceBetweenVectors statement."@en ; skos:prefLabel "angular distance between two vectors"@en . ### http://umbel.org/umbel/rc/Anhui_ProvinceChina rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Anhydrite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "anhydrite"@en . ### http://umbel.org/umbel/rc/Anhydrous_ammonia rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , ; skos:definition "The collection of all anhydrous ammonia. A type of Ammonia and PureSubstance."@en ; skos:prefLabel "anhydrous ammonia"@en ; skos:altLabel "pure NH3"@en , "pure ammonia"@en , "pure ammonia gas"@en . ### http://umbel.org/umbel/rc/Aniline rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , ; skos:altLabel "C6H5NH2"@en ; skos:definition "The collection of samples of aniline; C6H5NH2."@en ; skos:prefLabel "aniline"@en . ### http://umbel.org/umbel/rc/Anilingus rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "The collection of SexualBehavior events in which somebody's Anus is orally stimulated in order to bring about SexualArousal."@en ; skos:altLabel "anilingus"@en ; skos:prefLabel "rim job"@en . ### http://umbel.org/umbel/rc/Animal rdf:type owl:Class ; rdfs:subClassOf :Animals , , , , , ; skos:definition "An instance of BiologicalKingdom, and a specialization of Organism_Whole. Instances of Animal are typically motile, living, whole organisms; they are instances of Heterotroph (q.v.), and thus incapable of performing instances of Photosynthesis_Generic. Animal cells contain cholesterol and lack cell walls made of cellulose."@en ; skos:prefLabel "animal"@en ; skos:altLabel "animalia"@en , "animals"@en , "creature"@en , "creatures"@en , "fauna"@en . ### http://umbel.org/umbel/rc/AnimalAbuse rdf:type owl:Class ; rdfs:subClassOf :Activities . ### http://umbel.org/umbel/rc/AnimalActivity rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A specialization of Action. Each instance of AnimalActivity is a spatially-localized action, each of whose "doers" (see doneBy) is either an Animal or a group of animals (i.e. a Group all of whose members are Animals)."@en ; skos:prefLabel "action performed by animals"@en ; skos:altLabel "actions performed by animals"@en . ### http://umbel.org/umbel/rc/AnimalAssistedTherapy rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:altLabel "animal assisted therapies"@en ; skos:prefLabel "animal assisted therapy"@en ; skos:altLabel "animal therapies"@en , "animal therapy"@en . ### http://umbel.org/umbel/rc/AnimalBLO rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A specialization of BiologicalLivingObject that includes all living animals, body parts of living animals, and body regions of living animals. AnimalBLO is thus the "union" (see collectionUnion) of Animal, AnimalBodyPart, and AnimalBodyRegion (qq.v.)."@en ; skos:prefLabel "animal or body part"@en ; skos:altLabel "animals or body part"@en . ### http://umbel.org/umbel/rc/AnimalBLOTypeByPosition rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A FacetingCollectionType. Each instance of AnimalBLOTypeByPosition is a collection of AnimalBLOs that are in the same position. Instances of this collection include Extended, Flexed, SittingPosture, and StandingOnAllLegsPosture."@en ; skos:prefLabel "body position"@en ; skos:altLabel "body positions"@en . ### http://umbel.org/umbel/rc/AnimalBodyGas rdf:type owl:Class ; rdfs:subClassOf :Animals , , , ; skos:definition "The collection of all pieces of GaseousTangibleThing that is generated inside the DigestiveSystems of Animals as a byproduct of some DigestionEvent (and eventually emitted from their bodies)."@en ; skos:prefLabel "intestinal gas"@en . ### http://umbel.org/umbel/rc/AnimalBodyPart rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A specialization of AnimalBodyRegion. Each instance of AnimalBodyPart is an anatomical part of some living animal, and thus is itself an instance of BiologicalLivingObject (q.v). AnimalBodyPart includes both highly localized organs (for example, hearts) and physical systems composed of parts distributed throughout an animal's body (such as an animal's circulatory system and nervous system). Note that severed limbs and removed organs are _not_ instances of this collection, since they are not _parts_ of some living animal."@en ; skos:prefLabel "body part"@en ; skos:altLabel "body parts"@en . ### http://umbel.org/umbel/rc/AnimalBodyPartSystems_Physiology_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "animal body part systems physiology topic"@en . ### http://umbel.org/umbel/rc/AnimalBodyPartType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "A collection of specializations of AnimalBodyRegion. Each instance of AnimalBodyPartType is a collection of body parts, where the parts in question are differentiated from other body parts according to structure or function. Instances of AnimalBodyPartType include SpinalColumn, Eyelash, NervousSystem, Urethra, Wing_AnimalBodyPart, and HeelOfPalm."@en ; skos:altLabel "animal body part type"@en , "animal body part types"@en ; skos:prefLabel "body part type"@en ; skos:altLabel "body part types"@en , "type of animal body part"@en , "type of body part"@en , "types of animal body part"@en , "types of body part"@en . ### http://umbel.org/umbel/rc/AnimalBodyPart_External rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "An AnimalBodyPartType. AnimalBodyPart_External is the collectionIntersection of AnimalBodyPart and ExternalAnatomicalPart."@en ; skos:prefLabel "body part that is also an external anatomical part"@en . ### http://umbel.org/umbel/rc/AnimalBodyPart_Female rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all AnimalBodyParts that are generally found only on female animals. Any collection representing a type of body part that is generally found only on female animals should have this collection as a genls. For example, all instances of Breast and Uterus are instances of AnimalBodyPart_Female, and the collections Breast and Uterus are subsets of it. See also AnimalBodyPart_Male."@en ; skos:prefLabel "female body part"@en ; skos:altLabel "female body parts"@en . ### http://umbel.org/umbel/rc/AnimalBodyPart_Male rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all AnimalBodyParts that are generally found only on male animals. Any collection representing a type of body part that is generally found only on male animals should have this collection as a genls. For example, all instances of Penis and Beard (in HumanPhysiologyMt at least) are instances of AnimalBodyPart_Male, and the collections Penis and Beard are subsets of it. See also AnimalBodyPart_Female."@en ; skos:prefLabel "male body part"@en ; skos:altLabel "male body parts"@en . ### http://umbel.org/umbel/rc/AnimalBodyRegion rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A specialization of AnimalBLO. Each instance of AnimalBodyRegion is a significant spatial subdivision of the body of some animal, where the subdivision in question is usually contiguous, and has some more or less clear boundary. Instances of this collection include anatomical parts (see the specialization AnimalBodyPart) , such as a person's head, beard, or right arm. In addition, this collection includes body regions that are not anatomical parts, such as a blister, a puncture wound, or a bruise."@en ; skos:altLabel "animal body region"@en , "animal body regions"@en ; skos:prefLabel "region on an animal's body"@en ; skos:altLabel "regions on an animal's body"@en . ### http://umbel.org/umbel/rc/AnimalBodyRegionType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "This is a collection of collections; in particular, it is a SiblingDisjointCollectionType (q.v.). Consider any one element of AnimalBodyRegionType, call it X. X is a collection of subsets of AnimalBodyRegion, such that any two elements of X are either disjoint or else one is a subset of the other E.g., the set consisting of the three elements (LeftObjectOfPairFn Hand), (RightObjectOfPairFn Hand), Hand, would be a legal element of AnimalBodyRegionType."@en ; skos:prefLabel "type of animal body region"@en ; skos:altLabel "types of animal body region"@en . ### http://umbel.org/umbel/rc/AnimalBodyShapeType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of animal body shape types; instances are specializations of AnimalShapedThing which describe standard arrangements of animal body parts which are the standard body shapes."@en ; skos:prefLabel "animal body sha