@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 shape type"@en . ### http://umbel.org/umbel/rc/AnimalBreeder_Business rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , , ; skos:definition "Each instance of AnimalBreeder_Business is a business that cares for animals, usually of a certain type, allows them to produce offspring, and sells those offspring."@en ; skos:prefLabel "animal breeder"@en ; skos:altLabel "animal breeders"@en , "breeder"@en , "breeders"@en . ### http://umbel.org/umbel/rc/AnimalBreeding rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "An activity in which an agent cares for animals, encourages their reproduction, and cares for the offspring they produce. Usually AnimalBreeding is performed with the intention of selling the offspring. "@en ; skos:prefLabel "animal breeding"@en ; skos:altLabel "bred"@en , "breed"@en , "breeding"@en , "breeds"@en , "had bred"@en , "has bred"@en , "have bred"@en , "will breed"@en , "will have bred"@en . ### http://umbel.org/umbel/rc/AnimalBySex_Biology_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "animal by sex biology topic"@en . ### http://umbel.org/umbel/rc/AnimalByStageOfDevelopment_Biology_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "animal by stage of development biology topic"@en . ### http://umbel.org/umbel/rc/AnimalByTaxonomicPhylumWithSamples_Biology_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "animal by taxonomic phylum with samples biology topic"@en . ### http://umbel.org/umbel/rc/AnimalCage rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "A container used to keep a mobile animal within a certain area. Usually has a fair amount of open space along the perimeters, often to permit viewing of the caged animal."@en ; skos:prefLabel "cage"@en ; skos:altLabel "cages"@en . ### http://umbel.org/umbel/rc/AnimalCapabilityType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "This is the collection of types of action which can be doneBy all normal adult animals in typical circumstances. They are animal capabilities in the sense that we expect any normal adult animal to be able to do them, as opposed to the sense that some animal can do them. Also, this is not the collection of actions which must be done by an animal, for which see AnimalActivity."@en ; skos:altLabel "animal capability type"@en , "animal capability types"@en ; skos:prefLabel "type of animal capability"@en ; skos:altLabel "types of animal capability"@en . ### http://umbel.org/umbel/rc/AnimalCell rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of Cells that Animals and parts of Animals are made of."@en ; skos:prefLabel "animal cell"@en ; skos:altLabel "animal cells"@en . ### http://umbel.org/umbel/rc/AnimalContainer rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The collection of all containers designed to hold living animals: cages, terrariums, pens, etc. A type of StorageConstruct. The concept AnimalContainer is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "animal container"@en ; skos:altLabel "animal containers"@en . ### http://umbel.org/umbel/rc/AnimalDrawnPlow rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of plows pulled by draft animals - usually horses or oxen. These are structurally different from modern, industrial plows."@en ; skos:altLabel "animal-drawn plough"@en , "animal-drawn ploughs"@en ; skos:prefLabel "animal-drawn plow"@en ; skos:altLabel "animal-drawn plows"@en . ### http://umbel.org/umbel/rc/AnimalLiberationBeliefs rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "The class of BeliefSystems which hold that it is morally wrong for humans to use NonHumanAnimals for food, transportation, entertainment, etc. Some people having AnimalLiberationBeliefs are willing to engage in direct, even violent, action to liberate nonhuman animals from (what is perceived as) human oppression."@en ; skos:prefLabel "animal liberation belief"@en ; skos:altLabel "animal liberation beliefs"@en , "animal rights belief"@en , "animal rights beliefs"@en . ### http://umbel.org/umbel/rc/AnimalLine rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:altLabel "lead"@en , "leads"@en ; skos:prefLabel "leash"@en ; skos:altLabel "leashes"@en ; skos:definition "leashes, reins, etc - the various tools used to lead animals."@en ; skos:altLabel "tether"@en , "tethers"@en . ### http://umbel.org/umbel/rc/AnimalMigration rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "The collection of regular, species-linked movements of an animal or group of animals from one place to another, usually with a return to the starting point after a certain period of time. In some species, the migration cycle occurs once in a lifetime, while others migrate annually on a seasonal basis. Migration is typically linked with an animal's reproductive cycle (as in salmon), but may also involve seasonal relocation to a more hospitable climate and/or more plentiful food supply. For example, many birds exhibit seasonal migration; e.g., native Northeastern U.S. birds that spend their winters in the Southern U.S."@en ; skos:altLabel "had migrated"@en , "has migrated"@en , "have migrated"@en , "migrate"@en , "migrated"@en , "migrates"@en , "migrating"@en ; skos:prefLabel "migration"@en ; skos:altLabel "migrations"@en , "will have migrated"@en , "will migrate"@en . ### http://umbel.org/umbel/rc/AnimalOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all Organizations whose activities focus on the care, breeding, other welfare, or study of animals. Examples of specializations of AnimalOrganization include AnimalBreeder_Business and Kennel_Organization. Some organizations may be instances of both AnimalOrganization and AgricultureOrganization."@en ; skos:altLabel "animal-oriented organisation"@en , "animal-oriented organisations"@en ; skos:prefLabel "animal-oriented organization"@en ; skos:altLabel "animal-oriented organizations"@en . ### http://umbel.org/umbel/rc/AnimalPen rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "A specialization of AnimalContainer whose instances are fenced-in outdoor areas for non-human animals."@en ; skos:prefLabel "pen"@en ; skos:altLabel "pens"@en . ### http://umbel.org/umbel/rc/AnimalPerformanceRoutine rdf:type owl:Class ; rdfs:subClassOf :Events , , , ; skos:definition "An instance of LearnedActivityType and specialization of ConformingToASpecification. This is the collection of all actions done by animals (human and non-human alike) that, by the intention of either the doer or director, instantiate a script-like specification, typically as a performance for an audience or in the course of practicing from such a performance. Positive examples include a pet performing a trick, a gymnast executing a floor routine, and a band performing a musical piece. Negative examples include brushing teeth, unlocking a car door, or any other somewhat mundane learned behaviors that are rarely, if ever, intended as performances or demonstrations."@en ; skos:prefLabel "rehearsed routine"@en ; skos:altLabel "rehearsed routines"@en , "routine"@en , "routines"@en . ### http://umbel.org/umbel/rc/AnimalPhysiology_Physiology_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "animal physiology physiology topic"@en . ### http://umbel.org/umbel/rc/AnimalPoweredDevice rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A collection of physical devices. An instance of AnimalPoweredDevice is a device that is powered by animal muscle power and not by any human user, although a human user may control the device and/or direct the animal."@en ; skos:altLabel "animal-powered"@en ; skos:prefLabel "animal-powered thing"@en . ### http://umbel.org/umbel/rc/AnimalSanctuary rdf:type owl:Class ; rdfs:subClassOf :Earthscape , , ; skos:definition "A natural area set aside and for the preservation and protection of wildlife."@en ; skos:altLabel "animal sanctuaries"@en ; skos:prefLabel "animal sanctuary"@en ; skos:altLabel "wildlife sanctuaries"@en , "wildlife sanctuary"@en . ### http://umbel.org/umbel/rc/AnimalSensoryQuantity rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel . ### http://umbel.org/umbel/rc/AnimalShapedThing rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "A specialization of ShapedObject. Each instance of this collection is an object with a shape that resembles the typical shape of some animal."@en ; skos:altLabel "animal shaped"@en ; skos:prefLabel "animal shaped thing"@en . ### http://umbel.org/umbel/rc/AnimalSoap rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The kind of soap used to wash animals."@en ; skos:prefLabel "animal soap"@en ; skos:altLabel "animal soaps"@en . ### http://umbel.org/umbel/rc/AnimalSound rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , , ; skos:definition "A specialization of InformationBearingWavePropagation. Each instance of AnimalSound is a sound of a type which originally was, and typically is, made by an animal using just its body parts (though such a sound may subsequently have been reproduced by imitation or recording). Examples of AnimalSounds include instances of Birdsong, NeighingSound, PurringSound, BarkingSound, and BrayingSound. Note that the restriction to sounds produced by body parts alone excludes noises produced by moving external objects; consequently, AnimalSound does _not_ include rustling the leaves underfoot, splashing water, or playing a musical instrument. Note that this collection is not a specialization of Action, or BodyMovementEvent, since it refers to animal sounds themselves, not to the activity of making animal sounds (though events of both types usually accompany one another. See EmittingSound for the latter.)"@en ; skos:prefLabel "animal noise"@en ; skos:altLabel "animal noises"@en , "animal sound"@en , "animal sounds"@en . ### http://umbel.org/umbel/rc/AnimalSpecies rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition """An instance of BiologicalTaxonType. This is the collection of all instances of BiologicalSpecies which are specializations of Animal. The collection is defined by a rule that uniquely determines whether a type of animals is an instance of an instance of AnimalSpecies or not at any given point in time. This rule is that: 1.) there are instances of the type that can breed. 2.) instances of the type that breed with each other can produce viable offspring which can also breed. 3.) such offspring are members of the same species as their parents. 4.) if a member of one animal species successfully breeds with an animal which is not a member of the species, no offspring that result would be fertile.

Thus, whether a type of organisms is an instance of AnimalSpecies or not depends on what other collections of animals exist at the same time.

Historical cut-offs of the starting point of a species are conventional. The earliest member(s) of an animal species would be able to breed with some of their ancestors and their ancestors' kin."""@en ; skos:prefLabel "animal species"@en . ### http://umbel.org/umbel/rc/AnimalSuppliesMarketCategory rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , ; skos:definition "The collection of all animal supplies. A type of PartiallyTangibleProduct. The collection AnimalSuppliesMarketCategory is a ProductTypeByMarketCategory and a SpatiallyDisjointObjectType."@en ; skos:altLabel "animal supplies"@en ; skos:prefLabel "animal supply"@en . ### http://umbel.org/umbel/rc/AnimalTrainer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all animal trainers. A type of SkilledWorker. AnimalTrainer is a PersonTypeByOccupation."@en ; skos:prefLabel "animal trainer"@en ; skos:altLabel "animal trainers"@en . ### http://umbel.org/umbel/rc/AnimalUtterance_IBT rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , , , ; skos:definition "A specialization of both AnimalSound and SpokenUtterance_IBT. Each instance of AnimalUtterance_IBT is a sound initially generated by some Animal speaking or making some sound with his/her/its mouth (note that the sound may or may not have propositional content - i.e. instantiate some PropositionalInformationThing). If such a sound is recorded and played back, the sound generated is still considered an instance of AnimalUtterance_IBT. Examples: one's spouse's `Good morning'; a child's scream at a playmate; Humphrey Bogart's `Here's looking at you' on the set of _Casablanca_. Note that only the sounds themselves are instances of this collection -- not the activities of making them. This collection is not a specialization of Action (for that, see CommunicationAct_Single and its specializations)."@en ; skos:prefLabel "animal utterance"@en ; skos:altLabel "animal utterances"@en , "exclaim"@en , "exclaimed"@en , "exclaiming"@en , "exclaims"@en , "exclamation"@en , "exclamations"@en , "had exclaimed"@en , "has exclaimed"@en , "have exclaimed"@en , "will exclaim"@en , "will have exclaimed"@en . ### http://umbel.org/umbel/rc/Animal_HumanFoodSource rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:prefLabel "animal human food source"@en . ### http://umbel.org/umbel/rc/Animal_Intelligence rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The intelligence aspect of an animal"@en ; skos:prefLabel "animal-intelligence"@en . ### http://umbel.org/umbel/rc/Animal_breeder rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The collection of all animal breeders. A type of Facility_Generic."@en ; skos:prefLabel "animal breeder"@en ; skos:altLabel "the physical quarters of animal breeders"@en , "the physical quarters of breeders"@en . ### http://umbel.org/umbel/rc/Animal_gamete rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all animal gametes. A type of Gamete."@en ; skos:prefLabel "animal gamete"@en ; skos:altLabel "animal gametes"@en . ### http://umbel.org/umbel/rc/AnimalsByGrossForm_Biology_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "animals by gross form biology topic"@en . ### http://umbel.org/umbel/rc/AnimalsByMiscellaneousCriteria_Biology_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "animals by miscellaneous criteria biology topic"@en . ### http://umbel.org/umbel/rc/AnimateActivity rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A specialization of both Action (q.v.) and Event_Localized. Every instance of AnimateActivity is a spatially-localized action, each of whose "doers" (see doneBy and animateDoers) is either a BiologicalLivingObject or a group of BLOs (i.e. a Group all of whose members are BLOs). Specializations of this collection include AnimalActivity, BiologicalEvent, and PhysiologicalProcess."@en ; skos:altLabel "animate activities"@en ; skos:prefLabel "animate activity"@en . ### http://umbel.org/umbel/rc/AnimatedMovie rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , ; skos:definition "The collection of animated moving images with sound that people watch on their television screens, or on the movie screen at a theater. Please see Movie_CW for a more detailed explanation."@en ; skos:altLabel "animated film"@en , "animated films"@en ; skos:prefLabel "animated movie"@en ; skos:altLabel "animated movies"@en . ### http://umbel.org/umbel/rc/AnimatedTVShow rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , ; skos:definition "A collection of TVShow(s) (that is moving images with sound) which are animated. Please see the comment for TVShow for a more detailed explanation of this collection."@en ; skos:altLabel "T.V. cartoon"@en , "T.V. cartoons"@en , "animated T.V. show"@en , "animated T.V. shows"@en ; skos:prefLabel "animated TV series"@en ; skos:altLabel "animated television show"@en , "animated television shows"@en , "television cartoon"@en , "television cartoons"@en . ### http://umbel.org/umbel/rc/AnimationCelAsArtForm rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , ; skos:definition "The collection of all animation cels. A type of ArtObject. The concept AnimationCelAsArtForm is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "animation cel"@en ; skos:altLabel "animation cell"@en , "animation cells"@en , "animation cels"@en . ### http://umbel.org/umbel/rc/Animation_AdultAudience rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , ; skos:definition "The collection of animated moving images that contain story-lines and visuals targetted at adult viewers. As such, this includes (possibly among other things) cartoons with pornographic or realistically violent content. Examples include Fritz the Cat (based on the Robert Crumb character) and HeavyMetal_TheMovie."@en ; skos:altLabel "X-rated cartoon"@en , "X-rated cartoons"@en , "XX cartoon"@en , "XX cartoons"@en , "XXX cartoon"@en , "XXX cartoons"@en , "XXXX cartoon"@en , "XXXX cartoons"@en , "XXXXX cartoon"@en , "XXXXX cartoons"@en ; skos:prefLabel "adult animation"@en ; skos:altLabel "adult cartoon"@en , "adult cartoons"@en , "sex cartoon"@en , "sex cartoons"@en . ### http://umbel.org/umbel/rc/Animation_MovingImage rdf:type owl:Class ; rdfs:subClassOf :VisualInfo ; skos:definition "Members of this collection are MovingImages made from a series of drawings simulating motion by means of slight progressive changes in the drawings. Unlike Cartoon_Animated, instances of Animation_MovingImage need not be humorous or satirical; membership in Animation_MovingImage is based solely on the method by which the image was created. See also AnimatedMovie."@en ; skos:altLabel "animated"@en ; skos:prefLabel "animation"@en . ### http://umbel.org/umbel/rc/Anime rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , ; skos:definition """The collection for anime, a style of animation. The word `anime' is a shortened form of the Japanese word `animeishon', derived from the English word `animation'. Anime is also referred to as 'Japanimation'. Anime often contains references to Japanese culture.

Some common characteristics of characters in anime (but are not limited to or restricted by) abnormally large eyes, heavily stylized, unique, and impossible hair styles, and/or an extraordinary amount supernatural powers.

This collection is agnostic about medium; an instance of this collection could be an instance of MediaSeriesProduct, TVSeriesProduct, Movie_CW, or another relevant medium for animation.

Some examples of anime well known in the US are: Robotech_TheTVShow, Pokemon_TVShow, Akira_TheMovie, SailorMoon_TVShow, and DragonBallZ.

A borderline case is PowerpuffGirls_TheTVShow, which has anime-ish animation, but no references to Japanese culture."""@en ; skos:prefLabel "anime"@en ; skos:altLabel "japanimation"@en . ### http://umbel.org/umbel/rc/AnimeMovie rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , , ; skos:definition "A subset of AnimatedMovie and a subset of Anime. This is the collection of all Movie_CWs that use the Anime style. See Anime for a more in-depth explanation of what anime means."@en ; skos:altLabel "anime film"@en , "anime films"@en , "anime flick"@en , "anime flicks"@en ; skos:prefLabel "anime movie"@en ; skos:altLabel "anime movies"@en , "japanamation film"@en , "japanamation films"@en , "japanamation movie"@en , "japanamation movies"@en . ### http://umbel.org/umbel/rc/AnimeTVShow rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , , ; skos:definition "The collection of TVShow_CWs that use the anime style. For a detailed explaination of this style see Anime."@en ; skos:prefLabel "anime TV show"@en ; skos:altLabel "anime TV shows"@en . ### http://umbel.org/umbel/rc/AnimistReligion rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:definition "The collection of LocalTraditionalReligions that hold that NonPersonAnimals, trees, rocks, and/or other NaturalTangibleStuff have spirits."@en ; skos:prefLabel "animism"@en . ### http://umbel.org/umbel/rc/Anion rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "A specialization of Ion. Each instance of Anion is an ion with a negative charge."@en ; skos:prefLabel "anion"@en ; skos:altLabel "anions"@en , "negatively charged ion"@en , "negatively charged ions"@en , "negatively-charged ion"@en , "negatively-charged ions"@en . ### http://umbel.org/umbel/rc/Anise rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:definition "The collection of all anise. A type of Spice extracted from flowering anise plants. The collection Anise is a DefaultDisjointEdibleStuffType and a TangibleStuffCompositionType."@en ; skos:prefLabel "anise"@en . ### http://umbel.org/umbel/rc/Anjouan_IslandComoros rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Anjouan"@en . ### http://umbel.org/umbel/rc/Ankle rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The flexible joint between the lower leg and the foot"@en ; skos:prefLabel "ankle"@en ; skos:altLabel "ankles"@en . ### http://umbel.org/umbel/rc/AnkleJoint rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all ankle joints. A type of GinglymusJoint. The collection AnkleJoint is an InternalAnimalBodyRegionType, a SpatiallyDisjointObjectType, and an AnimalBodyPartType."@en ; skos:prefLabel "ankle joint"@en ; skos:altLabel "ankle joints"@en , "mortise joint"@en , "mortise joints"@en . ### http://umbel.org/umbel/rc/Anklet rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of anklets, a kind of jewelry (typically ringlike in shape) intended to be worn on the ankle"@en ; skos:prefLabel "ankle bracelet"@en ; skos:altLabel "ankle bracelets"@en , "anklet"@en , "anklets"@en . ### http://umbel.org/umbel/rc/Ankylosing rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of events; a subcollection of BiologicalGrowthEvent. In each Ankylosing, something undergoes ankylosis."@en ; skos:altLabel "ancylose"@en , "ancylosed"@en , "ancyloses"@en , "ancylosing"@en , "ankylose"@en , "ankylosed"@en , "ankyloses"@en ; skos:prefLabel "ankylosing"@en ; skos:altLabel "had ancylosed"@en , "had ankylosed"@en , "has ancylosed"@en , "has ankylosed"@en , "have ancylosed"@en , "have ankylosed"@en , "will ancylose"@en , "will ankylose"@en , "will have ancylosed"@en , "will have ankylosed"@en . ### http://umbel.org/umbel/rc/AnkylosingSpondylitis rdf:type owl:Class ; rdfs:subClassOf :Diseases , , ; skos:definition "A collection of instances of a degenerative disease of the spine seen chiefly in adolescent boys and young men. It is characterized by stiffness, limitation of movement, swollen joints, joint fusion and anemia. Treatment, and some symptoms, are similar to that of RheumatoidArthritis."@en ; skos:prefLabel "Marie Strumpell arthritis"@en ; skos:altLabel "Marie-Strumpell arthritis"@en . ### http://umbel.org/umbel/rc/Annaba_ProvinceAlgeria rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Annamese_MuongLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Annamese-Muong language"@en ; skos:altLabel "Annamese-Muong languages"@en ; skos:definition "The collection of all the Annamese-Muong language family. A type of AustroasiaticLanguageFamily. Annamese_MuongLanguageFamily is a LanguageFamilyType."@en ; skos:altLabel "the Annamese-Muong language family"@en . ### http://umbel.org/umbel/rc/Annelida rdf:type owl:Class ; rdfs:subClassOf :Animals , , , ; skos:definition "This is the collection of segmented worms. It includes earthworms."@en ; skos:prefLabel "segmented worm"@en ; skos:altLabel "segmented worms"@en . ### http://umbel.org/umbel/rc/Annex rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The collection of all annexes. A #$BuildingCollection."@en ; skos:prefLabel "annex"@en ; skos:altLabel "annexes"@en . ### http://umbel.org/umbel/rc/AnniversaryCard rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all anniversary cards. A type of OccasionCard. AnniversaryCard is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "anniversary card"@en ; skos:altLabel "anniversary cards"@en . ### http://umbel.org/umbel/rc/AnniversaryFlowerArrangement rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all anniversary flower arrangements. A type of FlowerArrangement and Artifact. AnniversaryFlowerArrangement is a FlowerArrangementTypeByOccasion."@en ; skos:altLabel "anniversary arrangement"@en , "anniversary arrangements"@en , "anniversary bouquet"@en , "anniversary bouquets"@en ; skos:prefLabel "anniversary flower arrangement"@en ; skos:altLabel "anniversary flower arrangements"@en . ### http://umbel.org/umbel/rc/AnniversaryParty rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of all anniversary parties. A type of WeddingAnniversaryCelebration and Party_Celebration."@en ; skos:altLabel "anniversary parties"@en ; skos:prefLabel "anniversary party"@en . ### http://umbel.org/umbel/rc/Announcement rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The PropositionalConceptualWork bearing a message to some agent(s) that a particular event has occurred or is scheduled to occur."@en ; skos:altLabel "bulletin"@en , "bulletins"@en ; skos:prefLabel "proclamation"@en ; skos:altLabel "proclamations"@en , "pronouncement"@en , "pronouncements"@en . ### http://umbel.org/umbel/rc/AnnouncementCard rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all announcement cards. A type of GreetingCard. AnnouncementCard is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "announcement card"@en ; skos:altLabel "announcement cards"@en . ### http://umbel.org/umbel/rc/Announcer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all announcers. A type of Person."@en ; skos:prefLabel "announcer"@en ; skos:altLabel "announcers"@en . ### http://umbel.org/umbel/rc/AnnouncingSomething rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "The public statement of something believed to be factual (therefore, it is disjoint with StoryTelling). It can be written or spoken, but is almost always verbal, not visual. Announcing is a Communicating, since there are receiving agents."@en ; skos:altLabel "announce"@en , "announced"@en , "announcement"@en , "announcements"@en , "announces"@en ; skos:prefLabel "announcing"@en ; skos:altLabel "had announced"@en , "had proclaimed"@en , "had pronounced"@en , "had publicized"@en , "has announced"@en , "has proclaimed"@en , "has pronounced"@en , "has publicized"@en , "have announced"@en , "have proclaimed"@en , "have pronounced"@en , "have publicized"@en , "proclaim"@en , "proclaimed"@en , "proclaiming"@en , "proclaims"@en , "pronounce"@en , "pronounced"@en , "pronounces"@en , "pronouncing"@en , "publicize"@en , "publicized"@en , "publicizes"@en , "publicizing"@en , "will announce"@en , "will have announced"@en , "will have proclaimed"@en , "will have pronounced"@en , "will have publicized"@en , "will proclaim"@en , "will pronounce"@en , "will publicize"@en . ### http://umbel.org/umbel/rc/AnnualBusinessReport rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , ; skos:definition "The collection of documents that describe the business performance of an agent, usually put out annually."@en ; skos:altLabel "annual business report"@en , "annual business reports"@en ; skos:prefLabel "annual report"@en ; skos:altLabel "annual reports"@en . ### http://umbel.org/umbel/rc/AnnualClimateCycle rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:definition "A specialization of WeatherEvent. Each instance of AnnualClimateCycle is an extended event, one year in length, which encompasses sub-events marking the changing of the seasons (see the collection SeasonOfYear and its specializations). Specializations of AnnualClimateCycle include TemperateClimateCycle and HumidSubtropicalClimateCycle (qq.v). See also ClimateCycleType and hasClimateType."@en ; skos:prefLabel "annual climate cycle"@en ; skos:altLabel "annual climate cycles"@en . ### http://umbel.org/umbel/rc/AnnualDocument rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , ; skos:definition "Documents which are issued on a yearly basis and which report the status and activites of the topics for the year covered. Corporate AnnualReports, Almanacs, etc."@en ; skos:prefLabel "annual document"@en ; skos:altLabel "annual documents"@en . ### http://umbel.org/umbel/rc/AnnualEventType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "AnnualEventTypes are events that are synchronized with the calendar and which occur yearly, e.g., the Stanford academic year, holidays, income tax filing date, etc."@en ; skos:prefLabel "annual event"@en ; skos:altLabel "annual events"@en . ### http://umbel.org/umbel/rc/AnnualHolidayType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A specialization of ConventionallyClassifiedTemporalObjectSeries. An instance X-DAY of AnnualHolidayType is itself a specialization of Holiday (q.v.) such that each member of X-DAY is subsumed by one and only one calendar year."@en ; skos:prefLabel "annual holiday type"@en . ### http://umbel.org/umbel/rc/AnnualSportsEventType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A specialization of AnnualTemporalObjectType. An instance EVENT of AnnualSportsEventType is itself a specialization of SportsCompetition (q.v.) such that one and only one member of EVENT happens per calendar year."@en ; skos:prefLabel "annual sports event"@en ; skos:altLabel "annual sports events"@en . ### http://umbel.org/umbel/rc/Annuity rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "A financial product (see InvestmentVehicle) one can buy that pays the owner a fixed income for the rest of her life."@en ; skos:altLabel "annuities"@en ; skos:prefLabel "annuity"@en . ### http://umbel.org/umbel/rc/AnomalousSituation rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , , ; skos:definition "A sub-collection of Situation. Each instance is somehow out of the normal range of situations of its (other) types."@en ; skos:altLabel "anomalies"@en , "anomalous"@en , "anomalous situation"@en , "anomalous situations"@en ; skos:prefLabel "anomaly"@en . ### http://umbel.org/umbel/rc/Anonymity rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:prefLabel "anonymity"@en . ### http://umbel.org/umbel/rc/Anorectic rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which suppress the appetite."@en ; skos:prefLabel "anorectic"@en ; skos:altLabel "anorectics"@en . ### http://umbel.org/umbel/rc/AnorexiaNervosa rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "An EatingDisorder associated with a distorted body image that may be caused by a mental disorder. Inadequate calorie intake results in severe weight loss."@en ; skos:prefLabel "anorexia"@en ; skos:altLabel "anorexic"@en , "case of anorexia"@en , "cases of anorexia"@en . ### http://umbel.org/umbel/rc/Anorthite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all anorthite. A type of Plagioclase. Anorthite is an ExistingStuffType."@en ; skos:prefLabel "anorthite"@en . ### http://umbel.org/umbel/rc/Anorthoclase rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all anorthoclase. A type of Feldspar. Anorthoclase is an ExistingStuffType."@en ; skos:prefLabel "anorthoclase"@en . ### http://umbel.org/umbel/rc/AnsweringMachine rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "Telephone answering machine"@en ; skos:prefLabel "answering machine"@en ; skos:altLabel "answering machines"@en . ### http://umbel.org/umbel/rc/Ant rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all ants. A type of HymenopteranOrder. Ant is an OrganismClassificationType. Each instance of Ant is a small insect of a family known for organizing into large colonies."@en ; skos:prefLabel "ant"@en ; skos:altLabel "ants"@en . ### http://umbel.org/umbel/rc/Antacid rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which relieve the discomfort of an overly acidic stomach."@en ; skos:prefLabel "antacid"@en ; skos:altLabel "antacid drug"@en , "antacid drugs"@en , "antacids"@en . ### http://umbel.org/umbel/rc/AntarcticCircle rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "A line of latitude (LatitudeLine), determined by the Earth's axial tilt such that during the spring and summer in the SouthernHemisphere_Region, areas south of the AntarcticCircle experience a PolarDay (multiday period which is continuously in daylight) with at least one MidnightSun, and during the autumn and winter in the SouthernHemisphere_Region, they experience a PolarNight (a multiday period during which the Sun remains below the Horizon)."@en ; skos:prefLabel "the Antarctic Circle"@en . ### http://umbel.org/umbel/rc/Antares_Star rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Antares"@en ; skos:definition "The star Antares in Scorpius_Constellation."@en . ### http://umbel.org/umbel/rc/Ante rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:prefLabel "ante"@en ; skos:altLabel "antes"@en . ### http://umbel.org/umbel/rc/Anteater rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "A collection of mammals with elongated snouts which eat ants and termites native to Central and South America. The scientific name for this family is Myrmecophagidae."@en ; skos:altLabel "Myrmecophagidae"@en ; skos:prefLabel "anteater"@en ; skos:altLabel "anteaters"@en . ### http://umbel.org/umbel/rc/Antelope rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all antelopes. A type of HerdAnimal_Small and Ruminant. Antelope is a BiologicalTaxon."@en ; skos:prefLabel "antelope"@en ; skos:altLabel "antelopes"@en . ### http://umbel.org/umbel/rc/Antenna rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:definition "The electrical component used to receive electromagnetic signals"@en ; skos:altLabel "aerial"@en , "aerials"@en ; skos:prefLabel "antenna"@en ; skos:altLabel "antennae"@en , "antennas"@en . ### http://umbel.org/umbel/rc/AntennaCord rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The cord that connects the TV to the antenna"@en ; skos:prefLabel "antenna cord"@en ; skos:altLabel "antenna cords"@en . ### http://umbel.org/umbel/rc/AntennaSocket rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A socket located on the back of the television in which the antenna cord is plugged ."@en ; skos:prefLabel "antenna socket"@en . ### http://umbel.org/umbel/rc/Antenna_AnimalBodyPart rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "A movable segmented organ of sensation located on the head of insects, crustaceans and arachnids"@en ; skos:altLabel "antenna"@en , "antennae"@en , "antennas"@en ; skos:prefLabel "feeler"@en ; skos:altLabel "feelers"@en . ### http://umbel.org/umbel/rc/AnteriorCerebralArtery rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "anterior cerebral arteries"@en ; skos:prefLabel "anterior cerebral artery"@en . ### http://umbel.org/umbel/rc/AnteriorCommunicatingArtery rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "anterior communicating arteries"@en ; skos:prefLabel "anterior communicating artery"@en . ### http://umbel.org/umbel/rc/AnteriorInterventricularArtery rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "anterior interventricular arteries"@en ; skos:prefLabel "anterior interventricular artery"@en . ### http://umbel.org/umbel/rc/AnteriorTibialArtery rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all anterior tibial arteries. The AnteriorTibialArtery connects to the PoplitealArtery at its proximal end and supplies the LowerLeg, Ankle and foot (Foot_AnimalBodyPart)."@en ; skos:altLabel "anterior tibial arteries"@en ; skos:prefLabel "anterior tibial artery"@en . ### http://umbel.org/umbel/rc/AnteriorTibialVein rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all anterior tibial Veins. The AnteriorTibialVein connects to the PoplitealVein at its proximal end and to the dorsal pedis Vein at its distal end."@en ; skos:prefLabel "anterior tibial vein"@en ; skos:altLabel "anterior tibial veins"@en . ### http://umbel.org/umbel/rc/Anthem rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The collection of all anthems. A type of Song_CW."@en ; skos:prefLabel "anthem"@en ; skos:altLabel "anthems"@en , "song commonly used as a symbol"@en , "songs commonly used as a symbol"@en , "symbol that is also a song"@en , "symbolic representation that is also a song"@en . ### http://umbel.org/umbel/rc/Anther rdf:type owl:Class ; rdfs:subClassOf :Plants , , ; skos:definition "An anther is the pollen-bearing part of a flower's stamen."@en ; skos:prefLabel "anther"@en ; skos:altLabel "anthers"@en . ### http://umbel.org/umbel/rc/Anthrax rdf:type owl:Class ; rdfs:subClassOf , ; skos:altLabel "Anthrax Bacillus infection"@en , "Anthrax infection"@en , "Bacillus anthracis infection"@en ; skos:definition "The collection of all anthrax infections. A type of BacterialInfection.."@en ; skos:prefLabel "anthrax"@en ; skos:altLabel "anthrax bacterium infection"@en , "anthrax infection"@en , "yersinia infection"@en . ### http://umbel.org/umbel/rc/AnthraxInfection rdf:type owl:Class ; rdfs:subClassOf :Diseases , , , ; skos:altLabel "ANTH infection"@en , "ANTH infections"@en ; skos:definition "An instance of InfectionTypeByPathogenType, and a specialization of BacterialInfection. Each instance of AnthraxInfection is an infection caused by the bacterium Bacillus anthracis (see the collection Anthrax_Bacterium). Important specializations of AnthraxInfection include the collections InhalationalAnthrax and CutaneousAnthrax."@en ; skos:altLabel "Anthrax Bacillus infection"@en , "Anthrax infection"@en , "Bacillus anthracis infection"@en ; skos:prefLabel "anthrax"@en ; skos:altLabel "anthrax bacterium infection"@en , "anthrax infection"@en , "anthrax infections"@en , "case of ANTH"@en , "case of Splenic Fever"@en , "case of anthrax"@en , "cases of ANTH"@en , "cases of Splenic Fever"@en , "cases of anthrax"@en , "splenic fever"@en , "yersinia infection"@en . ### http://umbel.org/umbel/rc/Anthrax_BWBacterium rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition """This is the spec of Anthrax_Bacterium consisting of those anthrax bacteria of the type that would be used in a BiologicalWeapon. These bacteria would be selected for their size and for their producing a more slowly developing form of InhalationalAnthrax. The purpose of the latter is to delay the possible use of antibiotics until it is too late for them to be effective."""@en ; skos:prefLabel "strain of Anthrax used in biological weapons"@en ; skos:altLabel "strains of Anthrax used in biological weapons"@en , "weapons grade anthrax"@en . ### http://umbel.org/umbel/rc/Anthrax_Bacterium rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , , ; skos:definition "A collection. Each instance is a sample of the Bacterium Bacillus anthracis which is responsible for a usually fatal hemorrhagic disease of wild and domesticated livestock, especially cattle and sheep. Humans may become infected with Anthrax via contamination of a wound or by inhaling the organism. Anthrax infections in humans are often fatal if not treated early."@en ; skos:prefLabel "Anthrax"@en ; skos:altLabel "Anthrax Bacillus"@en , "Bacillus anthracis"@en , "anthrax bacteria"@en , "anthrax bacterium"@en , "yersinia"@en . ### http://umbel.org/umbel/rc/Anthrax_DryForm rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , ; skos:definition "The collection of all anthrax in dry form. A type of Anthrax_Bacterium. The collection Anthrax_DryForm is a BiologicalAgentType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "anthrax in dry form"@en ; skos:altLabel "anthrax stored in dry form"@en , "dried anthrax"@en , "dry anthrax"@en . ### http://umbel.org/umbel/rc/Anthrax_infection rdf:type owl:Class ; rdfs:subClassOf :Diseases . ### http://umbel.org/umbel/rc/Anthrax_vaccine rdf:type owl:Class ; rdfs:subClassOf ; skos:altLabel "ANTH infection vaccine"@en ; skos:definition "The collection of all anthrax vaccines. A type of Vaccine."@en ; skos:altLabel "anthrax infection vaccine"@en ; skos:prefLabel "anthrax vaccine"@en ; skos:altLabel "anthrax vaccines"@en , "case of ANTH vaccine"@en , "case of Splenic Fever vaccine"@en , "case of anthrax vaccine"@en , "splenic fever vaccine"@en , "vaccine for anthrax"@en , "vaccines for anthrax"@en . ### http://umbel.org/umbel/rc/AnthropologicalStudy rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A study of a group of people."@en ; skos:prefLabel "anthropological study"@en . ### http://umbel.org/umbel/rc/Anthropologist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of Scientists who work in the field of Anthropology."@en ; skos:prefLabel "anthropologist"@en ; skos:altLabel "anthropologists"@en . ### http://umbel.org/umbel/rc/Anthropology rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Anthropology: a SocialScienceType."@en ; skos:altLabel "anthropologically"@en ; skos:prefLabel "anthropology"@en ; skos:altLabel "more anthropologically"@en , "most anthropologically"@en . ### http://umbel.org/umbel/rc/AnthropologyDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A specialization of AcademicDepartment, instances of which conduct teaching and research in Anthropology."@en ; skos:prefLabel "anthropology department"@en ; skos:altLabel "anthropology departments"@en . ### http://umbel.org/umbel/rc/AntiAircraftArtillery rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of large anti-aircraft weapons (such as cannons)."@en ; skos:prefLabel "anti-aircraft artillery"@en . ### http://umbel.org/umbel/rc/AntiAircraftGun rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition """A collection of weapons, a subset of AntiAircraftArtillery. Each instance is an artillery piece intended to bring down enemy aircraft."""@en ; skos:altLabel "ack-ack gun"@en , "ack-ack guns"@en ; skos:prefLabel "anti-aircraft gun"@en ; skos:altLabel "anti-aircraft guns"@en . ### http://umbel.org/umbel/rc/AntiAircraftGun_SelfPropelled rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "self-propelled anti-aircraft gun"@en ; skos:altLabel "self-propelled anti-aircraft guns"@en . ### http://umbel.org/umbel/rc/AntiAircraftWeapon rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A collection. Each instance is a ground-based Weapon designed to attack and bring down aircraft. Those AntiAircraftWeapons that are not designated as AntiAircraftGuns, such as Missiles, will be classified simply as AntiAircraftWeapons."@en ; skos:prefLabel "anti-aircraft weapon"@en ; skos:altLabel "anti-aircraft weapons"@en . ### http://umbel.org/umbel/rc/AntiAmericanIdeology rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "AntiAmericanIdeology is a PoliticalBeliefSystem associated with agents -- groups, regimes, or individuals -- who have a negative vested interest (see negativeVestedInterest) in the UnitedStatesOfAmerica."@en ; skos:altLabel "anti-American"@en ; skos:prefLabel "anti-American ideology"@en ; skos:altLabel "anti-american"@en . ### http://umbel.org/umbel/rc/AntiArmorWeapon rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of Weapons that are designed to be used against ArmoredVehicles."@en ; skos:prefLabel "anti-armor weapon"@en ; skos:altLabel "anti-armor weapons"@en . ### http://umbel.org/umbel/rc/AntiCholesterolDrug rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The collection of all anti-cholesterol drugs. A type of DrugSubstance and ManufacturedGoods. AntiCholesterolDrug is a TherapeuticClassType."@en ; skos:prefLabel "anti-cholesterol drug"@en ; skos:altLabel "anti-cholesterol drugs"@en . ### http://umbel.org/umbel/rc/AntiDiarrheal rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "Drugs which relieve diarrhea."@en ; skos:prefLabel "anti-diarrheal drug"@en ; skos:altLabel "anti-diarrheal drugs"@en , "antidiarrheal"@en , "antidiarrheals"@en . ### http://umbel.org/umbel/rc/AntiEmetic rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which prevent or reduce nausea and vomitting."@en ; skos:altLabel "anti-emetic drug"@en , "anti-emetic drugs"@en ; skos:prefLabel "antiemetic"@en ; skos:altLabel "antiemetics"@en . ### http://umbel.org/umbel/rc/AntiFlatulent rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "Drugs which reduce flatulence."@en ; skos:altLabel "anti flatulent"@en , "anti flatulents"@en , "anti-flatulent"@en ; skos:prefLabel "anti-flatulent drug"@en ; skos:altLabel "anti-flatulent drugs"@en , "anti-flatulents"@en . ### http://umbel.org/umbel/rc/AntiFreeze rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "Radiator fluid used to cool internal combustion engines"@en ; skos:prefLabel "antifreeze"@en . ### http://umbel.org/umbel/rc/AntiGlareComputerScreen rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition """This is the collection of anti-glare screens that fit over the VideoScreens on computer monitors."""@en ; skos:prefLabel "anti-glare computer screen"@en ; skos:altLabel "anti-glare computer screens"@en , "anti-glare screen"@en , "anti-glare screens"@en . ### http://umbel.org/umbel/rc/AntiHeadacheAgent rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Don't get this confused with #$AntiMigraineAgent, as migraine drugs aren't usually used to treat normal headaches, and vice versa."@en ; skos:prefLabel "anti-headache agent"@en ; skos:altLabel "anti-headache agents"@en , "anti-headache drug"@en , "anti-headache drugs"@en . ### http://umbel.org/umbel/rc/AntiInflammatory rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which reduce inflammation."@en ; skos:altLabel "anti inflammatories"@en , "anti inflammatory"@en , "anti-inflammatories"@en ; skos:prefLabel "anti-inflammatory"@en ; skos:altLabel "anti-inflammatory drug"@en , "anti-inflammatory drugs"@en . ### http://umbel.org/umbel/rc/AntiIsraelIdeology rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "AntiIsraelIdeology is a PoliticalBeliefSystems associated with agents -- groups, regimes, or individuals -- who have a negative vested interest (see negativeVestedInterest) in the state of Israel."@en ; skos:prefLabel "anti-Israeli ideology"@en ; skos:altLabel "anti-Zionist ideology"@en . ### http://umbel.org/umbel/rc/AntiMineExplosives rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of explosive devices used to intentionally set off mines."@en ; skos:prefLabel "anti-mine explosive"@en ; skos:altLabel "anti-mine explosives"@en . ### http://umbel.org/umbel/rc/AntiPersonnelMine rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of LandMines that are intended to work on ArmyPersonnel as opposed to Tank_Vehicles or other vehicles."@en ; skos:prefLabel "anti-personnel mine"@en ; skos:altLabel "anti-personnel mines"@en . ### http://umbel.org/umbel/rc/AntiPersonnelWeapon rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of Weapons that are designed to be used specifically against people, as opposed to armored vehicles, submarines, or aircraft."@en ; skos:prefLabel "anti-personnel weapon"@en ; skos:altLabel "anti-personnel weapons"@en . ### http://umbel.org/umbel/rc/AntiPruritic rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which reduce itching."@en ; skos:altLabel "anti pruritic"@en , "anti pruritics"@en , "anti-pruritic"@en ; skos:prefLabel "anti-pruritic drug"@en ; skos:altLabel "anti-pruritic drugs"@en , "anti-pruritics"@en . ### http://umbel.org/umbel/rc/AntiPsychotic rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "The collection of all anti-psychotic drugs. A type of DrugSubstance and ManufacturedGoods. AntiPsychotic is a TherapeuticClassType."@en ; skos:prefLabel "anti-psychotic drug"@en ; skos:altLabel "anti-psychotic drugs"@en . ### http://umbel.org/umbel/rc/AntiRadarMissile rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of Missiles intended for use against radar."@en ; skos:prefLabel "anti-radar missile"@en ; skos:altLabel "anti-radar missiles"@en . ### http://umbel.org/umbel/rc/AntiRetroviralDrugClass rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The collection of all antiretroviral drugs (types of drugs that stop or supress the action of a retrovirus). A type of PrescriptionDrugType. The concept AntiRetroviralDrugClass is a SetOrCollectionType."@en ; skos:prefLabel "antiretroviral drug"@en ; skos:altLabel "antiretroviral drugs"@en . ### http://umbel.org/umbel/rc/AntiSemite rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all anti-Semites. A type of Racist. The collection AntiSemite is a PersonTypeByPrejudice and an IntelligentAgentTypeByBeliefSystem."@en ; skos:prefLabel "anti-Semite"@en ; skos:altLabel "anti-Semites"@en , "antiSemite"@en , "antiSemites"@en , "believer in anti-Semitism"@en . ### http://umbel.org/umbel/rc/AntiSemitism rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "The doctrine that holds that JewishPersons are less intelligent, caring, moral, etc. than othes, that they are more suited to different roles in society, and/or should be eliminated from the society."@en ; skos:prefLabel "anti-Semitism"@en ; skos:altLabel "antiSemitism"@en . ### http://umbel.org/umbel/rc/AntiShipMissile rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A subset of Missile comprising missiles that are designed to attack instances of ModernNavalShip."@en ; skos:prefLabel "anti-ship missile"@en ; skos:altLabel "anti-ship missiles"@en . ### http://umbel.org/umbel/rc/AntiSpywareProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "Software to detect and/or eliminate Spyware."@en ; skos:prefLabel "anti-spyware program"@en ; skos:altLabel "anti-spyware programme"@en , "anti-spyware programs"@en . ### http://umbel.org/umbel/rc/AntiSubmarineRocket rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition """The collection of Missiles designed to destroy or inflict damage on Submarines."""@en ; skos:altLabel "anti sub rocket"@en , "anti sub rockets"@en , "anti submarine rocket"@en , "anti submarine rockets"@en , "anti-sub rocket"@en , "anti-sub rockets"@en ; skos:prefLabel "anti-submarine rocket"@en ; skos:altLabel "anti-submarine rockets"@en . ### http://umbel.org/umbel/rc/AntiTankGuidedWeapon rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of guided missiles which have armor penetration capabilities and are used against tanks."@en ; skos:prefLabel "anti-tank guided weapon"@en ; skos:altLabel "anti-tank guided weapons"@en , "anti-tank missile"@en , "anti-tank missiles"@en . ### http://umbel.org/umbel/rc/AntiTankGuidedWeapon_AT3Sagger rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "anti tank guided weapon AT 3 sagger"@en . ### http://umbel.org/umbel/rc/AntiTankWeapon rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of Weapons intended for use against Tank_Vehicles and usually capable of piercing armor. In the modern military all AntiTankWeapons are Missiles, that is self-powered. This collection does not include IndirectFireWeapons such as #$Mortars, that although effective against Tank_Vehicles are not called anti-tank weapons."@en ; skos:prefLabel "anti-tank weapon"@en ; skos:altLabel "anti-tank weapons"@en . ### http://umbel.org/umbel/rc/AntiTankWeapon_M47Dragon rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "M47 Dragon"@en , "M47 Dragons"@en , "M47 anti-tank missile"@en , "M47 anti-tank missiles"@en ; skos:prefLabel "M47 anti-tank weapon"@en ; skos:altLabel "M47 anti-tank weapons"@en ; skos:definition "The M47 DRAGON is a particular type of anti-tank guided missile."@en . ### http://umbel.org/umbel/rc/AntiTankWeapon_Rocket rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of rocket propelled missiles designed to destroy tanks and other armored vehicles."@en ; skos:prefLabel "anti tank rocket"@en ; skos:altLabel "anti tank rockets"@en , "anti-tank rocket"@en , "anti-tank rockets"@en . ### http://umbel.org/umbel/rc/AntiTheftDevice rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all anti-theft devices. A type of SecurityDevice. The collection AntiTheftDevice is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "anti-theft device"@en ; skos:altLabel "anti-theft devices"@en . ### http://umbel.org/umbel/rc/AntiToxin rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:prefLabel "antitoxin"@en ; skos:altLabel "antitoxins"@en ; skos:definition "drugs used to counteract the effects of toxins."@en . ### http://umbel.org/umbel/rc/AntiVirusProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , , ; skos:definition "Software to detect and/or eliminate ComputerViruses."@en ; skos:altLabel "anti virus"@en , "anti virus program"@en , "anti virus programme"@en , "anti virus programs"@en , "anti virus software"@en , "anti viruses"@en , "anti-virus"@en , "anti-virus program"@en , "anti-virus programme"@en , "anti-virus programs"@en , "anti-virus software"@en , "anti-viruses"@en , "antivirus"@en ; skos:prefLabel "antivirus program"@en ; skos:altLabel "antivirus programme"@en , "antivirus programs"@en , "antivirus software"@en , "antiviruses"@en , "virus antidote"@en , "virus antidotes"@en , "virus cure"@en , "virus cures"@en , "virus detective"@en , "virus detectives"@en , "virus scan"@en , "virus scans"@en . ### http://umbel.org/umbel/rc/Anti_AbortionGroup rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , , ; skos:definition "A specialization of AdvocacyOrganization and IdeologicalOrganization. Each instance of Anti_AbortionGroup is an organization whose members are anti-abortion. Groups in this collection often are active in the political arena hiring lobbyists to promote their cause among politicians. There can be peaceful as well as violent anti-abortion groups (c.f. Anti_AbortionTerroristGroup)."@en ; skos:prefLabel "anti abortion group"@en ; skos:altLabel "anti abortion groups"@en . ### http://umbel.org/umbel/rc/Anti_AbortionMovement rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:prefLabel "the anti-abortion movement"@en . ### http://umbel.org/umbel/rc/Anti_AbortionTerroristGroup rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all anti-abortion terrorist groups. A type of Anti_AbortionGroup and USRightWingTerroristGroup."@en ; skos:prefLabel "anti-abortion terrorist group"@en ; skos:altLabel "anti-abortion terrorist groups"@en . ### http://umbel.org/umbel/rc/Anti_CorporationActivism rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:definition "The collection of all anti corporate activism. A type of Activism."@en ; skos:prefLabel "anti corporate activism"@en . ### http://umbel.org/umbel/rc/Anti_Semite rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all anti-Semites. A type of HomoSapiens."@en ; skos:prefLabel "anti-Semite"@en ; skos:altLabel "believer in anti-Semitism"@en . ### http://umbel.org/umbel/rc/Anti_tank_weapon rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all anti-tank weapons. A type of Artifact."@en ; skos:prefLabel "anti-tank weapon"@en ; skos:altLabel "anti-tank weapons"@en , "the collection of weapons that can attack tank"@en . ### http://umbel.org/umbel/rc/Antiarthritic rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "A type of DrugSubstance and ManufacturedGoods. Antiarthritic is a TherapeuticClassType."@en ; skos:prefLabel "antiarthritic drug"@en ; skos:altLabel "antiarthritic drugs"@en . ### http://umbel.org/umbel/rc/Antiasthmatic rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which are used to reduce the symptoms of asthma."@en ; skos:altLabel "anti asthmatic"@en , "anti asthmatics"@en , "anti-asthmatic"@en ; skos:prefLabel "anti-asthmatic drug"@en ; skos:altLabel "anti-asthmatic drugs"@en , "anti-asthmatics"@en . ### http://umbel.org/umbel/rc/AntibacterialCleanser rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A substance containing an antibiotic, which is intended to be used to clean wounds and inhibit them from becoming infected."@en ; skos:prefLabel "antibacterial cleanser"@en ; skos:altLabel "antibacterial cleansers"@en . ### http://umbel.org/umbel/rc/Antibiotic rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:altLabel "antibiotic"@en ; skos:prefLabel "antibiotic drug"@en ; skos:altLabel "antibiotic drugs"@en , "antibiotics"@en ; skos:definition "drug substances with anti-bacterial, anti-fungal, or anti-parasitical activity"@en . ### http://umbel.org/umbel/rc/AntibioticAdministration rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all administration of antibiotics. A type of AdministeringADrug. AntibioticAdministration is a LearnedActivityType."@en ; skos:prefLabel "administration of antibiotics"@en ; skos:altLabel "antibiotic administration"@en . ### http://umbel.org/umbel/rc/AntibioticCream rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "An ointment containing an antibiotic, which is intended to be used on wounds to prevent infection."@en ; skos:prefLabel "antibiotic cream"@en . ### http://umbel.org/umbel/rc/Antibodies rdf:type owl:Class ; rdfs:subClassOf , ; skos:prefLabel "antibodies"@en . ### http://umbel.org/umbel/rc/AntibodyIgA rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "IgA"@en ; skos:altLabel "IgA antibodies"@en , "IgA antibody"@en , "Immunoglobulin A"@en ; skos:definition "The collection of all IgA antibodies. A type of AntibodyMolecule."@en . ### http://umbel.org/umbel/rc/AntibodyIgD rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "IgD"@en ; skos:altLabel "IgD antibodies"@en , "IgD antibody"@en ; skos:definition "The collection of all IgD antibodies. A type of AntibodyMolecule. AntibodyIgD is a #$ProteinMoleculeType."@en . ### http://umbel.org/umbel/rc/AntibodyIgE rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "IgE"@en ; skos:altLabel "IgE antibodies"@en , "IgE antibody"@en , "Immunoglobulin E"@en ; skos:definition "The collection of all IgE antibodies. A type of AntibodyMolecule."@en . ### http://umbel.org/umbel/rc/AntibodyIgG rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "IgG"@en ; skos:altLabel "IgG antibodies"@en , "IgG antibody"@en , "Immunoglobulin G"@en ; skos:definition "The collection of all IgG. A type of AntibodyMolecule."@en . ### http://umbel.org/umbel/rc/AntibodyIgM rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "IgM"@en ; skos:altLabel "IgM antibodies"@en , "IgM antibody"@en , "Immunoglobulin M"@en ; skos:definition "The collection of all IgM antibodies. A type of AntibodyMolecule."@en . ### http://umbel.org/umbel/rc/AntibodyMolecule rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A specialization of ReceptorMolecule, GlobularProteinMolecule, and BloodProteinMolecule. Each instance of AntibodyMolecule is a gamma globulin protein that is used by the immune system of a vertebrate to neutralize foreign bodies (e.g. viruses) in the bloodstream."@en ; skos:altLabel "antibodies"@en ; skos:prefLabel "antibody"@en ; skos:altLabel "immunoglobulin"@en , "immunoglobulins"@en . ### http://umbel.org/umbel/rc/AntibodyType rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances . ### http://umbel.org/umbel/rc/AnticholinesteraseCompoundType rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all instances of ChemicalSubstanceType that can be used to disable Acetylcholinesterase in animals. Such compounds are frequently used as Pesticides, but some are also NerveAgentTypes."@en ; skos:prefLabel "anticholinesterase compound"@en ; skos:altLabel "anticholinesterase compounds"@en . ### http://umbel.org/umbel/rc/Anticipation_Feeling rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "Emotion accompanying an expectation of something pleasant in the foreseeable future. This is a collection; for an explanation of a typical EmotionalQuantityType, see Happiness. "@en ; skos:altLabel "anticipation"@en ; skos:prefLabel "expectancy"@en . ### http://umbel.org/umbel/rc/Anticoagulant rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "A specialization of #$DrugProduct. Each instance of Anticoagulant is a portion of a drug that, when taken in a recommended dosage, can prevent or reduce the clotting of blood."@en ; skos:altLabel "anticoagulant"@en , "anticoagulants"@en ; skos:prefLabel "blood thinner"@en ; skos:altLabel "blood thinners"@en . ### http://umbel.org/umbel/rc/Anticodon rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:prefLabel "anticodon"@en ; skos:altLabel "anticodons"@en . ### http://umbel.org/umbel/rc/Anticommunist rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all anticommunists. A type of HomoSapiens."@en ; skos:prefLabel "anticommunist"@en ; skos:altLabel "anticommunists"@en , "believer in anti-communist beliefs"@en , "believer in anti-communist ideologies"@en . ### http://umbel.org/umbel/rc/AnticommunistIdeology rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition """A belief that Communism is a pernicious belief system, and one that must be resisted."""@en ; skos:altLabel "anti-communism"@en , "anti-communist"@en , "anti-communist belief"@en , "anti-communist beliefs"@en , "anti-communist ideologies"@en ; skos:prefLabel "anti-communist ideology"@en ; skos:altLabel "anticommunist"@en . ### http://umbel.org/umbel/rc/Anticonvulsant rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs that reduce or prevent convulsions."@en ; skos:altLabel "anticonvulsant"@en , "anticonvulsant drug"@en , "anticonvulsant drugs"@en ; skos:prefLabel "anticonvulsant medication"@en ; skos:altLabel "anticonvulsant medications"@en , "anticonvulsants"@en . ### http://umbel.org/umbel/rc/Antidepressant rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which treat psychic depression."@en ; skos:prefLabel "anti depressant"@en ; skos:altLabel "anti depressants"@en , "anti-depressant"@en , "anti-depressants"@en , "antidepressant"@en , "antidepressants"@en . ### http://umbel.org/umbel/rc/Antifungal rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "Drugs which are used to prevent or fight infections caused by fungi."@en ; skos:altLabel "anti fungal"@en , "anti fungals"@en , "anti-fungal"@en ; skos:prefLabel "anti-fungal drug"@en ; skos:altLabel "anti-fungal drugs"@en , "anti-fungals"@en . ### http://umbel.org/umbel/rc/Antigen rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition """The collection of substances that can stimulate immune response. For example, bacteria [Bacterium], Viruses, proteins [ProteinMolecule] can serve as Antigens."""@en ; skos:prefLabel "antigen"@en ; skos:altLabel "antigens"@en . ### http://umbel.org/umbel/rc/AntiguaAndBarbuda rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:altLabel "ATG"@en ; skos:prefLabel "Antigua and Barbuda"@en ; skos:definition "The nation of Antigua and Barbuda as it has existed throughout time as a GeopoliticalEntity. For its territorial extent use either (TerritoryFn AntiguaAndBarbuda) or make assertions in the WorldGeographyDualistMt or a submicrotheory."@en . ### http://umbel.org/umbel/rc/AntiguaAndBarbudaPerson rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , , ; skos:altLabel "Antiguan"@en , "Antiguan people"@en ; skos:prefLabel "Antiguan person"@en ; skos:altLabel "Antiguan persons"@en , "Antiguans"@en ; skos:definition "This is the collection of people who are citizens of AntiguaAndBarbuda, or participate in its NationalCulture."@en . ### http://umbel.org/umbel/rc/Antigua_Island rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Antigua"@en ; skos:altLabel "Antigua Island"@en , "Antiguan"@en ; skos:definition "Main island of AntiguaAndBarbuda"@en . ### http://umbel.org/umbel/rc/Antihistamine rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which are used to alleviate the symptoms associated with allergies."@en ; skos:altLabel "anti-histamine"@en , "anti-histamines"@en ; skos:prefLabel "antihistamine"@en ; skos:altLabel "antihistamine drug"@en , "antihistamine drugs"@en , "antihistamines"@en . ### http://umbel.org/umbel/rc/AntihypertensiveDrugSubstance rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "Drugs which are used to reduce high blood pressure."@en ; skos:altLabel "anti-hypertensive drug"@en , "anti-hypertensive drugs"@en , "antihypertensive"@en , "antihypertensive drug"@en , "antihypertensive drugs"@en , "antihypertensives"@en ; skos:prefLabel "blood pressure drug"@en ; skos:altLabel "blood pressure drugs"@en , "blood pressure medication"@en , "blood pressure medications"@en . ### http://umbel.org/umbel/rc/Antihypertensive_Drug rdf:type owl:Class ; rdfs:subClassOf :Drugs . ### http://umbel.org/umbel/rc/AntilockBrakeSystem rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all ABS. A type of PowerBrakeSystem. AntilockBrakeSystem is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "anti-lock brake"@en ; skos:altLabel "anti-lock brakes"@en , "antilock brake"@en , "antilock brakes"@en . ### http://umbel.org/umbel/rc/AntimalarialDrug rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs used to cure or ameliorate malaria."@en ; skos:prefLabel "antimalarial drug"@en ; skos:altLabel "antimalarial drugs"@en . ### http://umbel.org/umbel/rc/Antimony rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , ; skos:definition "AntimonyStuff. A piece (i.e., specific collections of nearby molecules) of antimony; typically, these will be tightly bound into solid form."@en ; skos:altLabel "Sb"@en ; skos:prefLabel "antimony"@en . ### http://umbel.org/umbel/rc/Antimony_OxideOfMercury rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "antimony"@en . ### http://umbel.org/umbel/rc/AntineoplasticAgent rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Class of drug products that inhibit or prevent the growth and reproduction of malignant cells."@en ; skos:prefLabel "antineoplastic agent"@en ; skos:altLabel "antineoplastic agents"@en . ### http://umbel.org/umbel/rc/AntiochDunesEveningPrimrose rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:prefLabel "Antioch Dunes evening-primrose"@en ; skos:altLabel "Oenothera deltoides howellii"@en ; skos:definition "The collection of all Antioch Dunes evening-primroses. A type of FloweringPlant. AntiochDunesEveningPrimrose is a BiologicalSubspecies, a SpatiallyDisjointObjectType, and an Endangered_OrganismTypeByExistentialThreatLevel."@en . ### http://umbel.org/umbel/rc/AntiochianOrthodoxPriest rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:prefLabel "Antiochian Orthodox priest"@en ; skos:altLabel "Antiochian Orthodox priests"@en ; skos:definition "The collection of all Antiochian Orthodox priests. A type of OrthodoxPriest. The collection AntiochianOrthodoxPriest is a ClericTypeByReligionAndPosition and a PersonTypeByOccupation."@en . ### http://umbel.org/umbel/rc/Antioxidant rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "Antioxidants reduce the risk of free radical health related problems, such as Cancer and Atherosclerosis, by preventing oxidation which could cause a change in the ways cells differentiate."@en ; skos:altLabel "anti-oxidant"@en , "anti-oxidants"@en ; skos:prefLabel "antioxidant"@en ; skos:altLabel "antioxidants"@en . ### http://umbel.org/umbel/rc/Antiperspirant rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all antiperspirant. A type of ToiletrySubstance. The concept Antiperspirant is a TangibleStuffCompositionType and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "antiperspirant"@en . ### http://umbel.org/umbel/rc/Antipyretic rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which reduce fever."@en ; skos:altLabel "anti pyretic"@en , "anti pyretics"@en , "anti-pyretic"@en , "anti-pyretic drug"@en , "anti-pyretic drugs"@en , "anti-pyretics"@en ; skos:prefLabel "antipyretic"@en ; skos:altLabel "antipyretics"@en , "febrifuge"@en , "febrifuges"@en , "fever medicine"@en , "fever medicines"@en . ### http://umbel.org/umbel/rc/Antique rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Used as an attribute of a product to indicate it's antique. "@en ; skos:altLabel "antique"@en ; skos:prefLabel "relic"@en ; skos:altLabel "relics"@en . ### http://umbel.org/umbel/rc/AntiqueFurnitureMarketCategory rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , , ; skos:definition "The collection of all antique furniture. A type of Collectible and Product. AntiqueFurnitureMarketCategory is a ProductTypeByMarketCategory."@en ; skos:prefLabel "antique furniture"@en . ### http://umbel.org/umbel/rc/Antique_ProvincePhilippines rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Antiquity rdf:type owl:Class ; rdfs:subClassOf :Time ; skos:definition "The term used by historians to refer to the period from the start of recorded human history (c. 3000 BCE) with chronicles and simple business records (in the middle east) to about 600 CE, just before the rise of Islam."@en ; skos:altLabel "antiquities"@en ; skos:prefLabel "antiquity"@en . ### http://umbel.org/umbel/rc/Antiseptic rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drug product which is intended to kill germs. Nearly always used topically."@en ; skos:prefLabel "antiseptic"@en ; skos:altLabel "antiseptics"@en . ### http://umbel.org/umbel/rc/Antiviral rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "Drugs which are used to prevent or fight infections caused by viruses."@en ; skos:altLabel "anti viral"@en , "anti virals"@en , "anti-viral"@en ; skos:prefLabel "anti-viral drug"@en ; skos:altLabel "anti-viral drugs"@en , "anti-virals"@en , "antiviral drug"@en , "antiviral drugs"@en . ### http://umbel.org/umbel/rc/Antler rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "Long, branching horns on deer and other animals"@en ; skos:prefLabel "antler"@en ; skos:altLabel "antlers"@en . ### http://umbel.org/umbel/rc/Antlia_Constellation rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Antlia"@en ; skos:definition "The constellation Antlia, the Air Pump."@en . ### http://umbel.org/umbel/rc/Antwerpen_ProvinceBelgium rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Anus rdf:type owl:Class ; rdfs:subClassOf :Animals , , , ; skos:definition "Posterior opening of the digestive tract."@en ; skos:altLabel "anal"@en , "anally"@en ; skos:prefLabel "anus"@en ; skos:altLabel "anuses"@en , "ass hole"@en , "ass holes"@en , "asshole"@en , "assholes"@en , "back orifice"@en , "back orifices"@en , "but hole"@en , "but holes"@en , "butt hole"@en , "butt holes"@en , "more anally"@en , "most anally"@en , "rear orifice"@en , "rear orifices"@en . ### http://umbel.org/umbel/rc/Anxiolytic rdf:type owl:Class ; rdfs:subClassOf :Drugs , , ; skos:definition "The collection of all anxiolytics. A type of DrugSubstance and ManufacturedGoods. Anxiolytic is a TherapeuticClassType."@en ; skos:prefLabel "anxiolytic"@en ; skos:altLabel "anxiolytics"@en . ### http://umbel.org/umbel/rc/Aorta rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all aortas. An Aorta is the main Artery in a body, containing oxygenated Blood, leaving the Heart and relaying Blood to the arterial network."@en ; skos:prefLabel "aorta"@en ; skos:altLabel "aortae"@en , "aortas"@en , "aortic"@en . ### http://umbel.org/umbel/rc/AorticArch rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all aortic arches. An AorticArch is the horizontal section of an Aorta following the AscendingAorta and preceding the DescendingAorta. Each BrachiocephalicArtery (or trunk), left CommonCarotidArtery and left SubclavianArtery branches off of an AorticArch."@en ; skos:altLabel "aorta arch"@en , "aorta arches"@en ; skos:prefLabel "aortic arch"@en ; skos:altLabel "aortic arches"@en , "arch of the aorta"@en , "arches of the aorta"@en , "transverse aorta"@en , "transverse aortae"@en , "transverse aortas"@en . ### http://umbel.org/umbel/rc/AorticValve rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "Aortic Valves"@en ; skos:definition "The collection of all aortic semilunar Valves. Each instance of this collection is Valve at the Portal from the left VentricleOfHeart into the Aorta which prevents Blood from passing back from the aorta into the Heart."@en ; skos:prefLabel "aortic valve"@en ; skos:altLabel "aortic valves"@en . ### http://umbel.org/umbel/rc/ApacheLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "Amerindian language of the southwest of North America"@en ; skos:prefLabel "Apache"@en . ### http://umbel.org/umbel/rc/ApacheModule rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "A specialization of ComputerProgramModule_CW. Each instance of this collection is a module of the ApacheWebServer."@en ; skos:prefLabel "apache module"@en . ### http://umbel.org/umbel/rc/ApacheWebServer rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:altLabel "Apache"@en , "Apache Apache"@en , "Apache Group Apache"@en , "Apache Software Foundation Apache"@en ; skos:prefLabel "Apache web server"@en ; skos:definition "ApacheWebServer is a free open source code instance of WorldWideWebServerProgram. It is extremely widely used. Its configuration file, Apache_httpd_conf_TheConfigurationFile, determines much of its behavior."@en . ### http://umbel.org/umbel/rc/ApalachicolaRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "one of the Principal World Rivers"@en ; skos:prefLabel "the Apalachicola River"@en . ### http://umbel.org/umbel/rc/Apartheid rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "The white South African governmental policy of apartness, which meant keeping whites, blacks, those of Indian heritage, and those of mixed-race legally separated in society."@en ; skos:prefLabel "apartheid"@en . ### http://umbel.org/umbel/rc/ApartmentBuilding rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "A specialization of ModernHumanResidence. Each instance of ApartmentBuilding is a building that consists of a number of ApartmentUnits."@en ; skos:prefLabel "apartment building"@en ; skos:altLabel "apartment buildings"@en , "apartment complex"@en , "apartment complexes"@en , "apartment house"@en , "apartment houses"@en , "block of flats"@en , "blocks of flats"@en . ### http://umbel.org/umbel/rc/ApartmentComplex rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The collection of all apartment complexes. A type of group of buildings and ConstructionArtifact. ApartmentComplex is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "apartment complex"@en ; skos:altLabel "apartment complexes"@en . ### http://umbel.org/umbel/rc/ApartmentUnit rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "An apartment where people live."@en ; skos:prefLabel "apartment"@en ; skos:altLabel "apartments"@en , "flat"@en , "flats"@en . ### http://umbel.org/umbel/rc/Apatite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all apatite. A type of Mineral. Apatite is an ExistingStuffType."@en ; skos:prefLabel "apatite"@en . ### http://umbel.org/umbel/rc/Ape rdf:type owl:Class ; rdfs:subClassOf :Animals , , , ; skos:definition "A specialization of Primate and NonPersonAnimal. Each instance of Ape is a tailless primate belonging to the family Pongidae (of which there are 11 species), native to central Africa and South Asia."@en ; skos:prefLabel "ape"@en ; skos:altLabel "apes"@en . ### http://umbel.org/umbel/rc/Apennines_Mountains rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "mountains running the length of the Italian peninsula"@en ; skos:prefLabel "the Apennines"@en ; skos:altLabel "the Apennines Mountains"@en . ### http://umbel.org/umbel/rc/ApexOfLung rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of the general uppermost (superior) portions of Lungs."@en ; skos:prefLabel "apex of lung"@en ; skos:altLabel "apexes of lung"@en . ### http://umbel.org/umbel/rc/Aphrodite_TheGoddess rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:prefLabel "Aphrodite"@en ; skos:definition "goddess of love; counterpart of the Roman Venus."@en . ### http://umbel.org/umbel/rc/AphylacticProjection rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "A specialization of SurfaceProjection (q.v.). Each instance of AphylacticProjection is a surface projection function that preserves neither the areas of (cf. EqualAreaProjection) nor the angles between (cf. ConformalProjection) the regions subsumed by its source surface (see projectionSource)."@en ; skos:prefLabel "aphylactic projection"@en ; skos:altLabel "aphylactic projections"@en . ### http://umbel.org/umbel/rc/Apnea rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition """Apnea is a specialization of the AilmentCondition collection for cases characterized by cessation of breathing. Subtypes of Apnea include SleepApnea and apnea during feeding. Since sleep apnea is the most common case, usage of Apnea should be restricted to the generic interpretation, such as in medical texts."""@en ; skos:prefLabel "apnea"@en ; skos:altLabel "apneas"@en . ### http://umbel.org/umbel/rc/Apocrypha rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo ; skos:altLabel "the Apochrypha"@en ; skos:prefLabel "the Apocrypha"@en . ### http://umbel.org/umbel/rc/ApocryphalBook rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:altLabel "Apochryphal Book"@en ; skos:prefLabel "Apocryphal Book"@en ; skos:definition "The collection of all Apocryphal Books of the Bible. A type of BookOfTheBible."@en . ### http://umbel.org/umbel/rc/Apollo11LunarTrip rdf:type owl:Class ; rdfs:subClassOf :Events ; skos:prefLabel "Apollo 11 Lunar Trip"@en ; skos:definition "The first manned trip to the moon with a successful landing."@en . ### http://umbel.org/umbel/rc/ApolloSpacecraft rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:prefLabel "Apollo"@en ; skos:definition "The collection of all Apollo manned Spacecraft. Each ApolloSpacecraft could transport three Astronauts to Earth orbit. Several ApolloSpacecraft went to the moon (MoonOfEarth)."@en ; skos:altLabel "the Apollo spacecraft"@en . ### http://umbel.org/umbel/rc/Apologizing rdf:type owl:Class ; rdfs:subClassOf :Activities , , , ; skos:definition "This is the collection of actions in which one human agent--that is, an individual person or an organization--expresses regret to another for a previous wrong."@en ; skos:altLabel "apologise"@en , "apologised"@en , "apologises"@en , "apologising"@en , "apologize"@en , "apologized"@en , "apologizes"@en ; skos:prefLabel "apologizing"@en ; skos:altLabel "had apologised"@en , "had apologized"@en , "has apologised"@en , "has apologized"@en , "have apologised"@en , "have apologized"@en , "will apologise"@en , "will apologize"@en , "will have apologised"@en , "will have apologized"@en . ### http://umbel.org/umbel/rc/Aponeurosis rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all aponeuroses. A type of ConnectiveTissue, AnimalBodyRegion, and InternalAnatomicalPart. The concept Aponeurosis is an AnimalBodyPartType and a SpatiallyDisjointObjectType."@en ; skos:altLabel "aponeuroses"@en ; skos:prefLabel "aponeurosis"@en . ### http://umbel.org/umbel/rc/Apophyllite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "apophyllite"@en . ### http://umbel.org/umbel/rc/Apoptosis rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , , ; skos:definition "This is the collection of events in which cells, in a sense, commit suicide. It is often called programmed cell death."@en ; skos:prefLabel "apoptosis"@en ; skos:altLabel "programmed cell death"@en , "programmed cell deaths"@en . ### http://umbel.org/umbel/rc/AppalachianMonkeyfacePearlyMussel rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Appalachian monkeyface pearly mussel"@en ; skos:altLabel "Appalachian monkeyface pearly mussels"@en , "Quadrula sparsa"@en . ### http://umbel.org/umbel/rc/AppalachianMountains rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Appalachian Mountains"@en ; skos:prefLabel "Appalachians"@en ; skos:definition "mountains running the length of the East Coast from Quebec to Alabama"@en . ### http://umbel.org/umbel/rc/AppalachianTrail rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "the Appalachian Trail"@en . ### http://umbel.org/umbel/rc/AppealsCourt rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all courts that hear cases which appeal the rulings of a lower court. A type of Court_Judicial."@en ; skos:prefLabel "appeals court"@en ; skos:altLabel "appeals courts"@en , "appellate court"@en , "appellate courts"@en . ### http://umbel.org/umbel/rc/Appendage_AnimalBodyPart rdf:type owl:Class ; rdfs:subClassOf :Animals , , , ; skos:definition """An AnimalBodyPartType and a specialization of both ExternalAnatomicalPart and AnimalBodyPart. Appendage_AnimalBodyPart is the collection of all appendages of Animals. An appendage is a body part that is connected to, and extends from, an animal's Torso (or from another of the animal's appendages, such as a hand extending from an arm). Each appendage is used by the Animal for one or more functions. Altogether, appendages serve a wide variety of functions, including locomotion, manipulation, sensing, fighting, scratching, heat dissipation, and balance. Note that appendages are not crucial for the life of the animal; thus a Neck_AnimalBodyPart or Head_AnimalBodyPart is not considered to be an appendage."""@en ; skos:prefLabel "appendage"@en ; skos:altLabel "appendages"@en . ### http://umbel.org/umbel/rc/Appendectomy rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of all appendectomies, which are surgeries performed to remove appendixes. A type of RemovalOfUniqueBodyPart, SolidEnteringFluid, and SurgicalTreatment. Appendectomy is a SkilledActivityType."@en ; skos:altLabel "appendectomies"@en ; skos:prefLabel "appendectomy"@en . ### http://umbel.org/umbel/rc/Appendicitis rdf:type owl:Class ; rdfs:subClassOf :Diseases , , ; skos:definition "A collection of AilmentConditions in which the Appendix_OrganPart becomes infected. If the Appendix_OrganPart is not removed promptly, toxins are released into the bloodstream and can lead to death."@en ; skos:prefLabel "appendicitis"@en ; skos:altLabel "appendicitis infection"@en , "appendicitis infections"@en , "appendix infection"@en , "case of appendicitis"@en , "cases of appendicitis"@en , "vermiform appendix infection"@en , "vermiform process infection"@en . ### http://umbel.org/umbel/rc/Appendix_OrganPart rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A vestigial organ which is part of the LargeIntestine."@en ; skos:prefLabel "appendix"@en ; skos:altLabel "appendixes"@en , "vermiform appendix"@en , "vermiform appendixes"@en , "vermiform process"@en , "vermiform processes"@en . ### http://umbel.org/umbel/rc/Appendix_PCW rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all textual subdivisions that are appendices to larger, structured, typically book-length PropositionalConceptualWorks. An example would be Appendix D of ChemistryTheCentralScience_Textbook."@en ; skos:prefLabel "appendix"@en ; skos:altLabel "appendixes"@en . ### http://umbel.org/umbel/rc/Appenzeller_Cheese rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:altLabel "Appenzeller"@en ; skos:prefLabel "Appenzeller cheese"@en ; skos:definition "This is the collection of all instances of Appenzeller, a gruyere-like cheese from Switzerland."@en . ### http://umbel.org/umbel/rc/Appetizer rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:definition "Food dishes which might be served as an appetizer."@en ; skos:prefLabel "appetizer"@en ; skos:altLabel "appetizers"@en . ### http://umbel.org/umbel/rc/AppetizerCourse rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:definition "The appetizer course, if it happens during a given HavingAMeal, happens first. For a given meal there is no more than one appetizer course."@en ; skos:prefLabel "appetizer course"@en . ### http://umbel.org/umbel/rc/AppleComputer rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all personal computers made by AppleInc with the Apple brand name."@en ; skos:prefLabel "apple computer"@en . ### http://umbel.org/umbel/rc/AppleComputerProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:prefLabel "Apple software"@en ; skos:definition "Software products made by Apple Inc."@en . ### http://umbel.org/umbel/rc/ApplePie rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , , ; skos:definition "The collection of all apple pies, which are fruit pies whose filling consists of sugar and apples. The collection ApplePie is a DefaultDisjointEdibleStuffType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "apple pie"@en ; skos:altLabel "apple pies"@en . ### http://umbel.org/umbel/rc/AppleTree rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:altLabel "Malus pumila"@en ; skos:definition "The collection of all apple trees. A type of FruitTree. AppleTree is a BiologicalSpecies and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "apple tree"@en ; skos:altLabel "apple trees"@en . ### http://umbel.org/umbel/rc/Apple_juice rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , , , , ; skos:definition "The collection of all apple juice. A type of Juice, Mixture, and SweetTaste."@en ; skos:prefLabel "apple juice"@en ; skos:altLabel "cider"@en , "juice of apple"@en . ### http://umbel.org/umbel/rc/Apple_tree_wood rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:altLabel "Malus pumila wood"@en ; skos:definition "The collection of all apple tree wood. A type of Wood."@en ; skos:prefLabel "apple tree wood"@en . ### http://umbel.org/umbel/rc/Applet_ComputerProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "Applets are small computer programs written in JavaProgrammingLanguage. See also Servlet_ComputerProgram."@en ; skos:altLabel "applet"@en , "applets"@en ; skos:prefLabel "java applet"@en ; skos:altLabel "java applets"@en . ### http://umbel.org/umbel/rc/ApplianceRepairShop rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , ; skos:definition "An organization which is a local customer point of contact, and which repairs appliances."@en ; skos:prefLabel "appliance repair shop"@en ; skos:altLabel "appliance repair shops"@en . ### http://umbel.org/umbel/rc/ApplianceStore rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all appliance stores, which are stores that sell appliances, such as refrigerators and washing machines. A type of RetailStore. ApplianceStore is a RetailOutletCategoryType."@en ; skos:altLabel "appliance shop"@en , "appliance shops"@en ; skos:prefLabel "appliance store"@en ; skos:altLabel "appliance stores"@en . ### http://umbel.org/umbel/rc/Applicant rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all applicants. A type of HomoSapiens."@en ; skos:prefLabel "applicant"@en ; skos:altLabel "applicants"@en . ### http://umbel.org/umbel/rc/ApplicationAccount rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "A person with an instance of ApplicationAccount is able to access a set of files associated with a computer application program. The most notable subcollection of ApplicationAccount is FTPAccount, but there are many others."@en ; skos:prefLabel "application account"@en . ### http://umbel.org/umbel/rc/ApplicationForm rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "A form containing questions about certain basic personal data, used when applying for something (typically, a job). The physical instrument with which one applies for something."@en ; skos:altLabel "application"@en ; skos:prefLabel "application form"@en ; skos:altLabel "application forms"@en , "applications"@en . ### http://umbel.org/umbel/rc/ApplicationLayerProtocol rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all network protocols that implement an application layer. A user interacts directly with an instance of ApplicationLayerProtocol, so it is the top layer in a NetworkProtocolStack. In an instance of OpenSystemInterconnectionReferenceModel, an ApplicationLayerProtocol communicates with a PresentationLayerProtocol. In most other models, it communicates with a TransportLayerProtocol."@en ; skos:prefLabel "application layer protocol"@en ; skos:altLabel "application layer protocols"@en . ### http://umbel.org/umbel/rc/ApplicationProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "A specialization of ComputerProgram_CW. Each instance of ApplicationProgram is a program whose running copies perform specific functions either directly for users or as background processes. ApplicationProgram is disjoint with OperatingSystem and OperatingSystemKernel. Together, these three collections partition ComputerProgram_CW."@en ; skos:altLabel "application"@en ; skos:prefLabel "application program"@en ; skos:altLabel "application programme"@en , "application programs"@en , "applications"@en . ### http://umbel.org/umbel/rc/ApplicationProgrammingInterface rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:altLabel "Application Program Interfaces"@en , "Application Programming Interface"@en , "Application Programming Interfaces"@en ; skos:definition """The collection of all application programming interfaces (APIs). An API is a specification for a set of computer functions which describes only their input and output, while remaining neutral about how they operate, and (often) what operating system or what hardware the API is implemented on. In theory, this allows software using the API to be unaffected by details in the way the API functions are actually written."""@en ; skos:prefLabel "application program interface"@en ; skos:altLabel "application program interfaces"@en , "application programming interface"@en , "application programming interfaces"@en . ### http://umbel.org/umbel/rc/ApplicationProtocolDataUnit rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , , ; skos:definition """ApplicationProtocolDataUnit the collection of discrete blocks of data that are composed by instances ApplicationLayerProtocol and passed down to a PresentationLayerProtocol, SessionLayerProtocol, or TransportLayerProtocol. APDUs contain data generated by an application."""@en ; skos:prefLabel "application protocol data unit"@en . ### http://umbel.org/umbel/rc/ApplicationSpecific_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopLevelTopic and a KBDependentCollection."@en ; skos:prefLabel "application specific topic"@en . ### http://umbel.org/umbel/rc/ApplicationVirus rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition """This is the collection of all elements of ComputerVirus which infect an application program and are therefore activated at some point during the use of that application."""@en ; skos:altLabel "application virii"@en ; skos:prefLabel "application virus"@en ; skos:altLabel "application viruses"@en . ### http://umbel.org/umbel/rc/AppliedDesignFieldOfStudy rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of fields of study. Each element of AppliedDesignFieldOfStudy is a specialized body of knowledge about the design of useful objects or structures. Examples: ArchitecturalDesign, commercial art studies, industrial design."@en ; skos:prefLabel "applied design"@en . ### http://umbel.org/umbel/rc/AppliedLinguistics rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:prefLabel "applied linguistics"@en . ### http://umbel.org/umbel/rc/AppliedMechanics rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:prefLabel "applied mechanics"@en . ### http://umbel.org/umbel/rc/AppliedResearchAndDevelopment rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all applied research and development. A type of IntelligentAgentActivity. The collection AppliedResearchAndDevelopment is an IterativeSituationType and a SkilledActivityType."@en ; skos:prefLabel "applied research and development"@en . ### http://umbel.org/umbel/rc/ApplyingATorque rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "The event of applying a force which producs a torque"@en ; skos:altLabel "had torqued"@en , "has torqued"@en , "have torqued"@en ; skos:prefLabel "torque"@en ; skos:altLabel "torqued"@en , "torques"@en , "torquing"@en , "will have torqued"@en , "will torque"@en . ### http://umbel.org/umbel/rc/AppointedOffice rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of all public offices normally filled by appointment. For example, USStateSecretaryOfState. A normally elected or hereditary office filled in an exceptional circumstance by appointment does not become an instance of AppointedOffice as a result."@en ; skos:prefLabel "appointed office"@en ; skos:altLabel "appointed offices"@en , "office filled by appointment"@en , "offices filled by appointment"@en . ### http://umbel.org/umbel/rc/Appointment rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , ; skos:definition "An agreement to do something (usually meet someone) at a specified time and place"@en ; skos:prefLabel "appointment"@en ; skos:altLabel "appointments"@en . ### http://umbel.org/umbel/rc/AppointmentCard rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , , ; skos:definition "The sort of card a dentist gives you to confirm and remind you of an appointment."@en ; skos:prefLabel "appointment card"@en ; skos:altLabel "appointment cards"@en , "appointment reminder card"@en , "appointment reminder cards"@en . ### http://umbel.org/umbel/rc/AppointmentLetter rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , ; skos:definition "A letter which contains an offer of employment (and the terms) from an organization to an individual."@en ; skos:altLabel "appointment letter"@en , "appointment letters"@en ; skos:prefLabel "letter of appointment"@en ; skos:altLabel "letter of appointments"@en . ### http://umbel.org/umbel/rc/Appositive rdf:type owl:Class ; rdfs:subClassOf :Notations . ### http://umbel.org/umbel/rc/AppraisalOfRealEstate rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all real estate appraisals. A type of Appraising."@en ; skos:altLabel "appraisal of real estate"@en , "appraisal of real estates"@en , "property evaluation"@en , "property evaluations"@en ; skos:prefLabel "real estate appraisal"@en ; skos:altLabel "real estate appraisals"@en . ### http://umbel.org/umbel/rc/AppraisalReportDocument rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all appraisal reports. A type of OfficialDocument. The collection AppraisalReportDocument is an ArtifactTypeByFunction and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "appraisal report"@en ; skos:altLabel "appraisal reports"@en . ### http://umbel.org/umbel/rc/Appraiser rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of instances of PersonWithOccupation whose job it is to determine the likely selling price of some object based upon an interpretation of disinterested facts and judgements."@en ; skos:prefLabel "appraiser"@en ; skos:altLabel "appraisers"@en , "valuator"@en , "valuators"@en . ### http://umbel.org/umbel/rc/Appraising rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "This is the collection of Events in which someone (usually an Appraiser) estimates the amount that would be paid for a certain object either (a) if it were sold in either a retail or a wholesale context, (b) if a new one had to be bought to replace it, or (c) if one in the same condition had to be bought to replace it. For relating a Product to its appraised value, use appraisedValue."@en ; skos:prefLabel "appraisal"@en ; skos:altLabel "appraisals"@en , "appraise"@en , "appraised"@en , "appraises"@en , "appraising"@en , "had appraised"@en , "had valued"@en , "has appraised"@en , "has valued"@en , "have appraised"@en , "have valued"@en , "value"@en , "valued"@en , "values"@en , "valuing"@en , "will appraise"@en , "will have appraised"@en , "will have valued"@en , "will value"@en . ### http://umbel.org/umbel/rc/Apprenticeship rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "Learning a skill from another person, rather than a book or by trial and error for example."@en ; skos:prefLabel "apprenticeship"@en . ### http://umbel.org/umbel/rc/Approval rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "The emotion of viewing positively a state of affairs or other agent's actions. This is a collection; for an explanation of a typical EmotionalQuantityType, see Happiness."@en ; skos:prefLabel "approval"@en ; skos:altLabel "favor"@en , "favour"@en , "sanction"@en , "sanctions"@en , "warrant"@en , "warrants"@en . ### http://umbel.org/umbel/rc/Approval_CommunicationAct rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "A collection of communication acts. In each element of Approval_CommunicationAct, an agent expresses an approval. Such approvals include: approving a loan application, endorsing a product, seconding or voting for a resolution proposed before an official body, condoning another agent's course of action. Note: Acts communicating some kind of approval do not entail subjective feelings of approval by the agent (cf. Approval). Also see Requesting_CommunicationAct."@en ; skos:prefLabel "approval"@en ; skos:altLabel "approvals"@en , "approve"@en , "approved"@en , "approves"@en , "approving"@en , "had approved"@en , "had passed"@en , "has approved"@en , "has passed"@en , "have approved"@en , "have passed"@en , "pass"@en , "passed"@en , "passes"@en , "passing"@en , "will approve"@en , "will have approved"@en , "will have passed"@en , "will pass"@en . ### http://umbel.org/umbel/rc/ApprovedLoanApplication rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "The collection of all approved statuses. A type of LoanApplication. The concept ApprovedLoanApplication is a LoanApplicationTypeByStatus and a SpatiallyDisjointObjectType."@en ; skos:altLabel "approved loan"@en , "approved loans"@en ; skos:prefLabel "approved status"@en ; skos:altLabel "approved statuses"@en . ### http://umbel.org/umbel/rc/April rdf:type owl:Class ; rdfs:subClassOf :Time , , ; skos:prefLabel "April"@en ; skos:altLabel "Aprils"@en ; skos:definition """The collection of all Aprils, the fourth month of the year in the GregorianCalendar."""@en . ### http://umbel.org/umbel/rc/AprilFoolsJoke rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A subset of Joke_CW, AprilFoolsJoke is the collection of jokes made on April Fool's Day that involve tricking someone into believing that so-and-so is the case, and then revealing the trickery as trickery by saying 'April Fool's!' or 'April Fool!'. See also Prank."@en ; skos:prefLabel "april fools joke"@en . ### http://umbel.org/umbel/rc/Apron rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all aprons, an item typically worn to protect the front of the body while working in the kitchen"@en ; skos:prefLabel "apron"@en ; skos:altLabel "aprons"@en . ### http://umbel.org/umbel/rc/Apron_Airport rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "A specialization of ParkingLot. Each instance of Apron_Airport is a defined paved or hard-packed area at an Airport_Physical or Heliport_Physical intended for parking AirTransportationDevices."@en ; skos:prefLabel "airport apron"@en ; skos:altLabel "airport aprons"@en . ### http://umbel.org/umbel/rc/Apron_Topographical rdf:type owl:Class ; rdfs:subClassOf , , ; skos:definition "A specializaion of Slope_Topographical. Each instance of Apron_Topographical is a gentle slope, with a generally smooth surface, found around groups of islands and seamounts."@en ; skos:prefLabel "apron-topographical"@en . ### http://umbel.org/umbel/rc/Apus_Constellation rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Apus"@en ; skos:definition "The constellation Apus, the Bird of Paradise."@en . ### http://umbel.org/umbel/rc/AquaColor rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "The collection of all aqua things. A type of CyanColor, Greenish, and Bluish. AquaColor is a LightColor and a ChromaticColor."@en ; skos:altLabel "aqua"@en ; skos:prefLabel "aqua thing"@en . ### http://umbel.org/umbel/rc/Aquaculture rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Aquaculture: a ScientificFieldOfStudy."@en ; skos:prefLabel "aquaculture"@en . ### http://umbel.org/umbel/rc/Aquamarine_Gem rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "A SemipreciousStone which is light blue in color and translucent."@en ; skos:prefLabel "aquamarine"@en ; skos:altLabel "aquamarines"@en . ### http://umbel.org/umbel/rc/Aquarium rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The collection of all aquariums. A type of organization responsible for maintaining a menagerie."@en ; skos:altLabel "aquaria"@en ; skos:prefLabel "aquarium"@en ; skos:altLabel "aquariums"@en , "marine museum"@en , "the physical quarters of aquariums"@en , "the physical quarters of aquatic museums"@en , "the physical quarters of marine museums"@en . ### http://umbel.org/umbel/rc/AquariumOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "Instances of AquariumOrganization are organizations, usually non-profit but not always, which keep a collection of aquatic organisms for research and display. "@en ; skos:altLabel "aquaria"@en , "aquarium"@en , "aquariums"@en , "aquatic museum"@en , "aquatic museums"@en ; skos:prefLabel "marine museum"@en ; skos:altLabel "marine museums"@en . ### http://umbel.org/umbel/rc/Aquarium_Container rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "Instances of Aquarium_Container are containers with transparent walls (often made of glass) which are used to house aquatic animals (often fish)."@en ; skos:altLabel "aquaria"@en ; skos:prefLabel "aquarium"@en ; skos:altLabel "aquariums"@en , "fish tank"@en , "fish tanks"@en . ### http://umbel.org/umbel/rc/Aquarius_Constellation rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Aquarius"@en ; skos:definition "The constellation Aquarius, the Water Bearer, one of the 12 constellations of the zodiac."@en . ### http://umbel.org/umbel/rc/Aquarius_TheSign rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:prefLabel "Aquarius"@en ; skos:altLabel "Aquariuses"@en ; skos:definition "The collection of people associated with the eleventh sign of the zodiac. Named after the Constellation Aquarius, or The Water-Bearer. Ruled by the PlanetUranus. Persons born between January 20 and February 19 have this sign."@en . ### http://umbel.org/umbel/rc/AquaticBodyMovement rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "The collection of movements typical of animals when the animal's body is immersed (partially or wholly) in water. Includes movements for locomotion or maintaining position."@en ; skos:prefLabel "aquatic body movement"@en ; skos:altLabel "aquatic body movements"@en . ### http://umbel.org/umbel/rc/AquaticEcology rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Aquatic ecology: a ScientificFieldOfStudy."@en ; skos:prefLabel "aquatic ecology"@en . ### http://umbel.org/umbel/rc/AquaticEcotoxicology rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "This is the study of the toxins which may be found in aquatic environments."@en ; skos:altLabel "aquatic ecotoxicology"@en ; skos:prefLabel "aquatic toxicology"@en . ### http://umbel.org/umbel/rc/AquaticOrganism rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A specialization of Organism_Whole. Each specialization of AquaticOrganism is a type of organism adapted to life underwater, whose instances spend all or most of their time immersed in water. A notable specialization of AquaticOrganism is Fish."@en ; skos:prefLabel "aquatic organism"@en ; skos:altLabel "aquatic organisms"@en . ### http://umbel.org/umbel/rc/AquaticSportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A sports event (usually) involving a swimming pool (as opposed to a lake, as with Rowing). Includes swimming races, diving events and water polo games, but not rowing or yachting."@en ; skos:prefLabel "aquatic sports event"@en ; skos:altLabel "aquatic sports events"@en . ### http://umbel.org/umbel/rc/Aqueduct rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , , ; skos:definition "A specialization of FluidConduit. Each instance of Aqueduct is a conduit used to transport water for public use. Aqueduct is disjoint with SewerLine."@en ; skos:prefLabel "aqueduct"@en ; skos:altLabel "aqueducts"@en . ### http://umbel.org/umbel/rc/AqueousBufferSolution rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "A specialization of AqueousSolution. Each instance of AqueousBufferSolution is a solution containing both a weak acid and its conjugate base (or a weak base and its conjugate acid), whose pH changes only slightly upon addition of small amounts of acid or alkali. Usually constructed from a weak acid and a salt that has an ion that is the same as the conjugate base of the acid."@en ; skos:prefLabel "aqueous buffer solution"@en ; skos:altLabel "aqueous buffer solutions"@en . ### http://umbel.org/umbel/rc/AqueousHumor rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , ; skos:definition "The collection of all aqueous humors. A type of LiquidTangibleThing. AqueousHumor is TangibleStuffCompositionType."@en ; skos:prefLabel "aqueous humor"@en ; skos:altLabel "aqueous humors"@en . ### http://umbel.org/umbel/rc/AqueousSolution rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:definition "A specialization of Solution. Each instance of AqueousSolution is a solution in which the dissolving medium (see solvent) is an instance of Water."@en ; skos:prefLabel "aqueous solution"@en ; skos:altLabel "aqueous solutions"@en . ### http://umbel.org/umbel/rc/Aquifer rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The collection of all aquifers. A type of Layer."@en ; skos:prefLabel "aquifer"@en ; skos:altLabel "aquifers"@en . ### http://umbel.org/umbel/rc/Aquila_Constellation rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Aquila"@en ; skos:definition "The constellation Aquila, the Eagle."@en . ### http://umbel.org/umbel/rc/ArRiyadProvinceSaudiArabia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Ara_Constellation rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Ara"@en ; skos:definition "The constellation Ara, the Altar."@en . ### http://umbel.org/umbel/rc/ArabCulture rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:prefLabel "Arab culture"@en ; skos:definition """ArabCulture denotes the culture common to all (or nearly all) those societies that are predominantly composed of ethnic Arabs (cf., EthnicGroupOfArabs). Only practices common to all (or nearly all) Arab societies are components of this culture. Practices which are distinctive to Arab communities in a particular region, or which subscribe to a particular religion, are not."""@en . ### http://umbel.org/umbel/rc/ArabMuslimCulture rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:prefLabel "Arab Muslim culture"@en ; skos:definition """ArabMuslimCulture denotes the culture common to all (or nearly all) societies that are predominantly composed of Arab Muslims (cf., EthnicGroupOfArabs and MuslimPerson)."""@en . ### http://umbel.org/umbel/rc/ArabNationalism rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "An BeliefSystem, ArabNationalism is characterized by the view that the EthnicGroupOfArabs share a common cultural identity and that they should work togetehr to improve the situation of Arab people. This view is partially characterized by a reverence for Arab society during the historical heights of the Islamic empires and by a hostility toward the West and Arab governments that are unduly influenced by the West."@en ; skos:prefLabel "Arab Nationalism"@en . ### http://umbel.org/umbel/rc/ArabSocialism rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "A hybrid political system that combines PanArabism with Socialism. Historically, this is the offical ideology of the BaathArabSocialistParty and its articulation is largely attributed to MichelAflag."@en ; skos:prefLabel "Arab Socialism"@en . ### http://umbel.org/umbel/rc/ArabianDesert rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "A very large Desert occupying almost all of the ArabianPeninsula."@en ; skos:prefLabel "Arabian Desert"@en . ### http://umbel.org/umbel/rc/ArabianHorse rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A breed of horse originating in what was Arabia."@en ; skos:altLabel "Arabian"@en ; skos:prefLabel "Arabian horse"@en ; skos:altLabel "Arabian horses"@en , "Arabians"@en . ### http://umbel.org/umbel/rc/ArabianPeninsula rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Arabia"@en , "Arabian"@en , "Arabic"@en ; skos:definition "The Arabian Peninsula, a large peninsula between the MediterraneanSea, the RedSea, the IndianOcean and the PersianGulf, in the southwest of the ContinentOfAsia. It is the actual land region of Asia known as the Arabian Peninsula, which in modern times includes at least the countries of SaudiArabia, Yemen, the UnitedArabEmirates, Oman, Qatar and Kuwait."@en ; skos:prefLabel "the Arabian Peninsula"@en . ### http://umbel.org/umbel/rc/ArabianSea rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "The Arabian Sea, a large portion of the IndianOcean lying between the ArabianPeninsula and India."@en ; skos:prefLabel "the Arabian Sea"@en . ### http://umbel.org/umbel/rc/ArabicLetter rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Arabic letter"@en ; skos:altLabel "Arabic letters"@en ; skos:definition "very flowing character set originally devised for writing Arabic"@en . ### http://umbel.org/umbel/rc/ArabicNumeral rdf:type owl:Class ; rdfs:subClassOf :Numbers , ; skos:definition """The collection of all Arabic Numerals, '0' through '9'. Note that these numerals, despite their name, are not part of the numeric system currently used in the Arabic countries; rather, they appear in the ordinary Western European numeric system."""@en ; skos:prefLabel "arabic numeral"@en ; skos:altLabel "arabic numerals"@en . ### http://umbel.org/umbel/rc/ArabidopsisThaliana rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:definition """Arabidopsis Thaliana is a small flowering plant which is widely used by plant science researchers as a model organism to study plant developmental processes. It is a member of the Brassica family, like cabbage and radish. Arabidopsis is not of major agronomic significance, but it does have several important advantages for the researchers in many areas of plant biology - especially genetics and molecular biology. Its advantages include a small genome size (a haploid content estimated to be between 100 and 120 Mbp of DNA which is distributed among five chromosomes), a rapid life cycle (about 6 weeks from seed to seed), easy cultivation in restricted space, prolific seed production, and a large number of mutant lines."""@en ; skos:prefLabel "arabidopsis"@en ; skos:altLabel "arabidopsises"@en . ### http://umbel.org/umbel/rc/ArableLand rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The collection of land areas which are suitable for farming, whether or not they are actually in use for crop production at any given moment."@en ; skos:altLabel "arable land"@en ; skos:prefLabel "cultivable land"@en . ### http://umbel.org/umbel/rc/Arachnid rdf:type owl:Class ; rdfs:subClassOf :Animals , , , ; skos:definition "A group of arthopods having segmented body, no antenna, and four pairs of legs. Spiders are the best known subset."@en ; skos:prefLabel "arachnid"@en ; skos:altLabel "arachnids"@en . ### http://umbel.org/umbel/rc/ArachnoidMater rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all arachnoid maters. An instance of ArachnoidMater is the middle of the three Meninges surrounding the Brain. The ArachnoidMater sheetSurfaceTouches the DuraMater and contains CerebroSpinalFluid in which the Brain floats."@en ; skos:altLabel "arachnoid"@en ; skos:prefLabel "arachnoid mater"@en ; skos:altLabel "arachnoid maters"@en , "arachnoid membrane"@en , "arachnoid membranes"@en , "arachnoids"@en . ### http://umbel.org/umbel/rc/ArafuraSea rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "Sea between Borneo [Borneo_TheIsland] and Java [JavaIsland_Indonesia]."@en ; skos:prefLabel "the Arafura Sea"@en . ### http://umbel.org/umbel/rc/Aragatsotn_ProvinceArmenia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Aragonite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all aragonite. A type of Mineral. Aragonite is an ExistingStuffType."@en ; skos:prefLabel "aragonite"@en . ### http://umbel.org/umbel/rc/AramaicLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Aramaic"@en ; skos:definition "Semitic language, now dead, was originally spoken in the Near East"@en . ### http://umbel.org/umbel/rc/AramaicWriting rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "A real great-grandaddy of writing systems"@en ; skos:prefLabel "Aramaic script"@en ; skos:altLabel "Aramaic writing"@en . ### http://umbel.org/umbel/rc/ArapahoLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "Amerindian language of the Algonquian group"@en ; skos:prefLabel "Arapaho"@en ; skos:altLabel "Arrapahoe"@en . ### http://umbel.org/umbel/rc/Ararat_Mount rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "A mountain where Noah's ark was supposed to have landed"@en ; skos:prefLabel "Ararat"@en . ### http://umbel.org/umbel/rc/Ararat_ProvinceArmenia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/ArbilProvinceIraq rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Arbitrage rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "Arbitrage is the practice of purchasing securities on one market for immediate resale on another market in order to profit from a price discrepancy."@en ; skos:prefLabel "arbitrage"@en . ### http://umbel.org/umbel/rc/Arbitration rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A specialization of CourtCase. Each instance of Arbitration is a legal procedure in which the defendant attempts to show that he does not owe a debt to the plaintiff. The procedure in question is a small claims procedure (so that the disputed debt does not exceed 5000 pounds), and is informal in nature."@en ; skos:altLabel "arbitrate"@en , "arbitrated"@en , "arbitrates"@en , "arbitrating"@en ; skos:prefLabel "arbitration"@en ; skos:altLabel "had arbitrated"@en , "has arbitrated"@en , "have arbitrated"@en , "will arbitrate"@en , "will have arbitrated"@en . ### http://umbel.org/umbel/rc/Arbitrator rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all arbitrators. A type of JudicialAgent."@en ; skos:prefLabel "arbitrator"@en ; skos:altLabel "arbitrators"@en . ### http://umbel.org/umbel/rc/Arboretum rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of instances of BotanicalGarden that are devoted to the preservation and study of trees."@en ; skos:altLabel "arboreta"@en ; skos:prefLabel "arboretum"@en . ### http://umbel.org/umbel/rc/Arborist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of people who tend to the needs of trees (or to the needs of those living close to them), primarily by trimming trees (e.g., to keep them away from power lines) or, occasionally, removing them when they become terminal or pose a safety hazard."@en ; skos:prefLabel "arborist"@en ; skos:altLabel "arborists"@en , "tree surgeon"@en , "tree surgeons"@en . ### http://umbel.org/umbel/rc/Arbovirus rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:altLabel "Arthropod Borne Virii"@en , "Arthropod Borne Virus"@en , "Arthropod Borne Viruses"@en , "Arthropod-borne virii"@en ; skos:prefLabel "Arthropod-borne virus"@en ; skos:altLabel "Arthropod-borne viruses"@en ; skos:definition "The collection of all Arthropod-borne viruses. A type of Virus. The collection Arbovirus is a VirusType and a SpatiallyDisjointObjectType."@en ; skos:altLabel "arbovirus"@en , "arboviruses"@en , "arthropod borne virii"@en , "arthropod borne virus"@en , "arthropod borne viruses"@en . ### http://umbel.org/umbel/rc/Arc rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "A specialization of EllipticalCurve (q.v.). Each instance of Arc is a continuous proper part of a Circle."@en ; skos:prefLabel "arc"@en ; skos:altLabel "arc shaped"@en , "arc-shaped"@en , "arcs"@en . ### http://umbel.org/umbel/rc/ArcMinute rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "A specialization of AngularDistance. ArcMinutes are angular distances that are greater than or equal to (Degree_UnitOfAngularMeasure 0) and strictly less than (Degree_UnitOfAngularMeasure 1). See in particular the function Minute_DMS which is used to denote instances of ArcMinute."@en ; skos:prefLabel "arc minute"@en . ### http://umbel.org/umbel/rc/ArcSecond rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "A specialization of AngularDistance. ArcSeconds are angular distances that are greater than or equal to (Minute_UnitOfAngularMeasure 0) and strictly less than (Minute_UnitOfAngularMeasure 1). See in particular the function Second_DMS which is used to denote instances of ArcSecond."@en ; skos:prefLabel "arc second"@en . ### http://umbel.org/umbel/rc/Arcade rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "The collection of all arcades. A type of EntertainmentOrRecreationOrganization."@en ; skos:prefLabel "arcade"@en ; skos:altLabel "arcades"@en . ### http://umbel.org/umbel/rc/ArcadeGameProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "A specialization of ComputerGameProgram. Each instance of ArcadeGameProgram is a program that was originally played in arcades, but is now playable on PCs and/or HomeVideoGameMachines. Instances are games such as 'Tetris' or 'Donkey Kong'."@en ; skos:prefLabel "arcade game"@en ; skos:altLabel "arcade games"@en . ### http://umbel.org/umbel/rc/ArchBridge rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "A specialization of Bridge. Arch bridges have abutments at each end and are shaped as curved arches. They transferring the weight of the bridge and its loads partially into a horizontal thrust against the abutments at either side."@en ; skos:prefLabel "arch bridge"@en ; skos:altLabel "arch bridges"@en . ### http://umbel.org/umbel/rc/ArchDam rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The collection of all Dams constructed with arch structures."@en ; skos:prefLabel "arch dam"@en ; skos:altLabel "arch dams"@en . ### http://umbel.org/umbel/rc/Arch_Topographical rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "A natural arch-like opening in a rock mass. Also called a natural bridge."@en ; skos:prefLabel "arch"@en ; skos:altLabel "arches"@en . ### http://umbel.org/umbel/rc/Archaea rdf:type owl:Class ; rdfs:subClassOf ; skos:prefLabel "Archaebacteria"@en ; skos:altLabel "Archaebacteria Division"@en , "Division Archaebacteria"@en ; skos:definition "One of the three Domains of life on Earth in conjunction with Bacterium and EukaryoticOrganisms."@en . ### http://umbel.org/umbel/rc/Archaean_GeologicalPeriod rdf:type owl:Class ; rdfs:subClassOf :Time ; skos:definition "An instance of GeologicalPeriod. The Archaean period is the first period of the Precambrian_GeologicalEra."@en ; skos:prefLabel "Archaean Period"@en ; skos:altLabel "Archaean Periods"@en . ### http://umbel.org/umbel/rc/Archaebacteria_Division rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes . ### http://umbel.org/umbel/rc/Archaeoastronomy rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition """Archaeoastronomy is the study of ancient astronomical theory and practice. There are both academic/scientific and non-scientific versions of this study. The former is essentially a subfield of Archaeology."""@en ; skos:prefLabel "archaeoastronomy"@en . ### http://umbel.org/umbel/rc/ArchaeologicalArtifact rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The objects of study of Archaeology."@en ; skos:prefLabel "archaeological artifact"@en . ### http://umbel.org/umbel/rc/ArchaeologicalSite rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "A specialization of Place and CulturalThing. each instance of ArchaeologicalSite is a place where ArchaeologicalArtifacts (q.v.) are found."@en ; skos:prefLabel "archaeological site"@en ; skos:altLabel "archaeological sites"@en , "dig"@en , "digs"@en . ### http://umbel.org/umbel/rc/Archaeologist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of all archaeologists. A type of Professional_Adult. Archaeologist is a PersonTypeByOccupation."@en ; skos:prefLabel "archaeologist"@en ; skos:altLabel "archaeologists"@en , "archeologist"@en , "archeologists"@en . ### http://umbel.org/umbel/rc/Archaeology rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:altLabel "archaeology"@en ; skos:prefLabel "archeology"@en ; skos:definition "the scientific study of historic or prehistoric peoples and their cultures by analysis of their artifacts, inscriptions, monuments, and other such remains, esp. those that have been excavated."@en . ### http://umbel.org/umbel/rc/ArchaicSpeech rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:prefLabel "Archaic Speech"@en ; skos:definition "Word senses of words or phrases which are considered archaic. Archaic speech tends to sound formal."@en . ### http://umbel.org/umbel/rc/Archbishop rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all archbishops: Clerics, usually male, who are high-ranking religious and administrative leaders of hierarchically-organized churches such as the Orthodox, Roman Catholic, and Anglican churches. Archbishops outrank (mere) bishops and abbots. Technically, every Archbishop is also a Bishop_Clerical or abbot, and hence a Priest or Monk."@en ; skos:prefLabel "archbishop"@en ; skos:altLabel "archbishops"@en . ### http://umbel.org/umbel/rc/Archdiocese_Catholic rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition """The highest level of organization within the RomanCatholicChurch. Archdioceses are subdivided into dioceses, which are further divided into parishes. See also Diocese_Catholic and Parish_Catholic."""@en ; skos:prefLabel "archdiocese-catholic"@en . ### http://umbel.org/umbel/rc/Archery rdf:type owl:Class ; rdfs:subClassOf :Activities , , , ; skos:definition "The collection of all archery. A type of OutdoorActivity and HumanActivity."@en ; skos:prefLabel "archery"@en . ### http://umbel.org/umbel/rc/ArcheryGlove rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:definition "The collection of gloves one often wears while using a bow and arrow."@en ; skos:prefLabel "archery glove"@en ; skos:altLabel "archery gloves"@en . ### http://umbel.org/umbel/rc/ArcheryRange rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "Where one typically holds an archery competition. See ArcherySportsEvent."@en ; skos:prefLabel "archery range"@en ; skos:altLabel "archery ranges"@en . ### http://umbel.org/umbel/rc/ArcherySportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , , , ; skos:definition "The collection of all archery sports events. A type of Archery, PedestrianSportsEvent, and MarksmanshipSportsEvent. ArcherySportsEvent is a SportsCategoryType."@en ; skos:prefLabel "archery"@en . ### http://umbel.org/umbel/rc/Archetype rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:prefLabel "archetype"@en ; skos:altLabel "archetypes"@en . ### http://umbel.org/umbel/rc/Archipelago rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A specialization of IslandRegion. Each instance of Archipelago is a group of many islands that form a geographical cluster. Examples include Ionia, InnerHebrides_Archipelago, SocietyIslands_FrenchPolynesia, and ChannelIslands."@en ; skos:prefLabel "archipelago"@en ; skos:altLabel "archipelagos"@en . ### http://umbel.org/umbel/rc/Architect rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all architects, who are persons that design buildings professionally. A type of Designer. Architect is a PersonTypeByOccupation."@en ; skos:prefLabel "architect"@en ; skos:altLabel "architects"@en . ### http://umbel.org/umbel/rc/ArchitecturalDesign rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Architecture: an AppliedDesignFieldOfStudy and a FieldOfStudy."@en ; skos:prefLabel "architecture"@en . ### http://umbel.org/umbel/rc/ArchitecturalHistory rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Architectural history: a LiberalArtsFieldOfStudy."@en ; skos:prefLabel "architectural history"@en . ### http://umbel.org/umbel/rc/ArchitecturalPlan rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , ; skos:definition "The collection of architectural drawings which act as plans or specifications for building some ConstructionArtifact. Some of these plans may be Blueprints, but they need not be hardcopy objects. They could be created using a computer drafting program, for example."@en ; skos:prefLabel "architectural plan"@en ; skos:altLabel "architectural plans"@en , "plan"@en , "plans"@en . ### http://umbel.org/umbel/rc/ArchitecturalTypeByStyle rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "A collection of collections. Each instance of ArchitecturalTypeByStyle is a collection of instances of ConstructionArtifact having a particular architectual style. A building or artifact may be an instance of several architectural styles at the same time."@en ; skos:prefLabel "architectural style"@en ; skos:altLabel "architectural styles"@en . ### http://umbel.org/umbel/rc/Architecture rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The collection of all architecture. A type of Designing."@en ; skos:prefLabel "architecture"@en ; skos:altLabel "design of human shelter constructions"@en , "design of shelters intended for humans"@en . ### http://umbel.org/umbel/rc/Archive rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all archives. A type of Mob."@en ; skos:prefLabel "archive"@en ; skos:altLabel "archives"@en , "group of ibos"@en , "group of information-bearing objects"@en . ### http://umbel.org/umbel/rc/ArchiveHoldings rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of all Holdings of documents or records kept as an archive about a given Organization or set of events."@en ; skos:altLabel "archive"@en , "archives"@en , "registries"@en ; skos:prefLabel "registry"@en . ### http://umbel.org/umbel/rc/Archivist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all archivists. A type of PersonWithOccupation. Archivist is a PersonTypeByOccupation."@en ; skos:prefLabel "archivist"@en ; skos:altLabel "archivists"@en . ### http://umbel.org/umbel/rc/Archpriest rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A sub-collection of Priest. Each instance is a senior clergyman and dignitary."@en ; skos:altLabel "archpriest"@en , "archpriests"@en , "hierarch"@en , "hierarches"@en ; skos:prefLabel "high priest"@en ; skos:altLabel "high priests"@en , "prelate"@en , "prelates"@en , "primate"@en , "primates"@en . ### http://umbel.org/umbel/rc/ArcticCircle rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "A line of latitude (LatitudeLine), determined by the Earth's axial tilt such that during the spring and summer in the NorthernHemisphere_Region, areas north of the ArcticCircle experience a PolarDay (multiday period which is continuously in daylight) with at least one MidnightSun, and during the autumn and winter in the NorthernHemisphere_Region, they experience a PolarNight (a multiday period during which the Sun remains below the Horizon)."@en ; skos:prefLabel "the Arctic Circle"@en . ### http://umbel.org/umbel/rc/ArcticOcean rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "The ArcticOcean is a body of salt water in the NorthernHemisphere_Region, and it borders on the ContinentOfNorthAmerica and the ContinentOfEurasia. The #$NorthPoleOfEarth is located in this ocean."@en ; skos:prefLabel "the Arctic Ocean"@en . ### http://umbel.org/umbel/rc/ArcticRegion rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Arctic Region"@en ; skos:definition "This is the region of the PlanetEarth within or near the ArcticCircle"@en ; skos:prefLabel "the Arctic"@en . ### http://umbel.org/umbel/rc/Arcturus_Star rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Arcturus"@en ; skos:definition "The star Arcturus in Bootes_Constellation."@en . ### http://umbel.org/umbel/rc/Ardebil_ProvinceIran rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Ardennes_Region rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "the Ardennes"@en . ### http://umbel.org/umbel/rc/Area rdf:type owl:Class ; rdfs:subClassOf :Attributes , , , ; skos:definition "A specialization of ScalarInterval. Each instance of Area is an amount of two-dimensional space. Instances of Area may be either a fixed interval, such as the area of a rectangle 5 cm x 10 cm, or a range, such as the area of a city lot."@en ; skos:prefLabel "area"@en ; skos:altLabel "space"@en , "spaces"@en . ### http://umbel.org/umbel/rc/AreaCodeFinder rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "The collection of all SearchEngines designed to help users find information about telephone AreaCode, such as listings by city, number, etc."@en ; skos:altLabel "area code directories"@en , "area code directory"@en ; skos:prefLabel "area code finder"@en ; skos:altLabel "area code finders"@en , "area code listing"@en , "area code listings"@en , "area code lookup"@en , "area code lookups"@en , "area code map"@en , "area code maps"@en , "area code search"@en , "area code searches"@en . ### http://umbel.org/umbel/rc/AreaDefense_MilitaryOperation rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "The collection of those defensive operations which concentrate on denying enemy access to designated terrain for a specified period of time rather than on the outright destruction of the enemy. FM 100-40."@en ; skos:prefLabel "area defense operation"@en ; skos:altLabel "area defense operations"@en . ### http://umbel.org/umbel/rc/AreaOfOperations rdf:type owl:Class ; rdfs:subClassOf :Workplaces , , , , ; skos:definition """An operational area defined by the joint force commander for land and naval forces. Areas of operation do not typically encompass the entire operational area of the joint force commander, but should be large enough for component commanders to accomplish their missions and protect their forces. (Army) - A geographical area, usually defined by lateral, forward, and rear boundaries assigned to a commander, by a higher commander, in which he has responsibility and the authority to conduct military operations. """@en ; skos:prefLabel "area of operations"@en ; skos:altLabel "areas of operations"@en . ### http://umbel.org/umbel/rc/AreaStudies rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "This is the collection of fields of study, now offered by most colleges and universities, which deal with the culture, politics, and history of a particular region of the world. Examples include Asian Studies, Latin American Studies, and so on."@en ; skos:prefLabel "area studies"@en . ### http://umbel.org/umbel/rc/AreaWithSomeWind rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all windy areas. A type of OutdoorLocation. AreaWithSomeWind is an OutdoorLocationTypeByWeather."@en ; skos:prefLabel "windy area"@en ; skos:altLabel "windy areas"@en . ### http://umbel.org/umbel/rc/Area_with_historical_buildings rdf:type owl:Class ; rdfs:subClassOf :Workplaces , , , ; skos:definition "The collection of all areas with historical buildings."@en ; skos:prefLabel "area with historical buildings"@en ; skos:altLabel "member of built-up areas and historical sites"@en , "member of built-up areas historic sites"@en , "member of built-up areas historical sites"@en , "member of { built-up areas , historic sites }"@en , "member of { built-up areas , historical sites }"@en . ### http://umbel.org/umbel/rc/ArenaFootballLeague rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "the Arena Football League"@en . ### http://umbel.org/umbel/rc/ArenaVirus rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A collection of types within RNAVirus. SabiaHemorrhagicFeverInfection, Machupo and LassaFever are examples of diseases caused by this group."@en ; skos:prefLabel "arenavirus"@en ; skos:altLabel "arenaviruses"@en . ### http://umbel.org/umbel/rc/Areola rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all dark rings of Skin surrounding a nipple (Nipple_AnimalBodyPart) on a Teat of a Mammal."@en ; skos:prefLabel "areola"@en ; skos:altLabel "areolae"@en , "areolas"@en . ### http://umbel.org/umbel/rc/Ares_TheGod rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:prefLabel "Ares"@en ; skos:definition "Ares, the Greek god is the son of Zeus and Hera_TheGoddess, and is the lover of Aphrodite_TheGoddess. He loves to wage war, but is fickle about which side he favors. His personality is generally cruel and unimaginative."@en ; skos:altLabel "Mars"@en . ### http://umbel.org/umbel/rc/Argentina rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:altLabel "ARG"@en ; skos:prefLabel "Argentina"@en ; skos:definition "nation of S America"@en . ### http://umbel.org/umbel/rc/ArgentinePerson rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:altLabel "Argentine"@en , "Argentine people"@en , "Argentine person"@en , "Argentine persons"@en , "Argentines"@en ; skos:prefLabel "Argentinian"@en ; skos:altLabel "Argentinian people"@en , "Argentinian person"@en , "Argentinian persons"@en , "Argentinians"@en ; skos:definition "The collection of people who are citizens, or participants in the NationalCulture, of Argentina."@en . ### http://umbel.org/umbel/rc/Argentite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all argentite. A type of Mineral. Argentite is an ExistingStuffType."@en ; skos:prefLabel "argentite"@en . ### http://umbel.org/umbel/rc/Arginine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition """A collection of compounds and a spec of AminoAcid. These compounds are essential for protien synthesis and supplies the amidine group for the synthesis of creatine. Its abbreviations are Arg and R."""@en ; skos:prefLabel "arginine"@en ; skos:altLabel "arginines"@en . ### http://umbel.org/umbel/rc/Argon rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "All pieces (i.e., specific collections of nearby molecules) of argon in stuffeous form."@en ; skos:altLabel "Ar"@en ; skos:prefLabel "argon"@en . ### http://umbel.org/umbel/rc/Aria rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , ; skos:definition "The collection of all arias. A type of CompositionWithSoloistAndAccompaniment."@en ; skos:prefLabel "aria"@en ; skos:altLabel "arias"@en . ### http://umbel.org/umbel/rc/Aries_Constellation rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Aries"@en ; skos:definition "The constellation Aries, the Ram, one of the 12 constellations of the zodiac."@en . ### http://umbel.org/umbel/rc/ArikaraLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "Amerindian language, probably western"@en ; skos:prefLabel "Arikara"@en . ### http://umbel.org/umbel/rc/Aril rdf:type owl:Class ; rdfs:subClassOf :Plants , , ; skos:definition "An outgrowth of the funiculus which some seeds have."@en ; skos:prefLabel "aril"@en ; skos:altLabel "arils"@en . ### http://umbel.org/umbel/rc/Aristocrat rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all aristocrats, or persons who hold hereditary titles of nobility granted or recognized by some government or monarch. This excludes British 'life-peers,' whose titles are not hereditary, and hereditary knights, who are not nobility. It includes all hereditary aristocratic ranks from Baronet and Laird up to hereditary monarch. It does not include moneyed or distinguished people who are only informally called 'aristocrats'."@en ; skos:prefLabel "aristocrat"@en ; skos:altLabel "aristocrats"@en . ### http://umbel.org/umbel/rc/AristocraticFamilyLine rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A sub-collection of Family_SocialEntity. Each instance is an aristocratic family line."@en ; skos:prefLabel "aristocratic family line"@en . ### http://umbel.org/umbel/rc/AristotelianLogic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:altLabel "Aristotelean logic"@en ; skos:prefLabel "Aristotelian logic"@en ; skos:definition "Traditional logic based on the logical treatises of Aristotle and further developed during the Middle Ages."@en . ### http://umbel.org/umbel/rc/Aristotle rdf:type owl:Class ; rdfs:subClassOf :PersonTypes ; skos:prefLabel "Aristotle"@en ; skos:definition "Aristotle is an ancient Greek philosopher."@en . ### http://umbel.org/umbel/rc/Arithmetic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Simple Arithmetic you learned in grammar school, that cashier, bookkeepers, etc. use."@en ; skos:prefLabel "arithmetic"@en ; skos:altLabel "arithmetically"@en , "more arithmetically"@en , "most arithmetically"@en . ### http://umbel.org/umbel/rc/ArithmeticFunctions_Math_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "arithmetic functions math topic"@en . ### http://umbel.org/umbel/rc/Arizona_State rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Arizona"@en ; skos:definition "Arizona: a LandlockedGeopoliticalEntity and a State_UnitedStates."@en ; skos:altLabel "the state of Arizona"@en . ### http://umbel.org/umbel/rc/Ark rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all arks. A type of Watercraft."@en ; skos:prefLabel "ark"@en ; skos:altLabel "arks"@en . ### http://umbel.org/umbel/rc/ArkansasRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "one of the Principla World Rivers"@en ; skos:altLabel "the Arkansas"@en ; skos:prefLabel "the Arkansas River"@en . ### http://umbel.org/umbel/rc/Arkansas_State rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Arkansas"@en ; skos:definition "Arkansas: a LandlockedGeopoliticalEntity and a State_UnitedStates."@en ; skos:altLabel "the state of Arkansas"@en . ### http://umbel.org/umbel/rc/Arm rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all animal arms. An Arm of an animal is one of its AnimalBodyParts, more particularly one of its appendages, a limb which it uses for manipulation moreso than for locomotion. A Hand is considered part of an Arm."@en ; skos:prefLabel "arm"@en ; skos:altLabel "arms"@en . ### http://umbel.org/umbel/rc/ArmBone rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all arm bones. A type of Bone_BodyPart. The collection ArmBone is an InternalAnimalBodyRegionType, a SpatiallyDisjointObjectType, and an AnimalBodyPartType."@en ; skos:prefLabel "arm bone"@en ; skos:altLabel "arm bones"@en . ### http://umbel.org/umbel/rc/ArmChair rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A comfortable chair with cushions"@en ; skos:prefLabel "armchair"@en ; skos:altLabel "armchairs"@en . ### http://umbel.org/umbel/rc/ArmSling rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A piece of fabric which is wrapped around the neck and used to support an injured arm."@en ; skos:prefLabel "sling"@en ; skos:altLabel "slings"@en . ### http://umbel.org/umbel/rc/ArmWrestling rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "The collection of all athletic Competitions in which the competingAgents sit facing each other across a table, place their (typically) right elbows on the table, clasp each other's (again, typically) right hand, and try to force each other's forearm down so that it touches the top of the table."@en ; skos:prefLabel "arm wrestling"@en . ### http://umbel.org/umbel/rc/Armadillo rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "A collection of shy, armored mammals; their habitat ranges from the southern United States through South America. There are twenty different species existing today. The scientific name for this family is Dasypodidae."@en ; skos:altLabel "Dasypodidae"@en ; skos:prefLabel "armadillo"@en ; skos:altLabel "armadillos"@en . ### http://umbel.org/umbel/rc/Armagnac_Brandy rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:definition "The collection of all armagnac. A type of Brandy_Liquor. The collection Armagnac_Brandy is a DefaultDisjointEdibleStuffType and an ExistingStuffType."@en ; skos:prefLabel "armagnac"@en . ### http://umbel.org/umbel/rc/Armavir_ProvinceArmenia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/ArmedAttack rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A specialization of AttackOnObject. Each "@en ; skos:prefLabel "armed attack"@en ; skos:altLabel "armed attacks"@en . ### http://umbel.org/umbel/rc/ArmedForcesMedic rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "A subcollection of MilitaryPerson and Medic. The instances of this collection are all military medics that serve in some branch of the armed forces for some nation's military. Note that this is not simply the intersection of MilitaryPerson and Medic. For instance, a paramedic that is in the National Guard, but is not acting in the capacity of a medic in that organization is not a member of this collection. "@en ; skos:altLabel "medic in which a government military organization plays a for medic role"@en , "medic who acts as a medic for some government military organization"@en ; skos:prefLabel "military medic"@en ; skos:altLabel "military medics"@en . ### http://umbel.org/umbel/rc/ArmedRobberyOfBank rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "A complex event type, ArmedRobberyOfBank is the sub-collection of RobbingABank where at least one thief enters a bank, brandishes a weapon, demands money from a teller, receives said money, and then leaves."@en ; skos:prefLabel "armed robbery of bank"@en . ### http://umbel.org/umbel/rc/Armenia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Armenia"@en ; skos:definition "Armenia is a small IndependentCountry in the southern part of the ContinentOfAsia. Armenia is north of Iran, south of Georgia_TheNation, southwest of Azerbaijan, and east of eastern Turkey. This constant includes both the physical and political aspects of the nation of Armenia throughout time."@en ; skos:altLabel "Republic of Armenia"@en . ### http://umbel.org/umbel/rc/ArmenianLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "A language indigenous to southeast Russia."@en ; skos:prefLabel "Armenian"@en . ### http://umbel.org/umbel/rc/ArmenianOrthodoxReligion rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "A ReligiousDenomination of Christianity."@en ; skos:prefLabel "Armenian Orthodox"@en . ### http://umbel.org/umbel/rc/ArmenianPerson rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:prefLabel "Armenian"@en ; skos:altLabel "Armenian people"@en , "Armenian person"@en , "Armenian persons"@en , "Armenians"@en ; skos:definition "The collection of people who are citizens, or participants in the NationalCulture, of Armenia."@en . ### http://umbel.org/umbel/rc/ArmenianWriting rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "A particularly aesthetically pleasing script, attributed-- like Cyrillic-- to a pair of saints. In the Eastern Church, graphemicization beats canonization."@en ; skos:prefLabel "Armenian script"@en ; skos:altLabel "Armenian writing"@en . ### http://umbel.org/umbel/rc/Armoire rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "For hanging clothes in. Sort of a portable closet."@en ; skos:prefLabel "armoire"@en ; skos:altLabel "armoires"@en , "wardrobe"@en , "wardrobes"@en . ### http://umbel.org/umbel/rc/Armor rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition """Armor is generically something used to protect an object from damage. There are many kinds of armor and they protect the objects they are attached to to various degrees and from various deleterious effects. Armor can be both intrinsic in an object (as with Tank_Vehicle or Beetle) or added on to an object (as with ReactiveArmor modules.)"""@en ; skos:prefLabel "armor"@en ; skos:altLabel "armour"@en . ### http://umbel.org/umbel/rc/ArmorBattalion rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "The collection of all armor battalions. A type of Battalion_MilitaryEchelon."@en ; skos:prefLabel "armor battalion"@en ; skos:altLabel "armor battalions"@en . ### http://umbel.org/umbel/rc/ArmorCompany rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "The collection of all armor companies. A type of Company_MilitaryEchelon."@en ; skos:altLabel "armor companies"@en ; skos:prefLabel "armor company"@en . ### http://umbel.org/umbel/rc/ArmoredBattalion rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition """The collection of all Battalion_MilitaryEchelon level ArmoredUnit_MilitarySpecialty."""@en ; skos:prefLabel "armored battalion"@en ; skos:altLabel "armored battalions"@en , "tank battalion"@en , "tank battalions"@en . ### http://umbel.org/umbel/rc/ArmoredCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of ArmoredVehicles which have Automobile bodies (i.e. are 'cars'). These vehicles are often used to transport important or high-profile people through areas where they may be in danger of attack. They may also be used to transport valuables such as cash or jewels."@en ; skos:prefLabel "armored car"@en ; skos:altLabel "armored cars"@en . ### http://umbel.org/umbel/rc/ArmoredCompany rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition """The collection of all armored units at the Company echelon level. A type of ArmoredUnit_MilitarySpecialty and Company_MilitaryEchelon. The concept ArmoredCompany is a MilitaryUnitSpecialtyType and a MilitaryOrganizationConcept."""@en ; skos:altLabel "armored companies"@en , "armored company"@en , "tank companies"@en ; skos:prefLabel "tank company"@en . ### http://umbel.org/umbel/rc/ArmoredDivision rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "The collection of all echelons at the division level that include armorded units within their ranks."@en ; skos:prefLabel "armored division"@en ; skos:altLabel "armored divisions"@en , "tank division"@en , "tank divisions"@en . ### http://umbel.org/umbel/rc/ArmoredFightingVehicle rdf:type owl:Class ; rdfs:subClassOf :Products , , , , , , ; skos:definition "A collection of military vehicles used for transport and protection of infantry. These vehicles are equipped with armor and arms, enabling it to fight like a tank, but not against tanks."@en ; skos:altLabel "Armored Combat Vehicle"@en , "Armored Combat Vehicles"@en , "armored combat transport vehicle"@en , "armored combat transport vehicles"@en , "armored combat vehicle"@en , "armored combat vehicles"@en ; skos:prefLabel "armored fighting vehicle"@en ; skos:altLabel "armored fighting vehicles"@en . ### http://umbel.org/umbel/rc/ArmoredMortarVehicle rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:altLabel "Armored Mortar Vehicles"@en ; skos:prefLabel "armored mortar vehicle"@en ; skos:altLabel "armored mortar vehicles"@en . ### http://umbel.org/umbel/rc/ArmoredPersonnelCarrier rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:definition "A collection of armored military vehicles used for the transport and protection of infantry. Unlike ArmoredFightingVehicles, ArmoredPersonnelCarriers have no armament other than SmallArm_Weapons."@en ; skos:prefLabel "armored personnel carrier"@en ; skos:altLabel "armored personnel carriers"@en . ### http://umbel.org/umbel/rc/ArmoredPersonnelCarrier_BTR60 rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A type of armored personnel carrier which Iran is known to possess."@en ; skos:prefLabel "BTR60 armored personnel carrier"@en ; skos:altLabel "BTR60 armored personnel carriers"@en . ### http://umbel.org/umbel/rc/ArmoredPersonnelCarrier_EE11_Urutu rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:prefLabel "EE-11 Urutu"@en ; skos:altLabel "EE-11 Urutus"@en . ### http://umbel.org/umbel/rc/ArmoredPersonnelCarrier_M113 rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:prefLabel "M113 armored personnel carrier"@en ; skos:altLabel "M113 armored personnel carriers"@en , "M113 personnel carrier"@en , "M113 personnel carriers"@en ; skos:definition "The ArmoredPersonnelCarrier_M113 is the first modern 'battle taxi' developed to transport infantry forces on the battlefield. The M113 is built of aluminum so it is strong as steel at a much lighter weight. This allows the M113 to utilize a relatively small engine to power the vehicle, as well as carry a large payload cross-country. The vehicle is light enough that it floats and is capable of 'swimming' bodies of water."@en . ### http://umbel.org/umbel/rc/ArmoredReconCarrier_Fox rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "Fox NBC reconnaissance system"@en , "Fox NBC reconnaissance systems"@en ; skos:prefLabel "Fox NBC reconnaissance vehicle"@en ; skos:altLabel "Fox NBC reconnaissance vehicles"@en , "Fox reconnaissance system"@en , "Fox reconnaissance systems"@en , "Fox reconnaissance vehicle"@en , "Fox reconnaissance vehicles"@en . ### http://umbel.org/umbel/rc/ArmoredReconCarrier_VBC90 rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A French armored car that used mostly for reconnaissance missions."@en ; skos:prefLabel "VBC90 armored reconnaissance carrier"@en ; skos:altLabel "VBC90 armored reconnaissance carriers"@en . ### http://umbel.org/umbel/rc/ArmoredRecoveryVehicle rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A type of armored vehicle which is capable of towing other large military vehicles."@en ; skos:prefLabel "armored recovery vehicle"@en ; skos:altLabel "armored recovery vehicles"@en . ### http://umbel.org/umbel/rc/ArmoredRecoveryVehicle_LAV rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "LAV armored recovery vehicle"@en ; skos:altLabel "LAV armored recovery vehicles"@en . ### http://umbel.org/umbel/rc/ArmoredUnit_MilitarySpecialty rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all military units that employ motorized vehicles engineered to resist penetration by explosives and projectile weapons. In modern armed forces, it usually entails the presence of tanks and heavy artillery."@en ; skos:prefLabel "armored unit"@en ; skos:altLabel "armored units"@en , "tank unit"@en , "tank units"@en . ### http://umbel.org/umbel/rc/ArmoredVehicle rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "ArmoredVehicle is a specialization of TransportationDevice_Vehicle and LandTransportationDevice. Each instance of ArmoredVehicle is a land vehicle protected by armor. This collection includes both tracked and wheeled vehicles."@en ; skos:prefLabel "armored vehicle"@en ; skos:altLabel "armored vehicles"@en . ### http://umbel.org/umbel/rc/ArmoredVehicleLaunchedBridge rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "Armored Vehicle Launched Bridges"@en ; skos:definition "The ArmoredVehicleLaunchedBridge (AVLB) launcher is a standard M60 or M48 tank chssis modified to transport, launch and retrieve the 60-foot span, Military Load Class (MLC) 60 AVLB. The tank chassis is modified by the removal of the turret and weapons, a special basket assembly is fitted into the turret will and reinforcement beams are welded to the inside of the hull. A bridge carrying rack on the hull rear provides the necessary support for the bridge during transport. The bridge is capable of carrying MLC 60 track loads across a 17.4 meter (57 foot) gap with unprepared abutments and 18.3 meter (60 foot) gap with prepared abutments. The AVLB launcher can launch and retrieve the AVLB on slopes up to 15% and on side slopes up to 8%. System mobility is compatible with the supported combat vehicles. The AVLB travels with maneuvering Tank and Mechanized Infantry formations. The assault launcher can launch the bridge without exposing bridge personnel to enemy fire and can retrieve the bridge from either end. (Source: Engineer Systems Handbook, 4/97)"@en ; skos:prefLabel "armored vehicle launched bridge"@en ; skos:altLabel "armored vehicle launched bridges"@en . ### http://umbel.org/umbel/rc/ArmoredVehicleLaunchedBridge_Low rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "low armored vehicle launched bridge"@en ; skos:altLabel "low armored vehicle launched bridges"@en . ### http://umbel.org/umbel/rc/ArmoredVehicle_Heavy rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "ArmoredVehicle_Heavy is a specialization of ArmoredVehicle and MilitaryVehicle. Each instance of ArmoredVehicle_Heavy is designed to sustain tank, artillery, and small-arm fire while engaging in combat. The light-armored vehicles, on the other hand, only sustain small-arm fire and shrapnel. This collection is disjoint with ArmoredVehicle_Light."@en ; skos:prefLabel "heavy armored vehicle"@en ; skos:altLabel "heavy armored vehicles"@en . ### http://umbel.org/umbel/rc/ArmoredVehicle_Light rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The class of vehicles that have enough armor to protect against bullets but are not comparable to a tank or something heavliy protected."@en ; skos:prefLabel "light armored vehicle"@en ; skos:altLabel "light armored vehicles"@en . ### http://umbel.org/umbel/rc/Armpit rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The area under where the arm meets the torso; opposite of shoulder on the arm"@en ; skos:prefLabel "armpit"@en ; skos:altLabel "armpits"@en , "axilla"@en , "axillae"@en , "axillary cavities"@en , "axillary cavity"@en . ### http://umbel.org/umbel/rc/ArmsManufacturer rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A sub-collection of ManufacturingOrganization. Each instance is a someone who manufactures arms and munitions."@en ; skos:prefLabel "arms manufacturer"@en ; skos:altLabel "arms manufacturers"@en . ### http://umbel.org/umbel/rc/Arms_cache rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of all arms caches. A type of Store_Generic."@en ; skos:prefLabel "arms cache"@en ; skos:altLabel "arms caches"@en , "store of weapon"@en . ### http://umbel.org/umbel/rc/ArmyBase_Grounds rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition """A subcollection of MilitaryBase_Grounds; each is controlled by a subOrganizations of some instance of an Army_BranchOfService and is the orgFacilities of some ArmyBase_MilitaryOrganization."""@en ; skos:prefLabel "army base"@en ; skos:altLabel "army bases"@en . ### http://umbel.org/umbel/rc/ArmyBase_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 army bases (cf. ArmyBase_Grounds). Each instance of ArmyBase_MilitaryOrganization is a sub-organization of an Army_BranchOfService."@en ; skos:prefLabel "army base"@en ; skos:altLabel "army bases"@en . ### http://umbel.org/umbel/rc/ArmyDivision rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "The collection of all instances of Division_MilitaryEchelon that are divisions in an instance of Army_MilitaryEchelon."@en ; skos:prefLabel "army division"@en ; skos:altLabel "army divisions"@en . ### http://umbel.org/umbel/rc/ArmyFieldManual rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , , ; skos:prefLabel "Army field manual"@en ; skos:altLabel "Army field manuals"@en ; skos:definition "The collection of all Army field manuals. A type of Book_CW, TextualPCW, and NonfictionalPCW."@en . ### http://umbel.org/umbel/rc/ArmyReserves rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A specialization of Reserves_ArmedForces. Each instance of ArmyReserves is a reserve military organization that is affiliatedWith an Army_BranchOfService."@en ; skos:prefLabel "army reserves"@en . ### http://umbel.org/umbel/rc/Army_BranchOfService rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition """A specialization of BranchOfMilitaryService (q.v.). This is the collection of all modern nation-states' armies, considered as a whole branch of military service.

Note that this sense of "army" is different from that used to describe certain military units, e.g. the American 5th Army in the European Theater in WWII. Use Army_MilitaryEchelon for the latter meaning."""@en ; skos:altLabel "armies"@en ; skos:prefLabel "army"@en . ### http://umbel.org/umbel/rc/Army_MilitaryEchelon rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition """A MilitaryUnitTypeByEchelon and a subcollection of ModernMilitaryUnit_Deployable. Army_MilitaryEchelon is and an instance of USArmyEchelon.

In the US Army, an army consists of 50,000 or more soldiers, is made up of two or more corps (see Corps_MilitaryEchelon), and is commanded by a lieutenant general or higher.

Note that army units have not been deployed by the UnitedStatesArmy since World War II. Also cf. Army_BranchOfService."""@en ; skos:altLabel "armies"@en ; skos:prefLabel "army"@en ; skos:altLabel "army echelon"@en , "army echelons"@en . ### http://umbel.org/umbel/rc/Aromatherapy rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all aromatherapy. A type of AlternativeMedicineHealthCareEvent."@en ; skos:prefLabel "aromatherapy"@en . ### http://umbel.org/umbel/rc/ArrangingMusic rdf:type owl:Class ; rdfs:subClassOf :Activities . ### http://umbel.org/umbel/rc/Array_DataStructure rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "A specialization of ComputerDataStructure. Each instance of Array_DataStructure arranges a group of data elements in a continuous block of memory. Individual elements are accessed by index using integers."@en ; skos:prefLabel "array"@en ; skos:altLabel "arrays"@en . ### http://umbel.org/umbel/rc/ArrestWarrant rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A specialization of Warrant_Writ that authorizes (and possibly requires) an agent of the court to arrest a certain person."@en ; skos:prefLabel "arrest warrant"@en ; skos:altLabel "arrest warrants"@en . ### http://umbel.org/umbel/rc/ArrestingAPersonOrGroupOfPersons rdf:type owl:Class ; rdfs:subClassOf :Activities , , , ; skos:definition "A specialization of LawEnforcementActivity. Each instance of ArrestingAPersonOrGroupOfPersons is an event in which a Person or group of Persons is arrested. Each instance of this collection has at least one instance of ArrestingSomeone (q.v.) as a subevent."@en ; skos:altLabel "arrest"@en , "arrested"@en ; skos:prefLabel "arresting"@en ; skos:altLabel "arrests"@en , "had arrested"@en , "has arrested"@en , "have arrested"@en , "will arrest"@en , "will have arrested"@en . ### http://umbel.org/umbel/rc/ArrestingSomeone rdf:type owl:Class ; rdfs:subClassOf :Activities , , , , ; skos:definition """The collection of all instances of TakingAPersonPrisoner which constitute legally sanctioned arrests by law enforcement officers."""@en ; skos:altLabel "apprehend"@en , "apprehended"@en , "apprehending"@en , "apprehends"@en , "apprehension"@en , "apprehensions"@en ; skos:prefLabel "arrest"@en ; skos:altLabel "arrested"@en , "arresting"@en , "arrests"@en , "had apprehended"@en , "had arrested"@en , "has apprehended"@en , "has arrested"@en , "have apprehended"@en , "have arrested"@en , "will apprehend"@en , "will arrest"@en , "will have apprehended"@en , "will have arrested"@en . ### http://umbel.org/umbel/rc/ArrhythmiaOrHeartBlockOrPacemakerInsertion rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:altLabel "pacemaker insertion , Arrhythmia or heart block"@en , "pacemaker insertion , Arrhythmia or heart blocks"@en ; skos:prefLabel "pacemaker insertion, Arrhythmia or heart block"@en . ### http://umbel.org/umbel/rc/Arrondissement rdf:type owl:Class ; rdfs:subClassOf :Geopolitical , ; skos:definition "An Arrondissement is an administrative district of some large French cities."@en ; skos:prefLabel "arrondissement"@en . ### http://umbel.org/umbel/rc/Arrow rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of arrows."@en ; skos:prefLabel "arrow"@en ; skos:altLabel "arrows"@en . ### http://umbel.org/umbel/rc/ArrowHead rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The set of arrowHeads"@en ; skos:prefLabel "arrowhead"@en ; skos:altLabel "arrowheads"@en . ### http://umbel.org/umbel/rc/Arrowroot rdf:type owl:Class ; rdfs:subClassOf , ; skos:altLabel "American arrowroot root"@en , "Maranta arundinaceae root"@en ; skos:definition "The collection of all roots of arrowroot plants. A type of Rhizome and Root."@en ; skos:altLabel "arrow root plant root"@en ; skos:prefLabel "arrowroot"@en ; skos:altLabel "arrowroot plant root"@en , "arrowroot root"@en . ### http://umbel.org/umbel/rc/ArrowrootPlant rdf:type owl:Class ; rdfs:subClassOf :Plants , , ; skos:altLabel "American arrowroot"@en , "American arrowroots"@en ; skos:definition "Individual arrowroot plants; starch can be extracted from their rhizomes."@en ; skos:altLabel "Maranta arundinaceae"@en , "arrow root plant"@en , "arrow root plants"@en , "arrowroot"@en ; skos:prefLabel "arrowroot plant"@en ; skos:altLabel "arrowroot plants"@en , "arrowroots"@en . ### http://umbel.org/umbel/rc/Arrowroot_Starch rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , , ; skos:definition "Quantities of starch extracted from the rhizomes of ArrowrootPlant."@en ; skos:prefLabel "arrowroot"@en . ### http://umbel.org/umbel/rc/Arsenal rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "The collection of organizations whose main function is to build, repair, store, and issue weapons."@en ; skos:prefLabel "arsenal"@en ; skos:altLabel "arsenals"@en . ### http://umbel.org/umbel/rc/ArsenateIon rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of arsenate ions. Their chemical formula is AsO4(3-)."@en ; skos:prefLabel "arsenate ion"@en ; skos:altLabel "arsenate ions"@en . ### http://umbel.org/umbel/rc/Arsenic rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , , , ; skos:definition "All pieces (i.e., specific collections of nearby molecules) of arsenic; typically, these will be tightly bound into solid form -- but not necessarily."@en ; skos:altLabel "As"@en ; skos:prefLabel "arsenic"@en . ### http://umbel.org/umbel/rc/ArsenicAcid rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , ; skos:definition " H3AsO4. The collection of samples or quantities of arsenic acid."@en ; skos:altLabel "H3AsO4"@en ; skos:prefLabel "arsenic acid"@en . ### http://umbel.org/umbel/rc/ArsenicTrichloride rdf:type owl:Class ; rdfs:subClassOf :Chemistry , ; skos:altLabel "AsCl3"@en ; skos:definition "The chemical with formula AsCl3. It is a precursor for Lewisite and Adamsite."@en ; skos:prefLabel "arsenic chloride"@en ; skos:altLabel "arsenic trichloride"@en . ### http://umbel.org/umbel/rc/ArseniteIon rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition """A specialization of PolyatomicAnion. Each instance of ArseniteIon is a sample of the ion AsO2(1-)."""@en ; skos:prefLabel "arsenite ion"@en ; skos:altLabel "arsenite ions"@en . ### http://umbel.org/umbel/rc/Arsenopyrite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all arsenopyrite. A type of Mineral. Arsenopyrite is an ExistingStuffType."@en ; skos:prefLabel "arsenopyrite"@en . ### http://umbel.org/umbel/rc/ArsenousAcid rdf:type owl:Class ; rdfs:subClassOf :Chemistry , , , ; skos:altLabel "H3AsO3"@en ; skos:definition "The collection of samples of arsenous acid; H3AsO3."@en ; skos:prefLabel "arsenous acid"@en . ### http://umbel.org/umbel/rc/Arsine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "The collection of all arsine. A type of InorganicMaterial. Arsine is a ChemicalAgentType and a ChemicalCompoundTypeByChemicalSpecies."@en ; skos:prefLabel "arsine"@en . ### http://umbel.org/umbel/rc/Arson rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "A TemporalObjectType. Each instance of Arson is an instance of SettingSomethingOnFire that is also a CriminalAct."@en ; skos:prefLabel "arson"@en ; skos:altLabel "malicious burn"@en , "malicious burned"@en , "malicious burning"@en , "malicious burns"@en , "malicious had burned"@en , "malicious has burned"@en , "malicious have burned"@en , "malicious will burn"@en , "malicious will have burned"@en . ### http://umbel.org/umbel/rc/Arson_NonBombing rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of instances of Arson that don't have instances of Bombings as subevents."@en ; skos:prefLabel "act of arson not associated with a bombing"@en ; skos:altLabel "acts of arson not associated with a bombing"@en , "an act of arson that is not associated with a bombing"@en . ### http://umbel.org/umbel/rc/Arsonist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all arsonists. A type of Criminal. The concept Arsonist is a CriminalTypeByCrimeType and a PersonTypeByActivity."@en ; skos:prefLabel "arsonist"@en ; skos:altLabel "arsonists"@en . ### http://umbel.org/umbel/rc/ArtDecoArchitecturalStyle rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The ArtDecoArchitecturalStyle is a style of building and furniture design that became popular in Europe and the United States of America in the early 20th Century. It is characterized by repeated parallel geometric lines, arcs and forms, triangular ornaments, and use of artificial materials and colors and smooth, hard and often metallic textures. There was a concscious effort to appear 'modern' and 'streamlined'."@en ; skos:prefLabel "art deco architectural style"@en . ### http://umbel.org/umbel/rc/ArtExhibit rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all art exhibitions. A type of DisplayingSomething."@en ; skos:prefLabel "art exhibition"@en ; skos:altLabel "art exhibitions"@en . ### http://umbel.org/umbel/rc/ArtGalleryHoldings rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of groups of art objects that constitute the holdings of a particular art gallery."@en ; skos:prefLabel "art gallery holding"@en ; skos:altLabel "art gallery holdings"@en . ### http://umbel.org/umbel/rc/ArtGlass rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , ; skos:definition "Decorative glass objects, usually handblown by an artist."@en ; skos:prefLabel "art glass"@en . ### http://umbel.org/umbel/rc/ArtHistory rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Art history: a LiberalArtsFieldOfStudy."@en ; skos:prefLabel "art history"@en . ### http://umbel.org/umbel/rc/ArtMuseum_Organization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A specialization of Museum_Organization (q.v.). Each instance of ArtMuseum_Organization is an organization dedicated to presenting art displays in instances of ArtMuseum_Structure."@en ; skos:prefLabel "art museum"@en ; skos:altLabel "art museums"@en . ### http://umbel.org/umbel/rc/ArtMuseum_Structure rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "A specialization of MuseumStructure. Each instance of ArtMuseum_Structure is a construct that is used to store and display art holdings (see ArtObject, Museum_Organization, and MuseumHoldings)."@en ; skos:prefLabel "art museum building"@en ; skos:altLabel "art museum buildings"@en . ### http://umbel.org/umbel/rc/ArtNouveauArchitecturalStyle rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The ArtNouveauArchitecturalStyle is a style of building and furniture design that became popular in Europe and the United States of America the late 19th Century and early 20th Century. It is characterized by curved lines and forms, organic or biological-appearing ornament, and use of varied materials, colors and textures."@en ; skos:prefLabel "art nouveau architectural style"@en . ### http://umbel.org/umbel/rc/ArtObject rdf:type owl:Class ; rdfs:subClassOf :Products , , , , , ; skos:definition "A specialization of both HumanAccessibleIBO and Artifact. Each instance of ArtObject is a physical object that is a work, or a reproduction of a work, in one of the representational or plastic arts, such as a painting, sculpture, quilt, or stained glass composition. ArtObject does not include as instances plays, movies, music, performance art, or other activities. ArtObject is a specialization of InformationBearingObject, but its instances need not have any propositional content. Examples of ArtObject include the StatueOfLiberty, the Mona Lisa, a poster reproduction of Van Gogh's `Starry Night', Rodin's `Burghers of Calais', a piece of Ju ware from the Sung Dynasty, the windows of Chartres Cathedral. See also Artist, artisticWorksCreated."@en ; skos:altLabel "art"@en , "art object"@en , "art objects"@en , "artwork"@en , "artworks"@en , "fine art"@en , "objet d'art"@en , "objets d'art"@en ; skos:prefLabel "work of art"@en ; skos:altLabel "works of art"@en . ### http://umbel.org/umbel/rc/ArtStudio rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "An artist's studio where the art gets made."@en ; skos:prefLabel "art studio"@en ; skos:altLabel "art studios"@en . ### http://umbel.org/umbel/rc/ArtSupplies rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all art supplies. A type of Supplies. ArtSupplies is an ArtifactTypeByGenericCategory."@en ; skos:altLabel "art supplies"@en ; skos:prefLabel "art supply"@en . ### http://umbel.org/umbel/rc/ArtSuppliesMarketCategory rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , ; skos:definition "Items marketed to artists for use in creating instances of WorkOfArt. Such items include oil and water based paints, canvasses, clay, etc."@en ; skos:prefLabel "art supplies market category"@en . ### http://umbel.org/umbel/rc/ArtSupplyStore rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all art supply stores. A type of RetailStore. ArtSupplyStore is a RetailOutletCategoryType."@en ; skos:altLabel "art supply shop"@en , "art supply shops"@en ; skos:prefLabel "art supply store"@en ; skos:altLabel "art supply stores"@en . ### http://umbel.org/umbel/rc/ArtTherapy rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of all art therapy. A type of MedicalTreatmentEvent. ArtTherapy is a SkilledActivityType."@en ; skos:altLabel "art therapies"@en ; skos:prefLabel "art therapy"@en . ### http://umbel.org/umbel/rc/ArterialRoad rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition """A specialization of Highway. An ArterialRoad permits faster traffic by having less stops and accessibility. It usually is at least two-lanes in either direction. In city traffic, it is not uncommon to have occassional traffic lights, or in the country, four-way stops at the juncture of other major roads. However, long stretches of road will have unobstructed traffic and speeds of over 60 mph."""@en ; skos:prefLabel "arterial road"@en ; skos:altLabel "arterial roads"@en . ### http://umbel.org/umbel/rc/ArterioVenousAnastomosis rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all arteovenous anastomoses. An individual ArterioVenousAnastomosis is a BloodVessel larger than a Capillary which connects an Artery with a Vein."@en ; skos:altLabel "arteriovenous anastomoses"@en ; skos:prefLabel "arteriovenous anastomosis"@en . ### http://umbel.org/umbel/rc/Arteriosclerosis rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A specialization of AilmentCondition. Arteriosclerosis is a condition characterized by hardening of the arteries. The most common form of arteriosclerosis is Atherosclerosis, which is arteriosclerosis caused by the presence of atheromatous plaque.."@en ; skos:prefLabel "arteriosclerosis"@en ; skos:altLabel "arteriosclerosises"@en . ### http://umbel.org/umbel/rc/Artery rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "Tubular, branching vessel which carries blood from the heart to the body"@en ; skos:altLabel "arteria"@en , "arteriae"@en , "arteries"@en ; skos:prefLabel "artery"@en . ### http://umbel.org/umbel/rc/ArtesianWell rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "A WaterWell in which the water flows upward under pressure."@en ; skos:prefLabel "artesian well"@en ; skos:altLabel "artesian wells"@en . ### http://umbel.org/umbel/rc/Arthritis rdf:type owl:Class ; rdfs:subClassOf :Diseases , , , ; skos:definition "Arthritis is characterized by stiffening and pain in joints."@en ; skos:altLabel "arthritic"@en ; skos:prefLabel "arthritis"@en . ### http://umbel.org/umbel/rc/ArthrodialJoint rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "An ArthrodialJoint is a Joint_AnimalBodyPart in which the bones can glide slightly over each other."@en ; skos:prefLabel "arthrodia"@en ; skos:altLabel "arthrodial joint"@en , "arthrodial joints"@en , "arthrodias"@en , "flat joint"@en , "flat joints"@en , "gliding joint"@en , "gliding joints"@en , "plane joint"@en , "plane joints"@en . ### http://umbel.org/umbel/rc/Arthrogryposis rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A collection of AilmentConditions in which one has crooked joints."@en ; skos:prefLabel "crooked joint"@en ; skos:altLabel "crooked joints"@en . ### http://umbel.org/umbel/rc/Arthropod rdf:type owl:Class ; rdfs:subClassOf :Animals , , , , ; skos:definition """A BiologicalPhylum and a specialization of Invertebrate. Each instance of Arthropod is a member of a species whose members are typically chitin-armored invertebrates with jointed bodies and limbs. Specializations include Insect, Crustacean, and Arachnid."""@en ; skos:prefLabel "arthropod"@en ; skos:altLabel "arthropods"@en . ### http://umbel.org/umbel/rc/ArthropodInfestation rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A specialization of ParasiticAilment. Each specialization of WormInfestation is an instance of a host organism containing instances of the intersection of Arthropod and Macroparasite. See the specializations ExternalArthropodInfestation and InternalArthropodInfestation."@en ; skos:prefLabel "arthropod infestation"@en . ### http://umbel.org/umbel/rc/Artichoke rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:definition "The collection of all artichokes, which are the edible buds of the Globe Artichoke plant. A type of Vegetable_Food."@en ; skos:prefLabel "artichoke"@en ; skos:altLabel "artichokes"@en . ### http://umbel.org/umbel/rc/Article_PCW rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , ; skos:definition "The collection of all nonfiction literary compositions intended to be published as a subdivision of some PublishedMaterial."@en ; skos:prefLabel "article"@en ; skos:altLabel "articles"@en , "column"@en , "columns"@en , "feature"@en , "features"@en , "stories"@en , "story"@en . ### http://umbel.org/umbel/rc/ArticlesOfConfederation rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition "The first constitution of the original 13 United States, adopted in 1781 and replaced in 1789 by the Constitution of the United States."@en ; skos:prefLabel "the Articles of Confederation"@en ; skos:altLabel "the Articles of Confederation and Perpetual Union"@en . ### http://umbel.org/umbel/rc/ArticulateOrEloquent rdf:type owl:Class ; rdfs:subClassOf :Attributes , , ; skos:definition "Having a natural facility eloquence or fluency with written or spoken words particularly with one's native language (see nativeLanguage). Good writers are often ArticulateOrEloquent."@en ; skos:altLabel "articulate"@en , "articulative"@en ; skos:prefLabel "eloquence"@en ; skos:altLabel "eloquent"@en , "fluent"@en , "well-spoken"@en . ### http://umbel.org/umbel/rc/Artifact rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , , ; skos:definition "A specialization of InanimateObject. Each instance of Artifact is an at least partially tangible thing which was intentionally created by an Agent_PartiallyTangible (or a group of Agent_PartiallyTangibles working together) to serve some purpose or perform some function. In order to create an instance of Artifact, it is not necessary that an Agent_PartiallyTangible create the matter out of which the Artifact is composed; rather, an Agent_PartiallyTangible can create an instance of Artifact by assembling or modifying existing matter. Examples of Artifacts include a wooden flute that's been whittled from a tree branch, a sawhorse that's been put together out of boards and nails, and a coin that's been minted by embossing or by melting liquid silver into a mold. In addition to the obvious human artifacts (buildings, tools, textiles, power lines), the collection Artifact also includes certain sorts of things made by Animals, such as bird nests, termite mounds, and beaver dams. Artifacts without any tangible parts are excluded from the collection Artifact; they are included in the collection Artifact_Intangible."@en ; skos:prefLabel "artifact"@en ; skos:altLabel "artifacts"@en , "partially tangible artifact"@en , "partially tangible artifacts"@en . ### http://umbel.org/umbel/rc/ArtifactType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "The collection of all specs of Artifact."@en ; skos:altLabel "artifact type"@en , "artifact types"@en , "generic artifact type"@en , "generic artifact types"@en , "kind of artifact"@en , "kinds of artifact"@en ; skos:prefLabel "type of artifact"@en ; skos:altLabel "types of artifact"@en . ### http://umbel.org/umbel/rc/ArtifactTypeByFunction rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of collections; a subcollection of ArtifactTypeByGenericCategory. Instances of ArtifactTypeByFunction are mutually unique with respect to the full set of the primary intended uses of their instances. Examples include DessertFood and Sofa_PieceOfFurniture. Counter-examples include FountainPen (which has the same primary function as its genls, WritingPen) and FurniturePiece (specs of which have different primary uses). There may be cases where two instances of ArtifactTypeByFunction (PROD1 and PROD2) are related by (genls PROD1 PROD2); but this will only happen in cases where instances of PROD1 have some additional primary function(s) to those of PROD2. For example, the collections Sofa_PieceOfFurniture and SofaBed are both instances of ArtifactTypeByFunction, and (genls SofaBed Sofa_PieceOfFurniture) is true."@en ; skos:prefLabel "artifact type by function"@en . ### http://umbel.org/umbel/rc/ArtifactTypeByHistory rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:prefLabel "artifact type by history"@en . ### http://umbel.org/umbel/rc/Artifact_Agentive rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "The collection of all instances of Agent_Generic created by an agent or agents (i.e., by some instance(s) of Agent_Generic). Since each instance of Artifact_Agentive is created by an agent, each instance is also an artifact (i.e., an instance of Artifact_Generic). One important specialization of Artifact_Agentive is Organization (q.v.). Artifact_Agentive is disjoint with Agent_NonArtifactual, the collection of all agents _not_ created by an agent."@en ; skos:prefLabel "agentive artifact"@en ; skos:altLabel "agentive artifacts"@en . ### http://umbel.org/umbel/rc/Artifact_AnimalCreated rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A collection of Artifacts. Each instance of Artifact_AnimalCreated is a tangible thing made by a NonPersonAnimal. Examples include Dams built by Beavers, spiderwebs, birds' nests, Termite mounds, and coral reefs."@en ; skos:prefLabel "artifact animal created"@en . ### http://umbel.org/umbel/rc/Artifact_Generic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of things created by Agent_PartiallyTangibles. These creations may be either tangible (like a hammer, a bowl, or a bridge) or intangible (like a set of laws, a KnowledgeBase, or Beethoven's Ninth Symphony). Thus, the collection of Artifact_Generics is partitioned into Artifact and Artifact_Intangible (q.v.)."@en ; skos:prefLabel "generic artifact"@en ; skos:altLabel "generic artifacts"@en . ### http://umbel.org/umbel/rc/Artifact_HumanCreated rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A collection of individual Artifacts. Each instance of Artifact_HumanCreated is a tangible thing made by an instance of HomoSapiens, or by a (GroupFn HomoSapiens). Examples include instances of Clothing_Generic, Automobile, DrainageCanal, and HydroelectricDam."@en ; skos:prefLabel "man-made object"@en ; skos:altLabel "man-made objects"@en . ### http://umbel.org/umbel/rc/Artifact_Intangible rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A specialization of both IntangibleIndividual and Artifact_Generic. Each instance of Artifact_Intangible is an intangible thing intentionally created by an agent or agents. Important specializations of Artifact_Intangible include ComputerLanguage, ConceptualWork, and Agreement."@en ; skos:prefLabel "intangible artifact"@en ; skos:altLabel "intangible artifacts"@en . ### http://umbel.org/umbel/rc/Artifact_NonAgentive rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "An instance of ObjectType, and a specialization of Artifact_Generic. Artifact_NonAgentive is the collection of all artifacts that are _not_ agents (i.e., that are _not_ instances of Agent_Generic). Specializations of Artifact_NonAgentive include Bicycle, Pants, Canal, and FoodUtensil."@en ; skos:prefLabel "non-agentive artifact"@en ; skos:altLabel "non-agentive artifacts"@en . ### http://umbel.org/umbel/rc/Artifacts_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopLevelTopic and a KBDependentCollection."@en ; skos:prefLabel "artifacts-topic"@en . ### http://umbel.org/umbel/rc/ArtificialChristmasTree rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all artificial christmas trees. A type of ChristmasTree, DurableGood, and NonPoweredDevice. The concept ArtificialChristmasTree is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "artificial christmas tree"@en ; skos:altLabel "artificial christmas trees"@en . ### http://umbel.org/umbel/rc/ArtificialFoodColoring rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , , ; skos:definition "The collection of all artificial food coloring. A type of FoodIngredientOnly and ArtificialMaterial. ArtificialFoodColoring is a DefaultDisjointEdibleStuffType."@en ; skos:prefLabel "artificial food coloring"@en ; skos:altLabel "artificial food colouring"@en . ### http://umbel.org/umbel/rc/ArtificialIntelligence rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "The field of artificial intelligence."@en ; skos:prefLabel "artificial intelligence"@en ; skos:altLabel "computational intelligence"@en . ### http://umbel.org/umbel/rc/ArtificialIntelligenceProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "Artificial intelligence programs are computer programs designed to perform extremely complex tasks such as common-sense reasoning, pattern recognition, natural language understanding, sophisticated game-playing, and medical diagnosis."@en ; skos:prefLabel "artificial intelligence program"@en ; skos:altLabel "artificial intelligence programme"@en , "artificial intelligence programs"@en . ### http://umbel.org/umbel/rc/ArtificialIntelligenceResearcher rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "A ComputerScientist whose main field is artificial intelligence research."@en ; skos:altLabel "AI researcher"@en , "AI researchers"@en ; skos:prefLabel "artificial intelligence researcher"@en ; skos:altLabel "artificial intelligence researchers"@en . ### http://umbel.org/umbel/rc/ArtificialIsland rdf:type owl:Class ; rdfs:subClassOf , , ; skos:definition "A man-made island created by depositing fill, potentially contained by dikes, into a wetland, bay or lagoon."@en ; skos:prefLabel "artificial island"@en ; skos:altLabel "artificial islands"@en , "man-made island"@en , "man-made islands"@en . ### http://umbel.org/umbel/rc/ArtificialLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations , , ; skos:definition "A collection that includes all languages created by Agent_Generics. Some examples are computer programming languages, constructed international languages like Esperanto and Ido, and languages of formal logic. See also FormalLanguage."@en ; skos:prefLabel "artificial language"@en ; skos:altLabel "artificial languages"@en . ### http://umbel.org/umbel/rc/ArtificialLanguage_Formal rdf:type owl:Class ; rdfs:subClassOf :Notations , , ; skos:definition "All elements of ArtificialLanguage that have a formally and explicitly specified syntax and/or semantics. Some examples are computer programming languages and languages of formal logic."@en ; skos:prefLabel "artificial language formal"@en . ### http://umbel.org/umbel/rc/ArtificialLanguage_Informal rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "All elements of ArtificialLanguage whose explicit syntax and semantics is informal, e.g. the constructed international languages like Esperanto and Ido ."@en ; skos:prefLabel "informal artificial language"@en ; skos:altLabel "informal artificial languages"@en . ### http://umbel.org/umbel/rc/ArtificialLighting rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all instances of VisibleLight that are deliberately created by intelligent agents. Includes light from a spotlight on a stage, light from a neon sign, light from interior lighting fixtures in a home, etc."@en ; skos:prefLabel "artificial lighting"@en . ### http://umbel.org/umbel/rc/ArtificialMaterial rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A collection of substances; a subcollection of Artifact. An instance of ArtificialMaterial is a portion of artificial stuff that was intentionally made by some agent(s), such as Plastic or SweetNLow. Since ArtificialMaterials are intentionally produced, this class does not normally include materials which are merely byProducts or wasteProducts of an intentional process. However, what is a by-product at one time or in one context may be a useful material that would count as an instance of ArtificialMaterial in another."@en ; skos:altLabel "artificial material"@en ; skos:prefLabel "artificial substance"@en ; skos:altLabel "artificial substances"@en . ### http://umbel.org/umbel/rc/ArtificialOrgan rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A specialization of PhysicalDevice. Each instance of ArtificialOrgan is an device designed to function as an organ (see Organ)."@en ; skos:prefLabel "artificial organ"@en ; skos:altLabel "artificial organs"@en , "prostheses"@en , "prosthesis"@en . ### http://umbel.org/umbel/rc/ArtificialWaterFeature rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , , ; skos:definition "ArtificialWaterFeature is a specialization of GeographicalThing, so each instance is located in a fixed position and could reasonably be placed on a map. Each ArtificialWaterFeature is a human-created body of water whose basin is either a partially modified topographical feature, in the case of WaterReservoirs, or is a ConstructionArtifact, in the case of open tanks, swimming pools, and so forth."@en ; skos:prefLabel "artificial water feature"@en . ### http://umbel.org/umbel/rc/ArtilleryBrigade rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition """The collection of all ArtilleryUnit_MilitarySpecialty with an echelon at the brigade level."""@en ; skos:prefLabel "artillery brigade"@en ; skos:altLabel "artillery brigades"@en , "artillery regiment"@en , "artillery regiments"@en . ### http://umbel.org/umbel/rc/ArtilleryFire rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "An important specialization of AttackingByFire, all instances of which are performed by some instance ArtilleryUnit_MilitarySpecialty."@en ; skos:prefLabel "artillery fire"@en ; skos:altLabel "artillery fires"@en . ### http://umbel.org/umbel/rc/ArtilleryShell rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A specialization of ProjectileShellAssembly and ExplosiveDevice. Each instance of ArtilleryShell is a projectile containing explosive material and is constructed to be launched by artillery."@en ; skos:prefLabel "artillery shell"@en ; skos:altLabel "artillery shells"@en , "shell"@en , "shells"@en . ### http://umbel.org/umbel/rc/Artillery_SelfPropelled rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition """A collection of FieldArtillery. Every instance of Artillery_SelfPropelled is a large-caliber gun mounted on a LandPlatform_SelfPropelled."""@en ; skos:prefLabel "self-propelled artillery"@en . ### http://umbel.org/umbel/rc/Artist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A specialization of Person. Each instance of this collection is a person who produces or performs works of art. This includes performing artists (whose works are transitory unless recorded) as well as visual artists, literary writers, and composers (whose works are intended to last for a significant length of time and be viewed or otherwise appreciated after the artist finishes them). A notable specialization of this collection is Artist_Visual. See also ArtObject, artisticWorksCreated."@en ; skos:prefLabel "artist"@en ; skos:altLabel "artists"@en , "creative artist"@en , "creative artists"@en . ### http://umbel.org/umbel/rc/ArtistColony rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all artist colonies. A type of Community."@en ; skos:altLabel "artist colonies"@en ; skos:prefLabel "artist colony"@en . ### http://umbel.org/umbel/rc/ArtistOrEntertainerRepresentative rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "Some who helps arts/entertainer professionals find work. Actors, musicians,(performers generally) and writers often have them. Demote this to a lower part in the spec/genl hierarchy when appropriate. (and change the english assertion asking you to do so!)."@en ; skos:prefLabel "agent"@en ; skos:altLabel "agents"@en . ### http://umbel.org/umbel/rc/ArtistTypeByArtForm rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of collections. Each instance is a spec of Artist whose instances are all of the same art form."@en ; skos:prefLabel "artist type by art form"@en . ### http://umbel.org/umbel/rc/Artist_Performer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "A specialization of Artist and of Entertainer. Each instance of this collection is a person watched by the audience during some instance of EntertainmentPerformance. Note that this collection includes only individual performers and not, for instance, musical groups (for that, see MusicPerformanceAgent)."@en ; skos:altLabel "performer"@en , "performers"@en ; skos:prefLabel "performing artist"@en ; skos:altLabel "performing artists"@en . ### http://umbel.org/umbel/rc/Artist_PerformerTypeByPerformanceType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A collection of collections. Each instance is a spec of Artist_Performer whose instances are all of the same performance type."@en ; skos:prefLabel "artist performer type by performance type"@en . ### http://umbel.org/umbel/rc/Artist_Visual rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A specialization of Artist. Each instance of this collection is a person who creates ArtObjects which are appreciated by looking at them (e.g. sculpture, paintings and so forth)."@en ; skos:prefLabel "visual artist"@en ; skos:altLabel "visual artists"@en . ### http://umbel.org/umbel/rc/ArtisticMovement rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A sub-collection of IdeologicalOrganization. Each instance is a group of artists who agree on general principles."@en ; skos:altLabel "art movement"@en , "art movements"@en ; skos:prefLabel "artistic movement"@en ; skos:altLabel "artistic movements"@en . ### http://umbel.org/umbel/rc/ArtistsModel rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of ProfessionalModels that earn a living posing for Artist_Visuals"@en ; skos:prefLabel "artist's model"@en ; skos:altLabel "artist's models"@en . ### http://umbel.org/umbel/rc/ArtistsOilPaint rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The oil paint used by artists."@en ; skos:altLabel "artists' oil paint"@en , "oil"@en ; skos:prefLabel "oil color"@en ; skos:altLabel "oil colour"@en , "oil paint"@en . ### http://umbel.org/umbel/rc/ArtistsWatercolorPaint rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all water color paints intended to be used for producing water color paintings. A type of Paint and ArtSupplies. ArtistsWatercolorPaint is an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "watercolor"@en ; skos:altLabel "watercolors"@en . ### http://umbel.org/umbel/rc/ArtistsWatercolorPaint_Solution rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A type of Solution. ArtistsWatercolorPaint_Solution is an ExistingStuffType."@en ; skos:prefLabel "artists watercolor paint solution"@en . ### http://umbel.org/umbel/rc/Arts rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "The LiberalArtsFieldOfStudy of arts. ArtObject is used to indicate objects d'art."@en ; skos:prefLabel "art"@en ; skos:altLabel "arts"@en . ### http://umbel.org/umbel/rc/AsSulaymaniyahProvinceIraq rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Asbestos rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "The collection of all asbestos. A type of BiochemicallyHarmfulSubstance and Resources. Asbestos is a CarcinogenType and a NaturalResourceType."@en ; skos:prefLabel "asbestos"@en . ### http://umbel.org/umbel/rc/Asbestosis rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A specialization of Pneumoconiosis. Asbestosis is a scarring of the lungs that leads to breathing problems and heart failure. It is caused by exposure to asbestos."@en ; skos:prefLabel "asbestosis"@en . ### http://umbel.org/umbel/rc/Ascariasis rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A collection of infestations of the SmallIntestine of HomoSapiens by individuals of AscarisLumbricoides."@en ; skos:prefLabel "ascariasis"@en . ### http://umbel.org/umbel/rc/AscarisLumbricoides rdf:type owl:Class ; rdfs:subClassOf :Animals , , , ; skos:definition "A collection of individuals of the species Enterobius vermicularis, which cause Ascariasis in HomoSapiens."@en ; skos:prefLabel "ascaris lumbricoides"@en . ### http://umbel.org/umbel/rc/AscendingAorta rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all ascending aortas. An AscendingAorta is the proximal part of an Aorta as it rises from the left ventricle (VentricleOfHeart) Each CoronaryArtery branches off of an AscendingAorta. It continues as the AorticArch."@en ; skos:altLabel "asc aorta"@en , "asc aortae"@en , "asc aortas"@en , "asc aortic"@en ; skos:prefLabel "ascending aorta"@en ; skos:altLabel "ascending aortae"@en , "ascending aortas"@en , "ascending aortic"@en , "ascending thoracic aorta"@en , "ascending thoracic aortae"@en , "ascending thoracic aortas"@en , "ascending thoracic aortic"@en . ### http://umbel.org/umbel/rc/AscendingColon rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all ascending colons. Each element of this collection is the part of the LargeIntestine of an Animal which adjoins the SmallIntestine."@en ; skos:prefLabel "ascending colon"@en ; skos:altLabel "ascending colons"@en . ### http://umbel.org/umbel/rc/Ascomycota_Division rdf:type owl:Class ; rdfs:subClassOf :ProtistsFungus , , ; skos:prefLabel "Ascomycota"@en ; skos:altLabel "Ascomycota Division"@en , "Division Ascomycota"@en ; skos:definition "This is the division of the fungus kingdom containing yeasts."@en ; skos:altLabel "sac fungi"@en , "sac fungus"@en , "sac funguses"@en . ### http://umbel.org/umbel/rc/AsexualBLO rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:prefLabel "asexual organism"@en ; skos:altLabel "asexual organisms"@en , "nongendered"@en . ### http://umbel.org/umbel/rc/AsexualHuman rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of people who are not sexually attracted to other people."@en ; skos:prefLabel "asexual"@en ; skos:altLabel "asexuals"@en . ### http://umbel.org/umbel/rc/AsexualReproductionEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A collection of events. In each element of AsexualReproductionEvent, an organism produces offspring via asexual means. E.g., mitotic division by instances of SingleCellOrganism; and budding, root-sprouting, etc., for (various) instances of Plant)."@en ; skos:altLabel "agamogenesis"@en ; skos:prefLabel "asexual reproduction"@en . ### http://umbel.org/umbel/rc/AshSharqiyah_EmirateSaudiArabia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AshTree rdf:type owl:Class ; rdfs:subClassOf :Plants , , , ; skos:definition "The collection of all ash trees. A type of OliveOrder, Tree_ThePlant, and DeciduousPlant. AshTree is a BiologicalGenus and a SpatiallyDisjointObjectType."@en ; skos:altLabel "ash"@en ; skos:prefLabel "ash tree"@en ; skos:altLabel "ash trees"@en , "ashes"@en . ### http://umbel.org/umbel/rc/AshWednesday rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:prefLabel "Ash Wednesday"@en ; skos:altLabel "Ash Wednesdays"@en ; skos:definition "The collection of all Ash Wednesdays, designated in the Christian liturgical calendar as the fortieth non-Sunday before Easter. AshWednesday is the first day of Lent."@en . ### http://umbel.org/umbel/rc/Ash_472 rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all wood of ash trees. A type of Wood."@en ; skos:prefLabel "ash"@en ; skos:altLabel "ash tree wood"@en , "ash wood"@en . ### http://umbel.org/umbel/rc/AshantiLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "African language of the Kwa sub-group"@en ; skos:altLabel "Ashanti"@en ; skos:prefLabel "Twi"@en . ### http://umbel.org/umbel/rc/Ashanti_KingdomOf rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:altLabel "Ashanti"@en ; skos:prefLabel "Kingdom of Ashanti"@en ; skos:definition "The most important African kingdom located in Ghana, West Africa."@en . ### http://umbel.org/umbel/rc/AshmoreAndCartierIslands rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:altLabel "Ashmore and Cartier Islands"@en ; skos:prefLabel "the Ashmore And Cartier Islands"@en . ### http://umbel.org/umbel/rc/AshmoreAndCartierIslandsTerritory rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Ashmore and Cartier Islands"@en ; skos:definition "Ashmore and Cartier Islands: a Territory."@en . ### http://umbel.org/umbel/rc/AshokanReservoir rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "A reservoir in the New York City water supply system."@en ; skos:prefLabel "Ashokan Reservoir"@en . ### http://umbel.org/umbel/rc/Ashtray rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of devices that people use to ash in when smoking a Cigarette or a Cigar. This collection does NOT include things like beer bottles and soda cans which are often used as ashtrays. This constant only represents those things which are designed to function as ashtrays."@en ; skos:prefLabel "ashtray"@en ; skos:altLabel "ashtrays"@en . ### http://umbel.org/umbel/rc/Ashura_IslamicHoliday rdf:type owl:Class ; rdfs:subClassOf :Time , ; skos:definition "An instance of AnnualHolidayType and a specialization of IslamicHoliday_Shiite. Each instance of Ashura_IslamicHoliday falls on the tenth day of an instance of Muharram_IslamicMonth. Ashura commemorates an historic battle that took place in CityOfKarbalaIraq in (YearFn 680)."@en ; skos:altLabel "Ashoura"@en ; skos:prefLabel "Ashura"@en ; skos:altLabel "Yom Ashura"@en . ### http://umbel.org/umbel/rc/AsiaPacificEconomicCooperation rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "Asia Pacific Economic Cooperation"@en . ### http://umbel.org/umbel/rc/AsianAmericanStudies rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:prefLabel "Asian American studies"@en ; skos:definition "Asian American studies: an EthnicStudies."@en ; skos:altLabel "Asian-American studies"@en . ### http://umbel.org/umbel/rc/AsianCitizenOrSubject rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:prefLabel "Asian"@en ; skos:altLabel "Asians"@en ; skos:definition "The collection of people who are citizens of, or otherwise by status under the jurisdiction of, a country or other GeopoliticalEntity whose territory is located in the ContinentOfAsia. A person native to an area of Asia not under the jurisdiction of any GeopoliticalEntity would also be an instance of AsianCitizenOrSubject."@en ; skos:altLabel "resident of Asia"@en , "resident of Orient"@en , "resident of the Orient"@en . ### http://umbel.org/umbel/rc/AsianCountry rdf:type owl:Class ; rdfs:subClassOf :Geopolitical , ; skos:definition "A sub-collection of IndependentCountry. Each instance is a countries occupying the Asian continent."@en ; skos:altLabel "Asian countries"@en ; skos:prefLabel "Asian country"@en ; skos:altLabel "Asian nation"@en , "Asian nations"@en . ### http://umbel.org/umbel/rc/AsianDevelopmentBank rdf:type owl:Class ; rdfs:subClassOf :Organizations ; skos:prefLabel "Asian Development Bank"@en . ### http://umbel.org/umbel/rc/AsianStudies rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:prefLabel "Asian studies"@en ; skos:definition "Asian studies: an AreaStudies."@en . ### http://umbel.org/umbel/rc/AsirProvinceSaudiArabia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Asleep rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition """Asleep is the collection of all sleeping animals. Asleep is a specialization of Unconscious. For example, (holdsIn (YearFn 1776) alertnessState RipVanWinkle Asleep) means that during 1776, Rip Van Winkle was a sleeping animal."""@en ; skos:altLabel "asleep"@en ; skos:prefLabel "asleep thing"@en . ### http://umbel.org/umbel/rc/Asparagine 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. Its abbreviations are Asn and N."""@en ; skos:prefLabel "asparagine"@en . ### http://umbel.org/umbel/rc/Aspartame rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , ; skos:definition "Aspartame, a sweetening agent used in soft drinks and other prepared foods."@en ; skos:altLabel "C2H18N2O5"@en ; skos:prefLabel "aspartame"@en . ### http://umbel.org/umbel/rc/AsparticAcid rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition """A collection of compounds and a spec of AminoAcid. This NonessentialAminoAcidType is also an excitory neurotransmitter in the central nervous system. Its abbreviations are Asp and D."""@en ; skos:prefLabel "aspartic acid"@en ; skos:altLabel "aspartic acids"@en . ### http://umbel.org/umbel/rc/AspatialInformationStore rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "A specialization of AspatialThing, IntangibleIndividual, and InformationStore. AspatialInformationStore is the collection of all information stores that have no spatial location. Specializations of AspatialInformationStore include ConceptualWork, Microtheory, AbstractInformationStructure, and FieldOfStudy. Although no instance of AspatialInformationStore has a spatial location, some instances can have multiple spatio-temporal "embodiments". For example, an instance of PropositionalInformationThing may be the content of several concrete documents, such as several instances of BookCopy (see containsInfoPropositional_IBT); and several distinct events, such as spoken utterances, may have a certain unique Proposition as their content (see containsInformation)."@en ; skos:altLabel "data"@en , "datum"@en , "info"@en ; skos:prefLabel "information"@en ; skos:altLabel "knowledge"@en . ### http://umbel.org/umbel/rc/AspergersSyndrome rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:altLabel "Asperger's"@en ; skos:prefLabel "Asperger's Syndrome"@en ; skos:altLabel "Aspergers Syndrome"@en ; skos:definition "The collection of AilmentConditions in which there is a pervasive developmental disorder characterized by an inability to understand how to interact socially. Other features include clumsy and uncoordinated motor movements, extreme egocentricity, non-verbal communication problems, etc. The boundary between this condition and Autism is fuzzy."@en ; skos:altLabel "asperger"@en . ### http://umbel.org/umbel/rc/Asphalt rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all asphalt. A type of ObjectSturdyWRTHumanActivity, SolidTangibleArtifact, ArtificialMaterial, and Mixture. The collection Asphalt is a NaturalResourceType and a TangibleStuffCompositionType."@en ; skos:prefLabel "asphalt"@en ; skos:altLabel "blacktop"@en . ### http://umbel.org/umbel/rc/Asphyxiation rdf:type owl:Class ; rdfs:subClassOf :Diseases , , ; skos:definition "Ailment characterized by deficiency of oxygen. If acute asphyxiation continues more than a few minutes for most animals, they will die."@en ; skos:altLabel "asphyxiate"@en , "asphyxiated"@en , "asphyxiates"@en , "asphyxiating"@en ; skos:prefLabel "asphyxiation"@en ; skos:altLabel "gag"@en , "gagged"@en , "gagging"@en , "gags"@en , "had asphyxiated"@en , "had gagged"@en , "had suffocated"@en , "has asphyxiated"@en , "has gagged"@en , "has suffocated"@en , "have asphyxiated"@en , "have gagged"@en , "have suffocated"@en , "suffocate"@en , "suffocated"@en , "suffocates"@en , "suffocating"@en , "suffocation"@en , "will asphyxiate"@en , "will gag"@en , "will have asphyxiated"@en , "will have gagged"@en , "will have suffocated"@en , "will suffocate"@en . ### http://umbel.org/umbel/rc/Aspirating rdf:type owl:Class ; rdfs:subClassOf :Activities . ### http://umbel.org/umbel/rc/AspirinProduct rdf:type owl:Class ; rdfs:subClassOf :Drugs , , , , , ; skos:definition "The collection of all aspirin. A type of drug containing aspirin, AntiInflammatory, OverTheCounterDrug, and Antipyretic. AspirinProduct is an OverTheCounterDrugType."@en ; skos:prefLabel "aspirin"@en ; skos:altLabel "aspirins"@en , "drug containing acetylsalicylic acid"@en , "drug containing aspirin"@en . ### http://umbel.org/umbel/rc/Assailant rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all assailants. A type of HomoSapiens."@en ; skos:prefLabel "assailant"@en ; skos:altLabel "assailants"@en . ### http://umbel.org/umbel/rc/AssamRifles rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:prefLabel "Assam Rifles"@en . ### http://umbel.org/umbel/rc/AssameseLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Assamese"@en ; skos:definition "Language spoken in the Indic area."@en . ### http://umbel.org/umbel/rc/AssameseWriting rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Assamese script"@en ; skos:altLabel "Assamese writing"@en ; skos:definition "non-Devanagari Indic writing"@en . ### http://umbel.org/umbel/rc/Assassin rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "A sub-collection of Murderer. Each instance is a murderer (especially one who kills a prominent political figure) who kills by a treacherous surprise attack and often is hired to do the deed."@en ; skos:prefLabel "assassin"@en ; skos:altLabel "assassinator"@en , "assassinators"@en , "assassins"@en . ### http://umbel.org/umbel/rc/AssateagueIsland rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Assateague Island"@en . ### http://umbel.org/umbel/rc/AssateaguePony rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:altLabel "Assateague ponies"@en ; skos:prefLabel "Assateague pony"@en ; skos:definition "The collection AssateaguePony includes all instances of Pony descended from the original Spanish ponies that inhabited AssateagueIsland following the legendary shipwreck of a Spanish ship on its shore in the sixteenth or seventeenth century. American children are fascinated by the story of these ponies, in part because they constitute one of the very few wild horse breeds living in North America."@en . ### http://umbel.org/umbel/rc/AssaultHelicopter rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all assault helicopters. A type of MilitaryHelicopter. AssaultHelicopter is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "assault helicopter"@en ; skos:altLabel "assault helicopters"@en . ### http://umbel.org/umbel/rc/AssaultPosition rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "The collection of all assault positions. A type of MobilityFacilitatingTerrain, CombatPosition, ConcealmentProvidingTerrain, and CoverProvidingTerrain. The collection AssaultPosition is a TacticalTerrainType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "assault position"@en ; skos:altLabel "assault positions"@en . ### http://umbel.org/umbel/rc/AssaultRifle rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of firearms that fire multiple bullets with each trigger pull."@en ; skos:prefLabel "assault rifle"@en ; skos:altLabel "assault rifles"@en . ### http://umbel.org/umbel/rc/AssaultRifle_AK47 rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "AK 47"@en , "AK-47"@en ; skos:prefLabel "AK-47 assault rifle"@en ; skos:altLabel "AK-47 assault rifles"@en , "Kalishnikov rifle"@en , "Kalishnikov rifles"@en ; skos:definition "The collection of all AK47 assault rifles, a type of assault rifle originally manufactured in Russia."@en ; skos:altLabel "kalashnikov"@en , "kalashnikovs"@en . ### http://umbel.org/umbel/rc/AssaultRifle_G36 rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "G36 assault rifle"@en ; skos:altLabel "G36 assault rifles"@en ; skos:definition "The collection of all G36 assault rifles, a type of assault rifle manufactured by HecklerUndKoch."@en . ### http://umbel.org/umbel/rc/AssaultRifle_M14 rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "M14 assault rifle"@en ; skos:altLabel "M14 assault rifles"@en ; skos:definition "The collection of all M14 assault rifles, a type of assault rifle originally manufactured in the United States and used from 1957 to 1967."@en . ### http://umbel.org/umbel/rc/AssembledFood rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , , ; skos:definition "The collection of all assembled food. A type of FoodComposite. AssembledFood is a FoodTypeByPreparationStyle."@en ; skos:prefLabel "assembled food"@en . ### http://umbel.org/umbel/rc/AssemblyLine rdf:type owl:Class ; rdfs:subClassOf :Workplaces , ; skos:definition "A collection of physical devices. Each element of AssemblyLine is a complex device that consists of a sequence of processing stations. The function of an assembly line is to perform some change on its inputs. So a car is not an assembly line, even though it burns gasoline, since its function is not to burn gasoline. Some change is performed on the inputs at each station, and then it is passed on to the next. The outputs of one station are inputs to another, and vice versa."@en ; skos:prefLabel "assembly line"@en ; skos:altLabel "assembly lines"@en , "production line"@en , "production lines"@en . ### http://umbel.org/umbel/rc/AssemblyLineWorker rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "The collection of all assembly line workers. A type of FactoryWorker and LowerClass. AssemblyLineWorker is a PersonTypeByOccupation."@en ; skos:prefLabel "assembly line worker"@en ; skos:altLabel "assembly line workers"@en . ### http://umbel.org/umbel/rc/Assemblyman rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all assemblymans. A SpatiallyDisjointObjectType."@en ; skos:prefLabel "assemblyman"@en ; skos:altLabel "assemblymans"@en . ### http://umbel.org/umbel/rc/AssetConversionLoan rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "The collection of LoanAgreements that are short term loans whose primary repayment source is the anticipated conversion of an asset to cash. Such loans are typically CommercialLoanAgreements, rather than ConsumerLoanAgreements."@en ; skos:prefLabel "asset conversion loan"@en ; skos:altLabel "asset conversion loans"@en . ### http://umbel.org/umbel/rc/Assets_Possession rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , , ; skos:definition "A sub-collection of Possession. Each instance is an anything of material value or usefulness."@en ; skos:prefLabel "asset"@en ; skos:altLabel "assets"@en , "existence that some social being has as assets"@en , "thing existing stably in time that is an asset of a social being"@en , "thing existing stably in time that some social being has as assets"@en . ### http://umbel.org/umbel/rc/AssignmentOfDebt rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all debt assignments. A type of BusinessRelationshipActivity."@en ; skos:altLabel "assignment of debt"@en , "assignment of debts"@en ; skos:prefLabel "debt assignment"@en ; skos:altLabel "debt assignments"@en . ### http://umbel.org/umbel/rc/Assignment_Obligation rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , , ; skos:definition """A specialization of both Obligation and Agreement (q.v.). Each instance of Assignment_Obligation is an obligation to maintain, bring about, or prevent some type of situation. The agents who have this obligation are the allottedAgents and the agents who have given out this obligation are the assigner.

Assignments come in a wide variety of flavors. The work/action assigned might or might not be part of the assignees' job. The assignment might be formal or casual, explicit or tacit. An assignment might take seconds to complete or decades to complete. A given assignment might be one-off or recurring. An assignment given to multiple agents might or might not require more-or-less the same thing of each agent, and it might require them to work independently or in concert. One can take an assignment "upon oneself", which means (in effect) assigning it to oneself."""@en ; skos:prefLabel "assigned task"@en ; skos:altLabel "assigned tasks"@en . ### http://umbel.org/umbel/rc/Assignment_Specification rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "A sub-collection of NormativeSpecification. Assignment_Specification is a collection of instances of ConceptualWork that describe a situation that some agent wants to be realized. This collection's instances are differentiated from other instances of NormativeSpecification in that they typically relate to organizations where several parties are involved in developing the content of an assignment and then allocating available resources for the realization of the situations they represent."@en ; skos:altLabel "assignment"@en ; skos:prefLabel "assignment specification"@en ; skos:altLabel "assignment specifications"@en , "assignments"@en . ### http://umbel.org/umbel/rc/AssiniboinLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "Amerindian language of, probably, the northern Great Plains of North America"@en ; skos:prefLabel "Assiniboin"@en . ### http://umbel.org/umbel/rc/AssistantDirector rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all assistant directors. A type of SkilledWorker. AssistantDirector is a PersonTypeByPositionInOrg."@en ; skos:prefLabel "assistant director"@en ; skos:altLabel "assistant directors"@en . ### http://umbel.org/umbel/rc/AssistantManager rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A person whose immediate boss is a manager and who has secondary power to act in that manager's absence. Having this role is common practice in operations where the manager is not present for significant amounts of time."@en ; skos:prefLabel "assistant manager"@en ; skos:altLabel "assistant managers"@en . ### http://umbel.org/umbel/rc/AssistantProfessor rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all assistant professors. A type of Professor. AssistantProfessor is a PersonTypeByPositionInOrg."@en ; skos:prefLabel "assistant professor"@en ; skos:altLabel "assistant professors"@en . ### http://umbel.org/umbel/rc/AssistedLiving rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition """This is the collection of events in which persons, usually elderly, live in arrangements wherein some of the tasks involved in everyday life are taken care of for them. These tasks often include preparing meals and cleaning, and may include personal hygiene, administering medications, and so on. Many retirement communities are built with the plan that many of their residents will be living in such arrangements."""@en ; skos:prefLabel "assisted living"@en . ### http://umbel.org/umbel/rc/Associate rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A sub-collection of Peer. Each instance is a person who joins with others in some activity."@en ; skos:prefLabel "associate"@en . ### http://umbel.org/umbel/rc/AssociateInArtsDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "An associate in arts degree is normally issued after passing two years of college-level liberal arts classes at an accredited college which issues such degrees."@en ; skos:prefLabel "associate in arts degree"@en ; skos:altLabel "associate in arts degrees"@en . ### http://umbel.org/umbel/rc/AssociateInScienceDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "An associate in science degree is normally issued after passing two years of college-level science classes at an accredited college which issues such degrees."@en ; skos:altLabel "associate in science"@en ; skos:prefLabel "associate in science degree"@en ; skos:altLabel "associate in science degrees"@en , "associates in science"@en . ### http://umbel.org/umbel/rc/AssociateLevel rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The educational attribute for anyone who has an AssociatesDegree but no Bachelor's degree"@en ; skos:prefLabel "associate level"@en ; skos:altLabel "associate levels"@en . ### http://umbel.org/umbel/rc/AssociatesDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The educational degrees normally issued after passing two years of community college or correspondence courses."@en ; skos:prefLabel "associate degree"@en ; skos:altLabel "associate degrees"@en , "associates degree"@en , "associates degrees"@en . ### http://umbel.org/umbel/rc/Association rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "A spec of Organization. Unlike many organizations, associations are characterized by voluntary membership, and by a relatively egalitarian governance structure in which all members have at least initially an equal say in associative decisions."@en ; skos:prefLabel "association"@en ; skos:altLabel "associations"@en . ### http://umbel.org/umbel/rc/AssumableLoanAgreement rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "The collection of all assumable loans. A type of MortgageAgreement."@en ; skos:prefLabel "assumable loan"@en ; skos:altLabel "assumable loans"@en . ### http://umbel.org/umbel/rc/AssyrianLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel " Assyrian"@en ; skos:altLabel "Neo-Aramaic Assyrian"@en ; skos:definition "This Semitic language, now dead, was originally spoken in the Near East"@en . ### http://umbel.org/umbel/rc/Astatine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , , ; skos:definition "All pieces (i.e., specific collections of nearby molecules) of Astatine in stuffeous form. -- sorry, I couldn't resist leaving the copy of gaseous to stuffeous."@en ; skos:altLabel "At"@en ; skos:prefLabel "astatine"@en . ### http://umbel.org/umbel/rc/Aster rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:definition "A plant order in the dicot subclass. includes sunflowers, daisies, etc."@en ; skos:prefLabel "aster"@en ; skos:altLabel "asters"@en . ### http://umbel.org/umbel/rc/Asterism rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial , , ; skos:definition "A collection of instances of CelestialRegion which are distinguished by a set of visible stars in some pattern. Examples include BigDipper_Asterism and OrionsBelt. See also Constellation, which is the more formal notion of 'constellation' used by astronomers."@en ; skos:prefLabel "asterism"@en ; skos:altLabel "asterisms"@en , "constellation"@en , "constellations"@en . ### http://umbel.org/umbel/rc/Asteroid rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial , , ; skos:definition "The collection of all chunks of rock which orbit our Sun. In AstronomyMt this collection might also include asteroids outside the Solar System."@en ; skos:prefLabel "asteroid"@en ; skos:altLabel "asteroids"@en . ### http://umbel.org/umbel/rc/AsteroidBelt rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:definition """The region of the SolarSystem between PlanetMars and PlanetJupiter, which is occupied by millions of Asteroids. """@en ; skos:prefLabel "the asteroid belt"@en . ### http://umbel.org/umbel/rc/Asthma rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A chronic disorder characterized by wheezing, coughing and difficulty in breathing."@en ; skos:prefLabel "asthma"@en ; skos:altLabel "case of asthma"@en , "cases of asthma"@en . ### http://umbel.org/umbel/rc/AsthmaAttack rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "The collection of all asthma attacks -- periods of difficult breathing caused by inflamed bronchi that occur in people who have asthma (See Asthma)."@en ; skos:prefLabel "asthma attack"@en ; skos:altLabel "asthma attacks"@en . ### http://umbel.org/umbel/rc/AstonMartinCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "Aston-Martin automobile"@en ; skos:altLabel "Aston-Martin automobiles"@en ; skos:definition "The collection of all Aston-Martin automobiles. A type of EnglishCar. The collection AstonMartinCar is an AutomobileTypeByBrand and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/Aston_MartinAMV8Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "AMV8"@en ; skos:altLabel "Aston-Martin AMV8"@en . ### http://umbel.org/umbel/rc/Aston_MartinAstonMartinCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Aston Martin"@en ; skos:altLabel "Aston-Martin Aston Martin"@en , "Martin"@en ; skos:definition "The collection of all Aston Martin cars. A type of AstonMartinCar. Aston_MartinAstonMartinCar is an AutomobileTypeByModel and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/Aston_MartinDB6Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "Aston-Martin DB6"@en ; skos:prefLabel "DB6"@en . ### http://umbel.org/umbel/rc/Aston_MartinDBRCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Aston-Martin DBR"@en ; skos:altLabel "DBR"@en . ### http://umbel.org/umbel/rc/Aston_MartinLagondaCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Aston-Martin Lagonda"@en ; skos:altLabel "Lagonda"@en . ### http://umbel.org/umbel/rc/Astroarchaeology rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition """This is a field which studies the role of astronomical thought in ancient cultures. It is similar to Archaeoastronomy but appears to be less scientific and its practioners more methodologically diverse."""@en ; skos:prefLabel "astroarchaeology"@en . ### http://umbel.org/umbel/rc/Astrologer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A sub-collection of Forecaster. Each instance is a someone who predicts the future by the positions of the planets and sun and moon."@en ; skos:prefLabel "astrologer"@en ; skos:altLabel "astrologers"@en , "astrologist"@en , "astrologists"@en . ### http://umbel.org/umbel/rc/Astrology rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:definition "The collection of belief systems that assume the influence of instances of AstronomicalBody on human affairs and personality."@en ; skos:altLabel "astrological"@en ; skos:prefLabel "astrology"@en . ### http://umbel.org/umbel/rc/Astronaut rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , , , ; skos:definition "An instance of PersonTypeByOccupation. Each instance of Astronaut is a person who participates in space travel and/or conducts scientific research in space."@en ; skos:prefLabel "astronaut"@en ; skos:altLabel "astronauts"@en . ### http://umbel.org/umbel/rc/Astronomer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of all astronomers, who are scientists that study astronomy. A type of Scientist. Astronomer is a ScientistTypeByField."@en ; skos:prefLabel "astronomer"@en ; skos:altLabel "astronomers"@en . ### http://umbel.org/umbel/rc/AstronomicalBody rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial , ; skos:definition """A specialization of AstronomicalObject (q.v.). Each instance of AstronomicalBody is an astronomical object that is an individual body, as opposed to a group or system of such bodies. Specializations include Planet and Star. Note that this collection includes only natural bodies; artificially-made objects such as spaceships and communications satellites are excluded."""@en ; skos:altLabel "heavenly bodies"@en ; skos:prefLabel "heavenly body"@en . ### http://umbel.org/umbel/rc/AstronomicalObject rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial , ; skos:definition """A specialization of InanimateObject_Natural. The collection of all things of the types studied by astronomers. Each instance of AstronomicalObject is a (usually quite large) natural, inanimate object that is located in the physical universe and is not on the surface of the Earth. (But note that PlanetEarth itself is an instance of this collection.) An AstronomicalObject might be either an individual heavenly body (see AstronomicalBody) or a group or system made up of such bodies (see e.g. Galaxy and PlanetarySystem). See also the specialization CelestialObject, instances of which are visible from the Earth."""@en ; skos:prefLabel "astronomical object"@en ; skos:altLabel "astronomical objects"@en . ### http://umbel.org/umbel/rc/AstronomicalObservatory rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of all installations constructed for gathering data on celestial and astronomical phenomena. Astronomical instruments are housed in observatories (and may even be a part of the structures)."@en ; skos:altLabel "astronomical observatories"@en , "astronomical observatory"@en , "observatories"@en ; skos:prefLabel "observatory"@en . ### http://umbel.org/umbel/rc/AstronomicalObservatoryBuilding rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of all instances of AstronomicalObservatory which are also ConstructionArtifacts. Astronomical instruments are housed in each AstronomicalObservatoryBuilding (and may even be a part of the building)."@en ; skos:prefLabel "astronomical observatory building"@en . ### http://umbel.org/umbel/rc/AstronomicalSatellite rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all artificial satellites (Satellite_Device) which are designed for collecting data on celestial and astronomical phenomena."@en ; skos:altLabel "astronomical satellite"@en , "astronomical satellites"@en ; skos:prefLabel "astronomy satellite"@en ; skos:altLabel "astronomy satellites"@en . ### http://umbel.org/umbel/rc/AstronomicalStation rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , ; skos:definition "A place on the earth whose position has been determined by observations of celestial bodies."@en ; skos:prefLabel "astronomical station"@en ; skos:altLabel "astronomical stations"@en . ### http://umbel.org/umbel/rc/Astronomy rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Astronomy: a ScientificFieldOfStudy."@en ; skos:altLabel "astronomically"@en ; skos:prefLabel "astronomy"@en ; skos:altLabel "more astronomically"@en , "most astronomically"@en . ### http://umbel.org/umbel/rc/Astrophyllite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "astrophyllite"@en . ### http://umbel.org/umbel/rc/Astrophysics rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Astrophysics: a ScientificFieldOfStudy."@en ; skos:prefLabel "astrophysics"@en . ### http://umbel.org/umbel/rc/Astrophysics_history rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Astrophysics history: a FieldOfStudy."@en ; skos:prefLabel "astrophysics history"@en ; skos:altLabel "the history of astrophysics"@en . ### http://umbel.org/umbel/rc/AsymmetricDigitalSubscriberLine rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A variation of 'Digital Subscriber Line' designed for an upstream data flow (client-to-server) which is a fraction of the downstream data flow (server-to-client). Typically the upstream data flow is measured in kilobits per second while the downstream data flow is measured in megabits per second (e.g. 6 megabits per second over standard phone lines). ADSL is appropriate for applications such as Video on Demand or World-Wide Web where a request from the user is far less data than the response."@en ; skos:prefLabel "asymmetric digital subscriber line"@en ; skos:altLabel "asymmetric digital subscriber loop"@en . ### http://umbel.org/umbel/rc/Asymptomatic rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "The collection of instances of Animal in which the organism has some condition asymptomatically. This means the organisms exhibits no symptoms of an AilmentCondition; however, this does not mean that the organism is without an AilmentCondition. In many cases organisms infected with certain diseases do not show signs of having it at all."@en ; skos:altLabel "asymptomatic"@en ; skos:prefLabel "asymptomatic thing"@en . ### http://umbel.org/umbel/rc/Asynchronous rdf:type owl:Class ; rdfs:subClassOf :Time ; skos:prefLabel "asynchronous"@en . ### http://umbel.org/umbel/rc/AsynchronousSportsEvent rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A sports event in which competitors do not start competing at the same time, although their efforts may overlap."@en ; skos:prefLabel "asynchronous sporting event"@en ; skos:altLabel "asynchronous sporting events"@en . ### http://umbel.org/umbel/rc/AsynchronousTransferMode rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo ; skos:definition """A data CommunicationProtocol that uses high-speed switching technology that can transmit packets requiring a high rate of data tranfer. Links using AsynchronousTransferMode technology can transmit data as well as multimedia communications."""@en ; skos:prefLabel "Asynchronous Transfer Mode"@en . ### http://umbel.org/umbel/rc/AtLeastPartiallyMentalEvent rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "A collection of events. Each instance of AtLeastPartiallyMentalEvent is an event involving the mental functions of a participant or group of participants (see actors) in that event. The collection includes such things as dreaming, perceiving, sensing, theorizing about something, having a realization, making a decision, building something, designing something, and consciously carrying out a task. Note that the above list includes both purposeful events and non-purposeful events that involve mental functions. Note also that any event that has a mental component is also an instance of this collection, so that events like preparing lunch would be classified as instances of AtLeastPartiallyMentalEvent. In entering knowledge, it is almost always possible and preferable to use one of the specializations of AtLeastPartiallyMentalEvent. If an event seems mostly mental in nature, modulo neurons firing and related brain activity, use StrictlyMentalEvent or one of its specializations. If it essentially involves both mental and physical activity, see CompositePhysicalAndMentalEvent or PurposefulPhysicalAction. For mental events that are intentionally and purposefully performed, see the specialization PurposefulMentalActivity."@en ; skos:prefLabel "partially mental event"@en ; skos:altLabel "partially mental events"@en . ### http://umbel.org/umbel/rc/AtRisk rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition """The collection of instances of Animal that are at risk of contracting some type of ailment."""@en ; skos:prefLabel "at risk"@en . ### http://umbel.org/umbel/rc/AtTamimProvinceIraq rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AtacamaDesert rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "A Desert in northern Chile."@en ; skos:prefLabel "Atacama Desert"@en . ### http://umbel.org/umbel/rc/Atacama_RegionChile rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Atacama"@en . ### http://umbel.org/umbel/rc/Atacamite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "atacamite"@en . ### http://umbel.org/umbel/rc/Atakora_ProvinceBenin rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AtchafalayaRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "one of Largest U.S. Rivers, flow-wise; probably in southern U.S."@en ; skos:altLabel "the Atchafalaya"@en ; skos:prefLabel "the Atchafalaya River"@en . ### http://umbel.org/umbel/rc/Atenolol rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The chemical compound which is a beta blocker. This drug is intended to be used for a non-initial therapeutic treatment of hypertension."@en ; skos:prefLabel "atenolol"@en . ### http://umbel.org/umbel/rc/AthabascanLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "Amerindian languages, generally of western North America"@en ; skos:altLabel "Athabascan language"@en , "Athabascan languages"@en ; skos:prefLabel "Athabaskan language"@en ; skos:altLabel "Athabaskan languages"@en , "the Athabaskan language family"@en , "the Athapaskan language family"@en . ### http://umbel.org/umbel/rc/Atheism rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:definition """The belief that Gods or other SupernaturalBeings do not exist."""@en ; skos:prefLabel "atheism"@en . ### http://umbel.org/umbel/rc/Atheist rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of instances of Person who are athiests."@en ; skos:prefLabel "atheist"@en ; skos:altLabel "atheists"@en , "person that is also a believer in atheism"@en . ### http://umbel.org/umbel/rc/AtheisticBeliefSystem rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:definition "All the BeliefSystems which deny the existence of divine beings. Examples of this include Marxism_Leninism, etc., and the most general example of all which is Atheism."@en ; skos:prefLabel "atheistic belief"@en ; skos:altLabel "atheistic beliefs"@en . ### http://umbel.org/umbel/rc/Athena_TheGoddess rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:prefLabel "Athena"@en ; skos:altLabel "Minerva"@en ; skos:definition "The Greek goddess of war, handicraft, and wisdom, counterpart of the Roman Minerva."@en . ### http://umbel.org/umbel/rc/Athenian rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "A sub-collection of Person. Each instance is a resident of Athens."@en ; skos:prefLabel "Athenian"@en ; skos:altLabel "Athenians"@en , "resident of Athens"@en , "resident of Athens, Greece"@en , "resident of Athens, the Hellenic Republic"@en . ### http://umbel.org/umbel/rc/Atherosclerosis rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "A type of Arteriosclerosis. Atherosclerosis is a chronic inflammatory response in the walls of arteries, caused by the formation of multiple plaques within the arteries. It is commonly known as a "hardening" of the arteries."@en ; skos:prefLabel "Atherosclerosis"@en ; skos:altLabel "case of Atherosclerosis"@en , "cases of Atherosclerosis"@en , "hardening of the arteries"@en . ### http://umbel.org/umbel/rc/Athlete rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A collection of persons. Each instance of Athlete is a person who trains to compete in contests involving physical agility, stamina, or strength. Note that in the JobMt, Athlete is a subcollection of PersonWithOccupation (q.v.), and hence in that microtheory represents the collection of professional athletes."@en ; skos:prefLabel "athlete"@en ; skos:altLabel "athletes"@en , "jock"@en , "jocks"@en , "sportsman"@en , "sportsmen"@en . ### http://umbel.org/umbel/rc/AthleteTypeBySport rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "AthleteTypeBySport is a collection of collections. Each element is a collection of Athletes who play the same Sport, for example, TennisPlayer. Since a Person can play more than one Sport, the instances of AthleteTypeBySport need not be disjoint. The motivation for creating this collection is to make use of a faceting of Athlete to generate English questions to aid classification. See #$NoteAboutHowFacetAssertionsAreUsed."@en ; skos:prefLabel "type of athlete classified by sport"@en ; skos:altLabel "types of athlete classified by sport"@en . ### http://umbel.org/umbel/rc/AthletesFoot rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "The collection of all athlete's foot ailments. A type of TineaPedis. AthletesFoot is an InfectiousDiseaseType."@en ; skos:prefLabel "athlete's foot"@en ; skos:altLabel "athlete's foot infection"@en , "athlete's foot infections"@en , "case of athlete's foot"@en , "cases of athlete's foot"@en . ### http://umbel.org/umbel/rc/AthleticActivity rdf:type owl:Class ; rdfs:subClassOf , , ; skos:definition "A specialization of both PurposefulPhysicalAction and HumanActivity. Each instance of AthleticActivity is a purposeful, physical human activity that is related to the playing of some sport, involves physical exertion, and tends to require strength and stamina. This collection is not limited to competitive sports events, but also includes non-competitive sports activities and exercising (e.g. spelunking, going for a jog, or shooting a few hoops)."@en ; skos:altLabel "athletic activities"@en ; skos:prefLabel "athletic activity"@en ; skos:altLabel "athletics"@en . ### http://umbel.org/umbel/rc/AthleticActivityAttackOnObject rdf:type owl:Class ; rdfs:subClassOf :Activities . ### http://umbel.org/umbel/rc/AthleticAward rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A distinction or honor given by some awarding agent to a deserving agent usually as the outcome of an athletic competition."@en ; skos:prefLabel "athletic award"@en ; skos:altLabel "athletic awards"@en . ### http://umbel.org/umbel/rc/AthleticClothing rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all athletic clothing. A type of ClothingItem. The collection AthleticClothing is an ArtifactTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:altLabel "athletic apparel"@en , "athletic attire"@en ; skos:prefLabel "athletic clothing"@en ; skos:altLabel "sports attire"@en , "sports clothing"@en . ### http://umbel.org/umbel/rc/AthleticField rdf:type owl:Class ; rdfs:subClassOf :Facilities , , , , ; skos:definition "A specialization of SportsPlayingArea and OpenArea. Each instance of AthleticField is a large, open area intended for field sports events."@en ; skos:altLabel "athletic field"@en , "athletic fields"@en , "field"@en ; skos:prefLabel "playing field"@en ; skos:altLabel "playing fields"@en . ### http://umbel.org/umbel/rc/AthleticPhysicalBuild rdf:type owl:Class ; rdfs:subClassOf :Attributes , , ; skos:definition "Good muscle tone and muscle definition, not fat, not skinny or emaciated."@en ; skos:altLabel "athletic"@en , "athletic physical build"@en , "athletic physical builds"@en ; skos:prefLabel "athletic physique"@en ; skos:altLabel "athletic physiques"@en , "muscular"@en . ### http://umbel.org/umbel/rc/AthleticShoe rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all athletic footwear, which are shoes designed to be worn during athletic activities. A type of ExerciseClothing and Shoe. The collection AthleticShoe is a SomethingToWearTypeByGenericCategory and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "athletic footwear"@en ; skos:altLabel "athletic shoe"@en , "athletic shoes"@en . ### http://umbel.org/umbel/rc/AthleticSupporter_Clothing rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "Instances of AthleticSupporter_Clothing are a type of undergarment worn by men to protect their genitalia from mechanical shock (but not impact) that might be caused by vigorous athletic activity."@en ; skos:prefLabel "athletic supporter"@en ; skos:altLabel "athletic supporters"@en , "jock"@en , "jock strap"@en , "jock straps"@en , "jocks"@en , "jockstrap"@en , "jockstraps"@en . ### http://umbel.org/umbel/rc/AthleticTrainer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "The collection of athletic trainers, health professionals, typically hired by sports organizations to tend to the injuries of athletes employed by those organizations."@en ; skos:prefLabel "athletic trainer"@en ; skos:altLabel "athletic trainers"@en . ### http://umbel.org/umbel/rc/AtlanticOcean rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "The main body of salt water primarily in the WesternHemisphere_Region, bordering on five Continents (or three TrueContinents -- the Western coasts of Europe and Africa, Antarctica, and the Eastern coasts of North and South America)."@en ; skos:altLabel "the Atlantic"@en ; skos:prefLabel "the Atlantic Ocean"@en . ### http://umbel.org/umbel/rc/Atlantique_ProvinceBenin rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Atlantis rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Atlantis"@en ; skos:definition """Atlantis is a legendary island in the Atlantic Ocean, lying west of the Straits of Gibraltar. The principal sources for the legend are two of Plato's dialogues, Timaeus and Critias."""@en . ### http://umbel.org/umbel/rc/AtlantoOccipitalJoint rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:prefLabel "atlanto-occipital joint"@en ; skos:altLabel "atlanto-occipital joints"@en , "atlantooccipital joint"@en , "atlantooccipital joints"@en . ### http://umbel.org/umbel/rc/Atlas rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "The collection of all atlases: documents that consist primarily of a large number of Maps, all unified by a theme. The Maps in an atlas usually combine to represent different aspects of a single geographical region or different subregions of a large region."@en ; skos:prefLabel "atlas"@en ; skos:altLabel "atlases"@en . ### http://umbel.org/umbel/rc/AtlasMountains rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "mountains of NW Africa"@en ; skos:prefLabel "the Atlas Mountains"@en . ### http://umbel.org/umbel/rc/AtlasRocket rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A family of rockets used primarily by the military and built by #$LockheedMartin-CommercialOrganization. Typically used for satellite launching."@en ; skos:altLabel "Atlas"@en , "Atlas rocket"@en , "Atlas rockets"@en , "Atlases"@en ; skos:prefLabel "the Atlas"@en . ### http://umbel.org/umbel/rc/AtlasVertebra rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "C1"@en , "C1 vertebra"@en , "C1 vertebrae"@en , "C1s"@en ; skos:definition "The collection of all atlas vertebrae. A type of CervicalVertebra. The collection AtlasVertebra is an InternalAnimalBodyRegionType and a UniqueAnatomicalPartType."@en ; skos:prefLabel "atlas vertebra"@en ; skos:altLabel "atlas vertebrae"@en , "first cervical vertebra"@en , "first cervical vertebrae"@en . ### http://umbel.org/umbel/rc/Atmosphere rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , , , ; skos:definition "A specialization of OpenSpaceContent (q.v.). Each instance of Atmosphere is a gaseous mass or envelope surrounding an AstronomicalBody, especially a planet. Examples include TheEarthsAtmosphere."@en ; skos:prefLabel "atmosphere"@en ; skos:altLabel "atmospheres"@en . ### http://umbel.org/umbel/rc/AtmosphericBoundaryLayer rdf:type owl:Class ; rdfs:subClassOf , , ; skos:definition "Instances are boundary layers in the gaseous envelopes or Atmospheres of planets. Instances usually exist between regions with different properties of temperature and pressure, and are characterized by unique boundary conditions themselves. As a matter of convention, they are usually considered proper parts of the instances of AtmosphericLayer that lie directly below them."@en ; skos:prefLabel "atmospheric boundary layer"@en ; skos:altLabel "atmospheric boundary layers"@en . ### http://umbel.org/umbel/rc/AtmosphericChemistry rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "Atmospheric chemistry: an AtmosphericScience."@en ; skos:prefLabel "atmospheric chemistry"@en . ### http://umbel.org/umbel/rc/AtmosphericLayer rdf:type owl:Class ; rdfs:subClassOf , , ; skos:definition "Instances are spherical layers of a planet's atmosphere, demarcated by distinctive properties of temperature and pressure. Most such regions terminate in instances of AtmosphericBoundaryLayer which, while considered proper parts of the layers below them, exhibit special thermal properties, e.g., Stratopause_PlanetEarth."@en ; skos:prefLabel "atmospheric layer"@en ; skos:altLabel "atmospheric layers"@en . ### http://umbel.org/umbel/rc/AtmosphericPhysics rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "This is the study of planetary atmospheres in general."@en ; skos:prefLabel "atmospheric physics"@en . ### http://umbel.org/umbel/rc/AtmosphericScience rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "This is the collection of scientific fields of study whose object of study is some aspect of planetary atmospheres, especially that of our planet."@en ; skos:prefLabel "atmospheric science"@en . ### http://umbel.org/umbel/rc/Atoll rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A coral island consisting of a reef surrounding a lagoon."@en ; skos:prefLabel "atoll"@en ; skos:altLabel "atolls"@en . ### http://umbel.org/umbel/rc/Atom rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "A specialization of ChemicalObject. Each instance of Atom is a microscopic-scale object with exactly one atomic nucleus (see AtomicNucleus) and some number of electrons (see Electron). A typical instance of Atom has no net charge, i.e., it has as many instances of Electron as it does of Proton. For the collection of atoms that do have non-zero charges, see MonoatomicIon."@en ; skos:prefLabel "atom"@en ; skos:altLabel "atoms"@en . ### http://umbel.org/umbel/rc/AtomicBomb rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all bombs that derive their explosive force from fission, the energy released by the splitting apart of atoms (usually of plutonium or enriched uranium)"@en ; skos:altLabel "a-bomb"@en , "a-bombs"@en , "atom bomb"@en , "atom bombs"@en ; skos:prefLabel "atomic bomb"@en ; skos:altLabel "atomic bombs"@en , "fission bomb"@en , "fission bombs"@en , "plutonium bomb"@en , "plutonium bombs"@en . ### http://umbel.org/umbel/rc/AtomicClock rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A specialization of Clock. Each instance of AtomicClock uses certain resonance frequencies of atoms to keep time with extreme accuracy."@en ; skos:prefLabel "atomic clock"@en ; skos:altLabel "atomic clocks"@en . ### http://umbel.org/umbel/rc/AtomicNucleus rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:definition "A specialization of MicroscopicScaleObject. Each instance of AtomicNucleus is an object composed of some definite number of instances of Proton and some definite number of instances of Neutron. Each instance of Atom has exactly one instance of AtomicNucleus as a part."@en ; skos:altLabel "atomic nuclei"@en ; skos:prefLabel "atomic nucleus"@en ; skos:altLabel "nuclei"@en , "nucleus"@en . ### http://umbel.org/umbel/rc/AtomicParticleSensor rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A type of Sensor_Device. AtomicParticleSensor is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "atomic particle sensor"@en . ### http://umbel.org/umbel/rc/AtomicSymbol_Abstract rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "A specialization of AbstractInformationStructure (q.v.). This is the collection of all abstract symbols that are not composed of further symbols. By 'abstract symbol' we mean any abstract object whose concrete instantiations have meaning, broadly construed, according to some convention. For example, the Roman letter 'A' is an AtomicSymbol_Abstract, whereas concrete instantiations of it (see CharacterToken) are not. The character string 'ABC' is not an AtomicSymbol_Abstract, because it is composed of more than one symbol. An arbitrary AbstractStructure (such as the abstract structure of carbon dioxide) is not AtomicSymbol_Abstract unless its instantiations have a meaning, according to some convention. Other examples include all instances of Character_Abstract, punctuation marks, words (but not their corresponding character strings), symbols of diagram types (e.g. the symbols used in schematic diagrams for electrical curcuits), and abstract individual sound structures (see e.g Phoneme)."@en ; skos:prefLabel "abstract atomic symbol"@en ; skos:altLabel "abstract atomic symbols"@en . ### http://umbel.org/umbel/rc/Atomizer rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all atomizers. A type of SprayingDevice. Atomizer is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "atomizer"@en ; skos:altLabel "atomizers"@en . ### http://umbel.org/umbel/rc/AtrioventricularValve rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A specilization of HeartValve. Each instance of AtrioventricularValve is a heart vlave that is located between an atrium and a ventricle. For example, mitral valves are atrioventricular valves because they are found between right atria and left ventricles."@en ; skos:altLabel "AV valve"@en , "AV valves"@en ; skos:prefLabel "atrioventricular valve"@en ; skos:altLabel "atrioventricular valves"@en . ### http://umbel.org/umbel/rc/Atropine rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "A chemical used to treat exposure to cholinesterase-inhibiting substances."@en ; skos:altLabel "C17H23NO3"@en ; skos:prefLabel "atropine"@en . ### http://umbel.org/umbel/rc/Attache rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "A collection of persons; a subset of Diplomat. Each element of Attache is a person who is officially appointed as a representative of a country's government in dealing with another government or an international organization. For example, the collection Attache includes the U.S. attaches in Japan, Russia, China_PeoplesRepublic, and other countries. Attaches usually work with higher officials appointed by their country. Usually attaches are attached to particular diplomatic staff or mission, for example MilitaryAttache or NavalAttache."@en ; skos:prefLabel "attache"@en ; skos:altLabel "attaches"@en . ### http://umbel.org/umbel/rc/Attachment rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:definition "Those configurations that include attachments, like a blender and the blade attachments for it."@en ; skos:prefLabel "attachment"@en ; skos:altLabel "attachments"@en . ### http://umbel.org/umbel/rc/AttachmentEvent rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of events in which one object becomes attached to another. This may involve fasteners of some sort in which case one should use the specialization ConnectingTogether or processes in which no fasteners are used, e.g. magnets moving together, two objects rusting together, chemical bonding."@en ; skos:altLabel "attach"@en , "attached"@en , "attaches"@en ; skos:prefLabel "attaching"@en ; skos:altLabel "had attached"@en , "has attached"@en , "have attached"@en , "will attach"@en , "will have attached"@en . ### http://umbel.org/umbel/rc/AttachmentOfEarningsOrder rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A specialization of Writ. Each instance of AttachmentOfEarningsOrder is an order issued by a UK County Court compelling the employer of a debtor to deduct payments from the debtor's salary. These payments go towards erasing the debt owed by the debtor to his creditor."@en ; skos:prefLabel "attachment of earnings order"@en ; skos:altLabel "attachment of earnings orders"@en . ### http://umbel.org/umbel/rc/AttachmentOrder rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A specialization of Writ. Each instance of AttachmentOrder is an order issued by a UK County Court allowing a creditor to sell property and assets of a debtor until the latter's debt to the former is fully paid."@en ; skos:prefLabel "attachment order"@en ; skos:altLabel "attachment orders"@en . ### http://umbel.org/umbel/rc/AttackAircraftCarrier rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of AircraftCarriers intended for use in transporting attack aircraft."@en ; skos:prefLabel "attack aircraft carrier"@en . ### http://umbel.org/umbel/rc/AttackByComputerOperation rdf:type owl:Class ; rdfs:subClassOf :Activities , , , ; skos:definition "A specialization of AttackOnObject, #$ActsCommonlyConsideredCriminal and ComputerActivity. Each instance of AttackByComputerOperation an attack executed using computer operations as weapons. Commonly, instances of this collection are called "electronic attacks" or "cyber attacks". This collection includes as specializations AttackByComputerOperation_DenialOfService, AttackByComputerOperation_CorruptionOfInformation and many others. Note that AttackByComputerOperation is not a specialization of AttackOnIBT, because many instances of AttackByComputerOperation do not involve an attempt to change the information content of their targets."@en ; skos:altLabel "attack by computer operation"@en , "attack by computer operations"@en ; skos:prefLabel "cyber attack"@en ; skos:altLabel "cyber attacks"@en , "electronic attack"@en , "electronic attacks"@en . ### http://umbel.org/umbel/rc/AttackByComputerOperation_BufferOverflow rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "The collection of electronic attacks by which a hacker uses a program running on the computer rather than logging in to the computer as a means of inserting malicious code. By carefully constructing a long string of input to the target program, the hacker overflows the memory space alotted to it, resulting in the input data overwriting data in the process stack, which then executes the malicious code in the input buffer."@en ; skos:prefLabel "buffer overflow attack"@en ; skos:altLabel "buffer overflow attacks"@en . ### http://umbel.org/umbel/rc/AttackByComputerOperation_DefacingAWebsite rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "AttackByComputerOperation_DefacingAWebsite is a subset of AttackByComputerOperation. In every instance of this collection, some instance of WorldWideWebSite is the object of some form of vandalism."@en ; skos:prefLabel "web site defacement"@en ; skos:altLabel "web site defacements"@en . ### http://umbel.org/umbel/rc/AttackByComputerOperation_Fraggle rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "AttackByComputerOperation_Fraggle is a specialization of AttackByComputerOperation_UDPPacketStorm. Instances of this collection are similar to instances of AttackByComputerOperation_Smurfing, except they involve flooding a computer with UPD packets instead of ICMP packets."@en ; skos:prefLabel "fraggle attack"@en ; skos:altLabel "fraggle attacks"@en . ### http://umbel.org/umbel/rc/AttackByComputerOperation_SYNFlooding rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:definition "AttackByComputerOperation_SYNFlooding is a specialization of AttackByComputerOperation_DenialOfService. Each instance of AttackByComputerOperation_SYNFlooding is an attack in which the attacker sends SYN Packet_Internets with phony return IPAddresses, resulting in the target server staying open while it waits for the return or ACK packet to complete the handshake (to establish a connection with a remote computer -- see InternetPacketExchange). While the target computer stays open, it is vulnerable to bombardment by additional phony packets, leaving no room to establish a legitimate connection."@en ; skos:prefLabel "SYN flood"@en ; skos:altLabel "SYN floods"@en . ### http://umbel.org/umbel/rc/AttackByComputerOperation_Smurfing rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "AttackByComputerOperation_Smurfing is the collection of electronic attacks in which the attacker sends a large stream of spoofed instances of ping Packet_Internets to a broadcast address (an instance of IPAddress that services an instance of ComputerNetwork). The packets have as their source IP address the spoofed address of the victim. When the broadcast host relays the packets to all of the host computers on its network, the hosts reply to the victim, resulting in a multiplication of the information sent to the victim and, if successful, disabling the victim's machine. (These attacks have been referred to as "smurf attacks" because the name of one of the exploit programs attackers use to execute this attack is called "smurf.")"@en ; skos:prefLabel "a smurf attack"@en ; skos:altLabel "smurf attack"@en , "smurf attacks"@en . ### http://umbel.org/umbel/rc/AttackByComputerOperation_Virus rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition """AttackByComputerOperation_Virus is the collection of all attacks on computer resources by programs in the collection ComputerVirus."""@en ; skos:altLabel "computer virus attack"@en , "computer virus attacks"@en ; skos:prefLabel "virus attack"@en ; skos:altLabel "virus attacks"@en . ### http://umbel.org/umbel/rc/AttackHelicopter rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of Helicopters used for attacking ground or water targets in a military context."@en ; skos:altLabel "armed helicopter"@en , "armed helicopters"@en ; skos:prefLabel "attack helicopter"@en ; skos:altLabel "attack helicopters"@en . ### http://umbel.org/umbel/rc/AttackOnObject rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "A specialization of PurposefulPhysicalAction and ActionOnObject. Each instance of AttackOnObject is an action intentionally performed by an actor or actors (see performedBy) with the goal (see purposeInEvent) that the action damages (see damages) the object attacked (see objectAttacked). The object that is attacked in an instance of AttackOnObject need not be a tangible object -- for example, it could be a web site or a person's character. For attacks against tangible objects, see the more specialized collection, AttackOnTangible."@en ; skos:altLabel "assail"@en , "assailed"@en , "assailing"@en , "assails"@en ; skos:prefLabel "attack"@en ; skos:altLabel "attacked"@en , "attacking"@en , "attacks"@en , "had assailed"@en , "had attacked"@en , "had targeted"@en , "has assailed"@en , "has attacked"@en , "has targeted"@en , "have assailed"@en , "have attacked"@en , "have targeted"@en , "offensive"@en , "offensives"@en , "purposeful action (physical or non-physical) designed to damage something or someone"@en , "purposeful actions (physical or non-physical) designed to damage something or someone"@en , "target"@en , "targeted"@en , "targeting"@en , "targets"@en , "will assail"@en , "will attack"@en , "will have assailed"@en , "will have attacked"@en , "will have targeted"@en , "will target"@en . ### http://umbel.org/umbel/rc/AttackOnTangible rdf:type owl:Class ; rdfs:subClassOf :Events , , , ; skos:definition "AttackOnTangible is the collection of actions intentionally performedBy an actor (or actors) who have the purposeInEvent that the action damages the objectAttacked."@en ; skos:altLabel "attack a tangible target"@en , "attack physically"@en , "attack something tangible"@en , "attack tangible targets"@en , "attacked a tangible target"@en , "attacked physically"@en , "attacked something tangible"@en , "attacked tangible targets"@en , "attacking a tangible target"@en , "attacking physically"@en , "attacking something tangible"@en , "attacking tangible targets"@en , "attacks a tangible target"@en , "attacks physically"@en , "attacks something tangible"@en , "attacks tangible targets"@en , "had attacked a tangible target"@en , "had attacked physically"@en , "had attacked something tangible"@en , "had attacked tangible targets"@en , "has attacked a tangible target"@en , "has attacked physically"@en , "has attacked something tangible"@en , "has attacked tangible targets"@en , "have attacked a tangible target"@en , "have attacked physically"@en , "have attacked something tangible"@en , "have attacked tangible targets"@en ; skos:prefLabel "physical attack"@en ; skos:altLabel "physical attacks"@en , "physically attack"@en , "physically attacked"@en , "physically attacking"@en , "physically attacks"@en , "physically had attacked"@en , "physically has attacked"@en , "physically have attacked"@en , "physically will attack"@en , "physically will have attacked"@en , "will attack a tangible target"@en , "will attack physically"@en , "will attack something tangible"@en , "will attack tangible targets"@en , "will have attacked a tangible target"@en , "will have attacked physically"@en , "will have attacked something tangible"@en , "will have attacked tangible targets"@en . ### http://umbel.org/umbel/rc/AttackSubmarine rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A specialization of Submarine_Military. Each instance of AttackSubmarine is a submarine whose primary function is to seek and destroy other submarines or surface vessels."@en ; skos:prefLabel "attack submarine"@en . ### http://umbel.org/umbel/rc/AttackType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories . ### http://umbel.org/umbel/rc/Attack_MilitaryOperation rdf:type owl:Class ; rdfs:subClassOf :Activities , , , ; skos:definition """A specialization of MilitaryOffensiveOperation. Instances are offensive operations characterized by actual instances of Engagement_Military, a requirement that does not extend to instances of MilitaryOffensiveOperation in general."""@en ; skos:altLabel "attack"@en ; skos:prefLabel "attack operation"@en ; skos:altLabel "attack operations"@en , "attacks"@en . ### http://umbel.org/umbel/rc/Attack_Verbal rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:altLabel "assail verbally"@en , "assail with words"@en , "assailed verbally"@en , "assailed with words"@en , "assailing verbally"@en , "assailing with words"@en , "assails verbally"@en , "assails with words"@en , "assault with words"@en , "assaulted with words"@en , "assaulting with words"@en , "assaults with words"@en , "attack with words"@en , "attacked with words"@en , "attacking with words"@en , "attacks with words"@en , "had assailed verbally"@en , "had assailed with words"@en , "had assaulted with words"@en , "had attacked with words"@en , "has assailed verbally"@en , "has assailed with words"@en , "has assaulted with words"@en , "has attacked with words"@en , "have assailed verbally"@en , "have assailed with words"@en , "have assaulted with words"@en , "have attacked with words"@en , "verbal assault"@en , "verbal assaults"@en ; skos:prefLabel "verbal attack"@en ; skos:altLabel "verbal attacks"@en , "will assail verbally"@en , "will assail with words"@en , "will assault with words"@en , "will attack with words"@en , "will have assailed verbally"@en , "will have assailed with words"@en , "will have assaulted with words"@en , "will have attacked with words"@en . ### http://umbel.org/umbel/rc/Attempt_to_perform_raising_revenue rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:prefLabel "attempt to perform raising revenue"@en . ### http://umbel.org/umbel/rc/AttemptedMurder rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of all attempts by one person to murder another. A type of attempt to perform killing and CriminalAct. AttemptedMurder is an ActTypeCommonlyConsideredCriminal."@en ; skos:prefLabel "attempt to perform a murder"@en ; skos:altLabel "attempts at murder"@en . ### http://umbel.org/umbel/rc/Attendant rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:prefLabel "attendant"@en ; skos:altLabel "attendants"@en . ### http://umbel.org/umbel/rc/Attendee rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of all attendees. An IntermittentCollection."@en ; skos:prefLabel "attendee"@en ; skos:altLabel "attendees"@en , "being that is present at some social occasion"@en , "individual agent that is present at some social occasion"@en , "individual that is present at some social occasion"@en . ### http://umbel.org/umbel/rc/AttendingPhysician rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "Physician with primary responsibility for a patient."@en ; skos:prefLabel "attending physician"@en ; skos:altLabel "attending physicians"@en . ### http://umbel.org/umbel/rc/AtticGreekDialect rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:altLabel "Attic"@en ; skos:prefLabel "Classical Greek"@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/Attitude rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A sub-collection of Cognition. Each instance is a complex mental state involving beliefs and feelings and values and dispositions to act in certain ways."@en ; skos:altLabel "attitude"@en ; skos:prefLabel "mental attitude"@en . ### http://umbel.org/umbel/rc/Attitude_Topic rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A CycVocabularyTopic and a KBDependentCollection."@en ; skos:prefLabel "attitude-topic"@en . ### http://umbel.org/umbel/rc/AttorneyGeneral rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "The collection of all heads of law-enforcement departments who also officially represent the executive of the government in court cases, although such representation may normally handled through underlings."@en ; skos:prefLabel "attorney general"@en ; skos:altLabel "attorneys general"@en . ### http://umbel.org/umbel/rc/Attraction rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , ; skos:prefLabel "lure"@en ; skos:altLabel "lures"@en . ### http://umbel.org/umbel/rc/AttributeCharacteristicOfAnEntity rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "A sub-collection of ConceptualAbstraction. Each instance is an abstraction belonging to or characteristic of an entity."@en ; skos:prefLabel "attribute"@en ; skos:altLabel "attributes"@en , "properties"@en , "property"@en . ### http://umbel.org/umbel/rc/AttwatersGreaterPrairieChicken rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "Attwater's Greater Prairie-chicken"@en ; skos:altLabel "Tympanuchus cupido attwateri"@en . ### http://umbel.org/umbel/rc/AuPairService rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of events in which a Nanny takes care of an employer's children."@en ; skos:altLabel "child care in which a nanny plays a performer role"@en ; skos:prefLabel "child care performed by a nanny"@en ; skos:altLabel "child care performed by an au pair"@en , "childcare performed by an au pair"@en . ### http://umbel.org/umbel/rc/AuSableRiver rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "A New York river that runs from the Adirondak mountains into Lake Champlain."@en ; skos:prefLabel "the Au Sable River"@en . ### http://umbel.org/umbel/rc/AuburnHairedHuman rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all HomoSapiens with Auburn_HairColor evident on the head (see also the more specific RedHairedHuman). The color may be natural or dyed, and it may include woven hair. Removable wigs are excluded from consideration in determining this class of people."@en ; skos:altLabel "auburn haired people"@en ; skos:prefLabel "auburn haired person"@en ; skos:altLabel "auburn haired persons"@en , "auburn-haired people"@en , "auburn-haired person"@en , "auburn-haired persons"@en . ### http://umbel.org/umbel/rc/Auburn_HairColor rdf:type owl:Class ; rdfs:subClassOf :Attributes , , , ; skos:definition "The human hair color auburn, a kind of reddish-brown."@en ; skos:prefLabel "auburn"@en . ### http://umbel.org/umbel/rc/Auction_Event rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of BusinessEvents in which instances of Product are sold to the highest bidder. An auction lasts from a few minutes to several days and involves the gathering of potential buyers--called 'bidders'--who make offers on the products being sold. The offers are called 'bids.' Typically, the product is sold to the person who offers the most money for it, which person is called the 'highest bidder'."@en ; skos:prefLabel "auction"@en ; skos:altLabel "auctioneer"@en , "auctioneered"@en , "auctioneering"@en , "auctioneers"@en , "auctions"@en , "had auctioneered"@en , "has auctioneered"@en , "have auctioneered"@en , "will auctioneer"@en , "will have auctioneered"@en . ### http://umbel.org/umbel/rc/Auctioning rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "The collection of SalesActivity(s) in which an auctioneer offers property to the highest bidder. In contrast, every Auction_Event is a SocialOccurrence including at least one instance of Auctioning as a subEvents. The auctioneer is typically the sellingAgent, rather than the seller."@en ; skos:altLabel "auction"@en , "auctioned"@en ; skos:prefLabel "auctioning"@en ; skos:altLabel "auctions"@en , "had auctioned"@en , "has auctioned"@en , "have auctioned"@en , "will auction"@en , "will have auctioned"@en . ### http://umbel.org/umbel/rc/Audi100QuattroCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "100 Quattro"@en ; skos:prefLabel "Audi 100 Quattro"@en . ### http://umbel.org/umbel/rc/AudiA4Car rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "Audi A4"@en . ### http://umbel.org/umbel/rc/AudiCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Audi"@en ; skos:altLabel "Audi car"@en , "Audi cars"@en , "Audis"@en ; skos:definition "The collection of all Audis. A type of GermanCar. The collection AudiCar is an AutomobileTypeByBrand and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/AudiS4Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "Audi S4"@en ; skos:prefLabel "S4"@en . ### http://umbel.org/umbel/rc/AudiS6Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Audi S6"@en ; skos:altLabel "S6"@en . ### http://umbel.org/umbel/rc/AudiS8Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Audi S8"@en . ### http://umbel.org/umbel/rc/AudiSuper90Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "Audi Super 90"@en ; skos:altLabel "Super 90"@en . ### http://umbel.org/umbel/rc/AudiTTCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "Audi TT"@en ; skos:altLabel "TT"@en . ### http://umbel.org/umbel/rc/AudiV8QuattroCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "Audi V8 Quattro"@en ; skos:prefLabel "V8 Quattro"@en . ### http://umbel.org/umbel/rc/AudibleSound rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , , ; skos:definition "A specialization of Sound. Each instance of this collection is a sound which is audible to most instances of Animal under normal conditions. Note that "normal conditions" may include circumstances in which the listener hears the sound from a stethoscope or headphones. AudibleSound is disjoint with Ultrasound."@en ; skos:prefLabel "audible sound"@en ; skos:altLabel "audible sounds"@en , "noise"@en , "noises"@en . ### http://umbel.org/umbel/rc/AudioAmplifierComponent rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "Electronic Device which amplifies electrical audio signals."@en ; skos:prefLabel "audio amplifier"@en ; skos:altLabel "audio amplifiers"@en . ### http://umbel.org/umbel/rc/AudioBeep rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , ; skos:definition "An audible `beep' sound."@en ; skos:prefLabel "beep"@en ; skos:altLabel "beeps"@en . ### http://umbel.org/umbel/rc/AudioBook_CW rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , ; skos:definition """The collection of AudioConceptualWorks, recorded on tape or CD, which are usually derivedConceptualWorks of Book_CW or LiteraryWork_CW. For example, an audio version of MobyDickNovel would be MobyDick_AudioBook; it is necessary to show that the audio book is derived from the novel."""@en ; skos:prefLabel "audio book"@en ; skos:altLabel "audio books"@en , "book on tape"@en , "books on tape"@en . ### http://umbel.org/umbel/rc/AudioCassette rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Audio cassette tapes"@en ; skos:prefLabel "audio cassette"@en ; skos:altLabel "audio cassettes"@en . ### http://umbel.org/umbel/rc/AudioCassette_Blank rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition """The collection of AudioCassettes that have never been recorded on."""@en ; skos:prefLabel "blank audio cassette"@en ; skos:altLabel "blank audio cassettes"@en , "blank cassette"@en , "blank cassette tape"@en , "blank cassette tapes"@en , "blank cassettes"@en . ### http://umbel.org/umbel/rc/AudioClip rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , ; skos:definition "The collection of all AudioRecordedObjects the playings of which have a short duration, and which are typically recordings (or encodings) of portions of a longer sequence of sounds recorded or encoded in some other AudioRecordedObject. Examples include an MP3File in which a portion of a song has been encoded, and a cassette tape on which segment of a speech has been recorded. Note that no VideoRecordedObject (such as a VideoClip) is an AudioClip. A VideoRecordedObject with an audio portion is instead an instance of AudioRecordedObject."@en ; skos:altLabel "audio clip"@en , "audio clips"@en ; skos:prefLabel "sound clip"@en ; skos:altLabel "sound clips"@en . ### http://umbel.org/umbel/rc/AudioCommunicating rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A specialization of Communicating. Each instance of AudioCommunicating is a transmission of sound-borne information between two (or more) agents. Specializations of AudioCommunicating include SpokenCommunicating and MusicalCommunicating."@en ; skos:altLabel "audio communicating"@en ; skos:prefLabel "audio-communicating event"@en ; skos:altLabel "audio-communicating events"@en . ### http://umbel.org/umbel/rc/AudioConceptualWork rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , ; skos:definition "A specialization of ConceptualWork. Each instance of AudioConceptualWork is an abstract work designed to be instantiated in sound (see SoundInformationBearingThing). Notable specializations include MusicalComposition and Album_CW."@en ; skos:prefLabel "audio conceptual work"@en ; skos:altLabel "audio conceptual works"@en . ### http://umbel.org/umbel/rc/AudioCrossover rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition """This is the collection of crossovers. A crossover is a piece of AudioEquipment designed to process audio signals in the frequency ranges where different drivers have frequency overlaps."""@en ; skos:prefLabel "audio crossover"@en ; skos:altLabel "audio crossovers"@en , "crossover"@en , "crossovers"@en . ### http://umbel.org/umbel/rc/AudioEquipment rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A collection of electronic devices. An instance of AudioEquipment is a device that may be used in audio recording, playback, amplification, and/or reception. This collection doesn't include musical instruments. It does include both self-contained systems, e.g. boom boxes, and individual stereo components, such as microphones, amplifiers, etc."@en ; skos:altLabel "audio"@en , "audio component"@en , "audio components"@en , "audio equipment"@en , "audio system"@en , "audio systems"@en , "audios"@en , "hi-fi component"@en , "hi-fi components"@en , "hi-fi equipment"@en , "hi-fi system"@en , "hi-fi systems"@en , "sound system"@en , "sound systems"@en ; skos:prefLabel "stereo component"@en ; skos:altLabel "stereo components"@en , "stereo equipment"@en . ### http://umbel.org/umbel/rc/AudioProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "The collection of all ComputerProgram_CWs designed to manipulate audio computer files. Instances would be 'KSCD', 'Microsoft's CD Player'."@en ; skos:prefLabel "audio program"@en ; skos:altLabel "audio programme"@en , "audio programs"@en , "audio software"@en . ### http://umbel.org/umbel/rc/AudioRecordedObject rdf:type owl:Class ; rdfs:subClassOf :AudioInfo , , ; skos:definition "A collection of information bearing objects (IBOs). Each element of AudioRecordedObject is a tangible object (such as an audiocassette tape) that contains audio information. For mass-produced audio, see RecordedSoundProduct."@en ; skos:prefLabel "audio recording"@en ; skos:altLabel "audio recordings"@en . ### http://umbel.org/umbel/rc/AudioRecordingEngineer rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "This is the collection of all persons who are skilled at audio recording and who perform this activity professionally."@en ; skos:prefLabel "audio engineer"@en ; skos:altLabel "audio engineers"@en . ### http://umbel.org/umbel/rc/AudioSpeaker rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The electrical component used to convey sound"@en ; skos:altLabel "loudspeaker"@en , "loudspeakers"@en ; skos:prefLabel "speaker"@en ; skos:altLabel "speakers"@en . ### http://umbel.org/umbel/rc/AudioSystem rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all audio systems, characterized by having an audio amplifier, some kind of speaker (which may be headphones), and some sound producing component such as a radio receiver or tape deck mechanism."@en ; skos:prefLabel "audio system"@en ; skos:altLabel "audio systems"@en . ### http://umbel.org/umbel/rc/AudioSystemComponent rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of audio components intended for use in an AudioSystem. Each instance of AudioSystem has several instances of AudioSystemComponent as physicalParts. No instance of AudioSystemComponent is itself an instance of AudioSystem."@en ; skos:altLabel "audio component"@en , "audio components"@en ; skos:prefLabel "component"@en ; skos:altLabel "components"@en . ### http://umbel.org/umbel/rc/AudioTapeDeckMechanism rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Tape deck mechanism; can record and/or play audio cassette tapes. See also StereoSystemTapeDeck"@en ; skos:prefLabel "audio tape deck mechanism"@en ; skos:altLabel "audio tape deck mechanisms"@en . ### http://umbel.org/umbel/rc/AudioTapePlayer rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all audio tape players. A type of MediaPlayingDevice, ManufacturedGoods, and AudioEquipment. The collection AudioTapePlayer is an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "audio tape player"@en ; skos:altLabel "audio tape players"@en . ### http://umbel.org/umbel/rc/AudioTapePlayer_Recorder rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all tape recorders. A type of AudioTapePlayer, InformationRecordingDevice, and BusinessMachine. Each instance of AudioTapePlayer_Recorder is a device that can play and record information on magnetic audio tapes."@en ; skos:prefLabel "tape recorder"@en ; skos:altLabel "tape recorders"@en . ### http://umbel.org/umbel/rc/AudioVideoStore rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "Stores that sell audio and video electronic devices. They also often sell supplies for these things, but seldom sell recorded sound or video products."@en ; skos:altLabel "audio visual shop"@en , "audio visual shops"@en ; skos:prefLabel "audio visual store"@en ; skos:altLabel "audio visual stores"@en . ### http://umbel.org/umbel/rc/AudioVisualReceiver rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "AV receiver"@en ; skos:altLabel "AV receivers"@en ; skos:definition """This is the collection of single-unit receivers for HomeTheaterSystems."""@en ; skos:altLabel "audio video receiver"@en , "audio video receivers"@en , "audio visual receiver"@en , "audio visual receivers"@en . ### http://umbel.org/umbel/rc/Audio_accessory rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all audio accessories. A type of Artifact."@en ; skos:altLabel "accessories for audio components"@en , "accessories for audio equipment"@en , "accessories for audio systems"@en , "accessories for audios"@en , "accessories for hi-fi components"@en , "accessories for hi-fi equipment"@en , "accessories for hi-fi systems"@en , "accessories for sound systems"@en , "accessories for stereo components"@en , "accessories for stereo equipment"@en , "audio accessories"@en ; skos:prefLabel "audio accessory"@en . ### http://umbel.org/umbel/rc/AudiologyOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "An organization which has the personnel and equipment to test hearing and to treat and diagnose patients with impaired hearing."@en ; skos:altLabel "audiology facilities"@en ; skos:prefLabel "audiology facility"@en . ### http://umbel.org/umbel/rc/AuditTrail rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:prefLabel "audit trail"@en ; skos:altLabel "audit trails"@en . ### http://umbel.org/umbel/rc/AuditingFinancialRecords rdf:type owl:Class ; rdfs:subClassOf :Activities , , , , ; skos:definition "The collection of BusinessEvents in which the accounts of some Person or CommercialOrganization are officially examined and verified for the purpose of providing accurate figures and adequate accounting controls."@en ; skos:prefLabel "audit"@en ; skos:altLabel "audited"@en , "auditing"@en , "audits"@en , "had audited"@en , "has audited"@en , "have audited"@en , "will audit"@en , "will have audited"@en . ### http://umbel.org/umbel/rc/Auditor rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "An accountant who checks a company's books for accuracy. This person could work for the company, be hired as a contractor, or work for the IRS, or some other organization which has a legal right to check the company's records."@en ; skos:prefLabel "auditor"@en ; skos:altLabel "auditors"@en . ### http://umbel.org/umbel/rc/AuditoriumRoom rdf:type owl:Class ; rdfs:subClassOf :Facilities ; skos:definition "A large room with many chairs suitable for lectures or performances. This includes lecture halls and theatre auditoria. The ones in theatres have stages, others probably don't."@en ; skos:prefLabel "auditorium"@en ; skos:altLabel "auditoriums"@en . ### http://umbel.org/umbel/rc/AuditoryNerve rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all auditory Nerves. Each AuditoryNerve is a CranialNerve innervating the InnerEar which transmits signals concerned with hearing and balance to the Brain"@en ; skos:prefLabel "acoustic nerve"@en ; skos:altLabel "acoustic nerves"@en , "auditory nerve"@en , "auditory nerves"@en , "eighth cranial nerve"@en , "eighth cranial nerves"@en , "vestibulocochlear nerve"@en , "vestibulocochlear nerves"@en . ### http://umbel.org/umbel/rc/AuditorySystem rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition """The collection of all animals' auditory systems. An AuditorySystem is a system of organs and appurtenant body parts (such as ears) which enable the animal to perform Hearing actions. Note: Necessary parts of the process other than body parts --- e.g., a medium through which the sound waves get to the animal --- are not considered part of the animal's AuditorySystem."""@en ; skos:prefLabel "auditory system"@en ; skos:altLabel "auditory systems"@en . ### http://umbel.org/umbel/rc/AuerodendronPauciflorum rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:prefLabel "Auerodendron pauciflorum"@en . ### http://umbel.org/umbel/rc/Augite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all augite. A type of Mineral. Augite is an ExistingStuffType."@en ; skos:prefLabel "augite"@en . ### http://umbel.org/umbel/rc/August rdf:type owl:Class ; rdfs:subClassOf :Time , , ; skos:prefLabel "August"@en ; skos:altLabel "Augusts"@en ; skos:definition """The collection of all Augusts, the eighth month of the year in the GregorianCalendar."""@en . ### http://umbel.org/umbel/rc/AumShinrikyo_BeliefSystem rdf:type owl:Class ; rdfs:subClassOf :Society ; skos:prefLabel "Aum Shinrikyo"@en ; skos:altLabel "Aum Shinrikyos"@en . ### http://umbel.org/umbel/rc/AuraSomaColorTherapy rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:prefLabel "Aura-Soma"@en ; skos:altLabel "Aura-Soma color therapy"@en , "Aura-Soma therapy"@en ; skos:definition "The collection of all Aura-Soma. A type of ColorTherapy."@en . ### http://umbel.org/umbel/rc/AureolinColor rdf:type owl:Class ; rdfs:subClassOf :Attributes ; skos:altLabel "aureolin"@en ; skos:prefLabel "aureolin thing"@en . ### http://umbel.org/umbel/rc/Aurichalcite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "aurichalcite"@en . ### http://umbel.org/umbel/rc/AuricleOfHeart rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "Receiving chamber of the heart"@en ; skos:prefLabel "atrial auricle"@en ; skos:altLabel "atrial auricles"@en , "auricle"@en , "auricles"@en , "auricula atrii"@en , "auricula atriis"@en . ### http://umbel.org/umbel/rc/Auriga_Constellation rdf:type owl:Class ; rdfs:subClassOf :Extraterrestrial ; skos:prefLabel "Auriga"@en ; skos:definition "The constellation Auriga, which depicts Auriga the Charioteer."@en . ### http://umbel.org/umbel/rc/Aurochs rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The extinct single common ancestor of every breed of Cattle_Domestic."@en ; skos:prefLabel "aurochs"@en . ### http://umbel.org/umbel/rc/AuroraAustralis rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:prefLabel "AuroraAustralis"@en ; skos:definition "The collection of all Aurora Australis events. A type of Aurora_Ionospheric."@en ; skos:altLabel "southern lights"@en . ### http://umbel.org/umbel/rc/AuroraBorealis rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , , ; skos:definition "The collection of all aurora borealis. A type of AuroraAustralis."@en ; skos:prefLabel "aurora borealis"@en ; skos:altLabel "northern lights"@en . ### http://umbel.org/umbel/rc/Aurora_Ionospheric rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , , ; skos:definition "The collection of all ionospheric auroras. Instances are displays of light in the night sky within a few thousand miles of one of the magnetic poles. These, often moving, regions of light are caused by charged solar wind particles following the PlanetEarth's magnetic lines of force."@en ; skos:prefLabel "aurora-ionospheric"@en . ### http://umbel.org/umbel/rc/Aurora_ProvincePhilippines rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/AustinA60Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "A60"@en ; skos:altLabel "Austin A60"@en . ### http://umbel.org/umbel/rc/AustinCar rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all Austin carsA type of EnglishCar. The collection AustinCar is an AutomobileTypeByBrand and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "austin car"@en . ### http://umbel.org/umbel/rc/Austinite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all austinite. A type of Mineral. Austinite is an ExistingStuffType."@en ; skos:prefLabel "austinite"@en . ### http://umbel.org/umbel/rc/AustralIslands_FrenchPolynesia rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:definition "One of the islands&IslandGroups that comprise FrenchPolynesia"@en ; skos:prefLabel "the Austral Islands"@en . ### http://umbel.org/umbel/rc/Australia rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:altLabel "AUS"@en ; skos:prefLabel "Australia"@en ; skos:definition "Australia, the country that occupies the ContinentOfAustralia (and also TasmaniaIslandAustralia) dividing the eastern IndianOcean from the southwestern PacificOcean. In the DualistGeopoliticalMt, this constant includes both physical and political aspects of Australia."@en ; skos:altLabel "the Commonwealth of Australia"@en . ### http://umbel.org/umbel/rc/AustraliaDay rdf:type owl:Class ; rdfs:subClassOf :Time , , , ; skos:definition "An instance of AnnualHolidayType and a specialization of GregorianCalendarHoliday. An instance of AustraliaDay occurs on the 26th day of every instance of January. AustraliaDay commemorates the day in (YearFn 1788) when Captain Arthur Phillip became the first governor of the colony of New South Wales (see NewSouthWales_StateAustralia)."@en ; skos:prefLabel "Australia Day"@en . ### http://umbel.org/umbel/rc/AustralianAlps_Mountains rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Australian Alps"@en ; skos:definition "mountain group in the Eastern Highlands"@en . ### http://umbel.org/umbel/rc/AustralianAntarcticTerritory rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Australian Antarctic Territory"@en ; skos:definition "AustralianAntarcticTerritory as it exists now and throughout history."@en . ### http://umbel.org/umbel/rc/AustralianCattleDog rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A collection of medium-sized dogs. They make good working dogs."@en ; skos:prefLabel "australian cattle dog"@en . ### http://umbel.org/umbel/rc/AustralianCitizenOrSubject rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:altLabel "Aussie"@en , "Aussie people"@en , "Aussie person"@en , "Aussie persons"@en , "Aussies"@en ; skos:prefLabel "Australian"@en ; skos:altLabel "Australian people"@en , "Australian person"@en , "Australian persons"@en , "Australians"@en ; skos:definition "The collection of people who are citizens of, or otherwise by status under the jurisdiction of, a country or other GeopoliticalEntity whose territory is located on the ContinentOfAustralia. A person native to an area of Australia not under the jurisdiction of any GeopoliticalEntity would also be an instance of AustralianCitizenOrSubject. Since 1901 such people are citizens, or by status under the jurisdiction, of the Commonwealth of Australia."@en ; skos:altLabel "resident of Australia"@en , "resident of Continent of Australia"@en , "resident of the Continent of Australia"@en . ### http://umbel.org/umbel/rc/AustralianLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Australian language"@en ; skos:altLabel "Australian languages"@en ; skos:definition "The collection of the numerous aboriginal languages of Australia, now believed to be genetically related."@en ; skos:altLabel "the Australian language family"@en . ### http://umbel.org/umbel/rc/AustralianShepherd rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "A collection of medium-sized dogs with thick coats. Also called the Aussie."@en ; skos:prefLabel "Australian shepherd"@en ; skos:altLabel "Australian shepherds"@en . ### http://umbel.org/umbel/rc/Austria rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:altLabel "AUT"@en ; skos:prefLabel "Austria"@en ; skos:definition "Austria: a medium-sized IndependentCountry, land-locked in Western Europe. As with all instances of IndependentCountry, this is Austria as a country qua political and historical entity (and also qua geographical entity in "dualist" microtheories)."@en ; skos:altLabel "Republic of Austria"@en , "the Republic of Austria"@en . ### http://umbel.org/umbel/rc/AustrianPerson rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:prefLabel "Austrian"@en ; skos:altLabel "Austrian people"@en , "Austrian person"@en , "Austrian persons"@en , "Austrians"@en ; skos:definition "The collection of people who are either citizens of Austria, or participants in its NationalCulture."@en . ### http://umbel.org/umbel/rc/AustroasiaticLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Austro-Asiatic language"@en ; skos:altLabel "Austro-Asiatic languages"@en , "Austroasiatic language"@en , "Austroasiatic languages"@en ; skos:definition "Languages of Indo-China"@en ; skos:altLabel "the Austro-Asiatic language family"@en . ### http://umbel.org/umbel/rc/AustronesianLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:prefLabel "Austronesian language"@en ; skos:altLabel "Austronesian languages"@en ; skos:definition "indigenous languages of most islands of the Pacific."@en ; skos:altLabel "the Austronesian language family"@en . ### http://umbel.org/umbel/rc/AuthenticationDevice rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "AuthenticationDevice is the collection of physical devices that play the role of deviceUsed in instances of AuthenticationEvent. Note that such a device is not required for an instance of AuthenticationEvent."@en ; skos:prefLabel "authentication device"@en ; skos:altLabel "authentication devices"@en . ### http://umbel.org/umbel/rc/AuthenticationProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "A specialization of SecurityProgram. Each instance of AuthenticationProgram is a program whose running copies are used to ensure that the person accessing some resource (network accounts, files, programs, etc.) has legitimate access to that resource. A notable specialization is LoginProgram."@en ; skos:prefLabel "authentication program"@en ; skos:altLabel "authentication programme"@en , "authentication programs"@en . ### http://umbel.org/umbel/rc/AuthenticationSource rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "AuthenticationSource, a subset of TemporalThing, is the collection of sources which can be used for authentication events. Notable subsets include Fingerprint and Retina."@en ; skos:prefLabel "authentication source"@en ; skos:altLabel "authentication sources"@en . ### http://umbel.org/umbel/rc/Author rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , , , , ; skos:definition "The kind of people that have written a composition, for example students, professional writers. Authors are NOT necessary professionals (see Writer) as they don't necessarily do it for pay, or do it as a central job related activity."@en ; skos:altLabel "author"@en , "authors"@en ; skos:prefLabel "writer"@en ; skos:altLabel "writers"@en . ### http://umbel.org/umbel/rc/AuthorTypeByFormat rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A collection of collections. Each instance is a spec of Author whose instances are all of the same format."@en ; skos:prefLabel "author type by format"@en . ### http://umbel.org/umbel/rc/AuthorTypeBySubject rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , , ; skos:definition "A collection of collections. Each instance is a spec of Author whose instances are all of the same subject."@en ; skos:prefLabel "author type by subject"@en . ### http://umbel.org/umbel/rc/AuthoritarianGovernment rdf:type owl:Class ; rdfs:subClassOf :Geopolitical , , ; skos:definition "The collection of all authoritarian governments. A type of GovernmentRelatedEntity and GeopoliticalEntity. The collection AuthoritarianGovernment is an ArtifactualFeatureType and a FacetInstanceCollection."@en ; skos:prefLabel "authoritarian government"@en ; skos:altLabel "authoritarian governments"@en , "authoritarianism"@en , "authoritarianisms"@en , "dictatorship"@en , "dictatorships"@en . ### http://umbel.org/umbel/rc/AuthorizedAgreement rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition "A specialization of Agreement. Each instance of Agreement is a generic agreement that is authorized by one of the agreeing parties (typically by the issuer of the document embodying the agreement). AuthorizedAgreements are generic in the sense that their authorizing agents are party to many similar agreements; for that reason, an AuthorizedAgreement is typically given a unique identification number. Notable positive examples include bank accounts, driver's licenses, and stock certificates."@en ; skos:prefLabel "authorized agreement"@en ; skos:altLabel "authorized agreements"@en . ### http://umbel.org/umbel/rc/Autism rdf:type owl:Class ; rdfs:subClassOf :Diseases , , ; skos:definition "Autism is a pervasive developmental disorder defined by the presence of abnormal and/or impaired development that is manifest before the age of 3 years, and by the characteristic type of abnormal functioning in all three areas of social interaction, communication, and restricted, repetitive behaviour. The disorder occurs in boys three to four times more often than in girls."@en ; skos:altLabel "autism"@en ; skos:prefLabel "autism spectrum disorder"@en ; skos:altLabel "autism spectrum disorders"@en , "autistic"@en , "autistic spectrum disorder"@en , "autistic spectrum disorders"@en . ### http://umbel.org/umbel/rc/AutoAMRadio rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all car AM radios. A type of AMState and AutomobileRadio. The collection AutoAMRadio is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car AM radio"@en ; skos:altLabel "car AM radios"@en . ### http://umbel.org/umbel/rc/AutoAM_FMRadio rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all car AM/FM radios. A type of AutomobileRadio and NewAutoDealerPartsMarketCategory. The collection AutoAM_FMRadio is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car AM/FM radio"@en ; skos:altLabel "car AM/FM radios"@en . ### http://umbel.org/umbel/rc/AutoAirConditioner rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all car air conditioners. A type of AirConditioner, NewAutoDealerPartsMarketCategory, and MechanicalAutoPart. The collection AutoAirConditioner is a SeasonallyUsedItemType, a SpatiallyDisjointObjectType, an ArtifactTypeByGenericCategory, and a #$ManufacturedGoodsType."@en ; skos:prefLabel "car air conditioner"@en ; skos:altLabel "car air conditioners"@en . ### http://umbel.org/umbel/rc/AutoAirbag rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all airbags. A type of PhysicalImpactBuffer and AutoPart. The collection AutoAirbag is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "airbag"@en ; skos:altLabel "airbags"@en . ### http://umbel.org/umbel/rc/AutoAudioSystem rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "Automobile sound system."@en ; skos:altLabel "car audio"@en , "car audio system"@en , "car audio systems"@en , "car sound system"@en , "car sound systems"@en ; skos:prefLabel "car stereo"@en ; skos:altLabel "car stereos"@en . ### http://umbel.org/umbel/rc/AutoBlockHeater rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all block heaters. A type of ElectricalHeater and AutoPart. The collection AutoBlockHeater is an ArtifactTypeByFunction, a SpatiallyDisjointObjectType, and a #$ManufacturedGoodsType."@en ; skos:prefLabel "block heater"@en ; skos:altLabel "block heaters"@en . ### http://umbel.org/umbel/rc/AutoBodyPart rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "Includes all the parts of a car which form its `skin' and are normally painted--the hood, the trunk, the door panels, the roof panel, the querterpanels, etc."@en ; skos:prefLabel "car body part"@en ; skos:altLabel "car body parts"@en . ### http://umbel.org/umbel/rc/AutoBodyRepairDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , , ; skos:definition "Departments in an auto dealership or other retail store that perform repairs of auto bodies."@en ; skos:prefLabel "auto body repair department"@en ; skos:altLabel "auto body repair departments"@en . ### http://umbel.org/umbel/rc/AutoBodyShop rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "An organization which is a local customer point of contact, and which performs body repairs on automobiles and other road vehicles."@en ; skos:prefLabel "body shop"@en ; skos:altLabel "body shops"@en . ### http://umbel.org/umbel/rc/AutoCamper rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of all removable constructions with windows designed and used to put on the back of a truck to provide shelter for people."@en ; skos:prefLabel "camper"@en ; skos:altLabel "campers"@en . ### http://umbel.org/umbel/rc/AutoCarrierTruck rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition " Trucks which are used for transporting cars."@en ; skos:prefLabel "auto carrier truck"@en . ### http://umbel.org/umbel/rc/AutoCassettePlayer rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all car cassette players, which are audio cassette players that are designed to be installed in cars. A type of AudioTapePlayer, NewAutoDealerPartsMarketCategory, AutomobileAudioEquipment, and AutoSoundMarketCategory. The collection AutoCassettePlayer is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car cassette player"@en ; skos:altLabel "car cassette players"@en . ### http://umbel.org/umbel/rc/AutoCombinationLock rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all car combination locks. A type of CombinationLock and AutoPowerDoorLock. The collection AutoCombinationLock is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car combination lock"@en ; skos:altLabel "car combination locks"@en . ### http://umbel.org/umbel/rc/AutoDealership rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , ; skos:definition "AutoDealership is a specialization of RetailStore, Business, and TransportationOrganization. Each instance of AutoDealership is an establishment (an organization located at one site) that sells automobiles and other types of road vehicles to consumers."@en ; skos:prefLabel "car dealership"@en ; skos:altLabel "car dealerships"@en . ### http://umbel.org/umbel/rc/AutoEngine rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all car engines. A type of FourCycleEngine, NewAutoDealerPartsMarketCategory, and MechanicalAutoPart. The collection AutoEngine is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car engine"@en ; skos:altLabel "car engines"@en . ### http://umbel.org/umbel/rc/AutoFilterMarketCategory rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , , , , ; skos:definition "Common things like OilFilter GasFilter AirFilter ..."@en ; skos:altLabel "auto filter"@en , "auto filters"@en ; skos:prefLabel "automotive filter"@en ; skos:altLabel "automotive filters"@en . ### http://umbel.org/umbel/rc/AutoFuse rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "See Fuse, but one that is in your car."@en ; skos:prefLabel "car fuse"@en ; skos:altLabel "car fuses"@en , "car fuze"@en , "car fuzes"@en . ### http://umbel.org/umbel/rc/AutoHood rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all automobile hoods. A type of AutoBodyPart, NewAutoDealerPartsMarketCategory, and ContainerLid. Each instance of AutoHood is a part of an automobile body which consists of a hinged cover of the engine compartment."@en ; skos:altLabel "auto hood"@en , "auto hoods"@en ; skos:prefLabel "automobile hood"@en ; skos:altLabel "automobile hoods"@en , "bonnet"@en , "bonnets"@en , "car hood"@en , "car hoods"@en , "hood"@en , "hoods"@en . ### http://umbel.org/umbel/rc/AutoImmuneDisorder rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:definition "The collection of all auto-immune disorders. A type of AilmentCondition. AutoImmuneDisorder is a PhysiologicalConditionType."@en ; skos:prefLabel "auto-immune disorder"@en ; skos:altLabel "auto-immune disorders"@en . ### http://umbel.org/umbel/rc/AutoLoanCalculatorProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , , ; skos:definition "The collection of all CalculatorPrograms designed primarily to calculate the terms of a LoanAgreement made for the purpose of purchasing an automobile. Generally, given all but one of the following - loan amount, interest rate, length of loan, frequency (or number) of payments, and payment amount - a AutoLoanCalculatorProgram will calculate the missing value."@en ; skos:prefLabel "auto loan calculator"@en ; skos:altLabel "auto loan calculators"@en . ### http://umbel.org/umbel/rc/AutoLuggageRack rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "luggage rack"@en ; skos:altLabel "luggage racks"@en ; skos:definition "luggage racks that go on top of cars"@en . ### http://umbel.org/umbel/rc/AutoMaintenance rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "Fun things like pumping gas and changing oil; the collection of things people do to keep their automobiles running"@en ; skos:altLabel "auto maintenance"@en ; skos:prefLabel "car maintenance"@en . ### http://umbel.org/umbel/rc/AutoMechanicShop rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "An organization which is a local customer point of contact, and which performs repairs on automobiles and other road vehicles, but not body work."@en ; skos:prefLabel "auto mechanic shop"@en ; skos:altLabel "auto mechanic shops"@en . ### http://umbel.org/umbel/rc/AutoMechanicShopMarketCategory rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , ; skos:definition "Products that are typically sold at an AutoMechanicShop, whether or not you want another service performmed that is associated with the product. i.e., I can buy a fan belt at the local service station garage."@en ; skos:prefLabel "auto mechanic shop market category"@en . ### http://umbel.org/umbel/rc/AutoPainting rdf:type owl:Class ; rdfs:subClassOf :Events , , , ; skos:definition "A type of Painting_Activity and TakingCareOfSomething. AutoPainting is a LearnedActivityType."@en ; skos:prefLabel "auto painting"@en . ### http://umbel.org/umbel/rc/AutoPart rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A specialization of VehiclePart. Each instance of AutoPart is a physical object designed to be a proper part of an instance of Automobile."@en ; skos:prefLabel "auto part"@en ; skos:altLabel "auto parts"@en , "car part"@en , "car parts"@en . ### http://umbel.org/umbel/rc/AutoPartsDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all auto parts departments of stores. A type of StoreDepartment."@en ; skos:prefLabel "auto parts department"@en ; skos:altLabel "auto parts departments"@en . ### http://umbel.org/umbel/rc/AutoPartsStore rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "Each instance is a local organization (located at one site) that sells parts for automobiles and other motorized road vehicles."@en ; skos:altLabel "auto parts shop"@en , "auto parts shops"@en ; skos:prefLabel "auto parts store"@en ; skos:altLabel "auto parts stores"@en , "car parts shop"@en , "car parts shops"@en , "car parts store"@en , "car parts stores"@en . ### http://umbel.org/umbel/rc/AutoPowerDoorLock rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all power door locks. A type of Lock, ElectricalDevice, ExternallyPoweredDevice, and AutoPart. The collection AutoPowerDoorLock is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "power door lock"@en ; skos:altLabel "power door locks"@en . ### http://umbel.org/umbel/rc/AutoPowerSunRoof rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all power sun roofs. A type of AutomobileSunRoof, ExternallyPoweredDevice, ElectricalComponent, and MechanicalAutoPart. The collection AutoPowerSunRoof is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "power sun roof"@en ; skos:altLabel "power sun roofs"@en . ### http://umbel.org/umbel/rc/AutoRentalCompany rdf:type owl:Class ; rdfs:subClassOf :Organizations , , ; skos:definition "Organizations (usually national or statewide) with local offices that allow customers/clients to rent (the use of) automobiles or other road vehicles. (examples: Hertz, Budget, Avis)"@en ; skos:altLabel "auto rental shop"@en , "auto rental shops"@en , "auto rental store"@en , "auto rental stores"@en , "automobile rental"@en , "automobile rentals"@en , "car rental agencies"@en ; skos:prefLabel "car rental agency"@en ; skos:altLabel "car rental shop"@en , "car rental shops"@en , "car rental store"@en , "car rental stores"@en . ### http://umbel.org/umbel/rc/AutoRepairSchoolDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:prefLabel "auto repair school degree"@en . ### http://umbel.org/umbel/rc/AutoRepairShop rdf:type owl:Class ; rdfs:subClassOf :Organizations , , , ; skos:definition "An organization which is a local customer point of contact, and which repairs automobiles/road vehicles."@en ; skos:prefLabel "auto repair shop"@en ; skos:altLabel "auto repair shops"@en , "car repair shop"@en , "car repair shops"@en , "garage"@en , "garages"@en . ### http://umbel.org/umbel/rc/AutoRepairWorkStation rdf:type owl:Class ; rdfs:subClassOf :Workplaces , ; skos:definition "A type of WorkStation. AutoRepairWorkStation is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "auto repair work station"@en . ### http://umbel.org/umbel/rc/AutoSeatHeater rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all car seat heaters. A type of ElectricalHeater and AutoPart. The collection AutoSeatHeater is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car seat heater"@en ; skos:altLabel "car seat heaters"@en . ### http://umbel.org/umbel/rc/AutoServiceDepartment rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all auto service departments. A type of StoreDepartment."@en ; skos:prefLabel "auto service department"@en ; skos:altLabel "auto service departments"@en . ### http://umbel.org/umbel/rc/AutoSideDoor rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all automobile (pickup truck, road vehicle) door coverings. A type of DoorwayCovering and AutoPart. The concept AutoSideDoor is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car door"@en ; skos:altLabel "car doors"@en . ### http://umbel.org/umbel/rc/AutoSoundMarketCategory rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , , , , ; skos:definition "Different types of stereo and radio equipment."@en ; skos:prefLabel "car audio"@en . ### http://umbel.org/umbel/rc/AutoSoundStore rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all car stereo stores. A type of ServiceRepairStore. AutoSoundStore is a RetailOutletCategoryType. Each instance of AutoSoundStore is a store that specializes in selling and installing stereos, speakers, and stereo systems for automobiles."@en ; skos:altLabel "car stereo shop"@en , "car stereo shops"@en ; skos:prefLabel "car stereo store"@en ; skos:altLabel "car stereo stores"@en . ### http://umbel.org/umbel/rc/AutoSteeringSystemType rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of all types of auto steering system. A SiblingDisjointSetOrCollectionType."@en ; skos:prefLabel "type of auto steering system"@en ; skos:altLabel "types of auto steering system"@en . ### http://umbel.org/umbel/rc/AutoTireMarketCategory rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , , , ; skos:definition "Different Types of Tires, and tire-related things."@en ; skos:prefLabel "auto tire market category"@en . ### http://umbel.org/umbel/rc/AutoTireStore rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all tire stores, which are stores that sell automobile tires. A type of RetailStore."@en ; skos:altLabel "tire shop"@en , "tire shops"@en ; skos:prefLabel "tire store"@en ; skos:altLabel "tire stores"@en . ### http://umbel.org/umbel/rc/AutoVacuumCleaner rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A type of VacuumCleaner. The collection AutoVacuumCleaner is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "auto vacuum cleaner"@en . ### http://umbel.org/umbel/rc/AutoWaterPump rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:definition "Circulates coolant throught a car's engine."@en ; skos:prefLabel "water pump"@en ; skos:altLabel "water pumps"@en . ### http://umbel.org/umbel/rc/Auto_part_manufacturer rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all auto part manufacturers. A type of ManufacturingCompany."@en ; skos:prefLabel "auto part manufacturer"@en ; skos:altLabel "car part manufacturer"@en . ### http://umbel.org/umbel/rc/Autobiography rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition """A collection of instances of PropositionalInformationThing. Each instance of Autobiography is a narrative containing information about the author's own life."""@en ; skos:altLabel "autobiographies"@en ; skos:prefLabel "autobiography"@en . ### http://umbel.org/umbel/rc/AutoclavingSomething rdf:type owl:Class ; rdfs:subClassOf :Activities . ### http://umbel.org/umbel/rc/AutocrossRacing rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "The collection of all autocross racing. A type of CarRacing. AutocrossRacing is a SkilledActivityType."@en ; skos:altLabel "autocross"@en ; skos:prefLabel "autocross racing"@en . ### http://umbel.org/umbel/rc/Autograph rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , ; skos:definition " The collection of autographs, i.e famous person's handwritten signature ."@en ; skos:prefLabel "autograph"@en ; skos:altLabel "autographs"@en . ### http://umbel.org/umbel/rc/Autogyro rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of aircraft whose lift is provided by unpowered rotating blades, but whose propulsion is provided by a propeller."@en ; skos:altLabel "autogiro"@en , "autogiros"@en ; skos:prefLabel "autogyro"@en ; skos:altLabel "autogyros"@en , "gyro"@en , "gyrocopter"@en , "gyrocopters"@en , "gyroplane"@en , "gyroplanes"@en , "gyros"@en . ### http://umbel.org/umbel/rc/AutomaticCamera rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition """The collection of cameras which could be said to be 'automatic' in terms of focus, exposure duration, flash, etc.. They are also commonly referred to as 'point and shoot' cameras."""@en ; skos:altLabel "auto focus camera"@en , "auto focus cameras"@en , "autofocus camera"@en , "autofocus cameras"@en , "automatic camera"@en , "automatic cameras"@en ; skos:prefLabel "point and shoot camera"@en ; skos:altLabel "point and shoot cameras"@en . ### http://umbel.org/umbel/rc/AutomaticCarWindow rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all automatic car windows. A type of AutomobileWindow, MechanicalDevice, ExternallyPoweredDevice, and ElectricalComponent. The collection AutomaticCarWindow is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:altLabel "automatic car window"@en , "automatic car windows"@en ; skos:prefLabel "automatic window"@en ; skos:altLabel "automatic windows"@en . ### http://umbel.org/umbel/rc/AutomaticCardShuffler rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all cards shuffler. A type of SinglePurposeDevice and ElectricalDevice. The concept AutomaticCardShuffler is an (EquipmentTypeForStructuredActivityTypeFn CardGame) and a SpatiallyDisjointObjectType."@en ; skos:altLabel "automatic card shuffler"@en , "automatic card shufflers"@en ; skos:prefLabel "card shuffler"@en ; skos:altLabel "cards shuffler"@en . ### http://umbel.org/umbel/rc/AutomaticClimateControl rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all automatic climate controls. A type of ClimateControlDevice. AutomaticClimateControl is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "automatic climate control"@en ; skos:altLabel "automatic climate controls"@en . ### http://umbel.org/umbel/rc/AutomaticFirearm rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "All fire arms that automatically load another round in the chamber after a round is fired (the first one must be manually loaded)."@en ; skos:altLabel "automatic"@en , "automatic firearm"@en , "automatic firearms"@en ; skos:prefLabel "automatic weapon"@en ; skos:altLabel "automatic weapons"@en , "automatics"@en . ### http://umbel.org/umbel/rc/AutomaticLockingDifferential rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all automatic locking differentials. A type of MechanicalAutoPart. The concept AutomaticLockingDifferential is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "automatic locking differential"@en ; skos:altLabel "automatic locking differentials"@en . ### http://umbel.org/umbel/rc/AutomaticTellerMachine rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "ATM"@en ; skos:altLabel "ATMs"@en , "Automatic Teller Machine"@en , "Automatic Teller Machines"@en ; skos:definition "The bank machines which can take a bank card to handle deposits and withdrawals for most clients and are open at all times (except when they're broken)."@en ; skos:altLabel "automatic teller"@en , "automatic teller machine"@en , "automatic teller machines"@en , "automatic tellers"@en , "cash machine"@en , "cash machines"@en , "cash point machine"@en , "cash point machines"@en , "cashpoint machine"@en , "cashpoint machines"@en . ### http://umbel.org/umbel/rc/AutomaticTransmission rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all automatic transmissions, which are transmissions that change gears automatically. A type of VehicleTransmission. The collection AutomaticTransmission is a VehicleTransmissionType, a SpatiallyDisjointObjectType, an ArtifactTypeByGenericCategory, and a #$ManufacturedGoodsType."@en ; skos:prefLabel "automatic transmission"@en ; skos:altLabel "automatic transmissions"@en . ### http://umbel.org/umbel/rc/Automobile rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:definition "A specialization of RoadVehicle. Each instance of Automobile is a four-wheeled road vehicle designed for carrying about two to eight passengers. Notable specializations of Automobile include SportsCar, PickupTruck and Van. This collection does _not_ include motorcycles or tractor-trailers (since both motorcycles and tractor-trailers are not four-wheeled vehicles), nor does it include buses (since buses are designed to carry more passengers than instances of Automobile are designed to carry)."@en ; skos:altLabel "auto"@en , "automobile"@en , "automobiles"@en , "autos"@en ; skos:prefLabel "car"@en ; skos:altLabel "cars"@en , "motorcar"@en , "motorcars"@en . ### http://umbel.org/umbel/rc/AutomobileAccidentInsurance_FullyComprehensive rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , , ; skos:definition "A specialization of AutomobileInsurance. Each instance of AutomobileAccidentInsurance_FullyComprehensive is an insurance policy that will cover the cost of repairs no matter who is to blame for the accident."@en ; skos:prefLabel "fully comprehensive"@en . ### http://umbel.org/umbel/rc/AutomobileAccidentInsurance_ThirdPartyFireAndTheft rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , , , ; skos:definition "A specialization of AutomobileInsurance. Each instance of AutomobileAccidentInsurance_ThirdPartyFireAndTheft is an insurance policy that will pay any damage done to someone else in any accident caused by the policy holder's driving. In addition, it will also provide protection in case the policy holder's car is stolen or catches fire."@en ; skos:prefLabel "third party, fire and theft"@en . ### http://umbel.org/umbel/rc/AutomobileAccidentInsurance_ThirdPartyOnly rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , , ; skos:definition "A specialization of AutomobileInsurance. Each instance of AutomobileAccidentInsurance_ThirdPartyOnly is an insurance policy that will pay any damage done to someone else in any accident caused by the policy holder's driving."@en ; skos:prefLabel "third party only"@en . ### http://umbel.org/umbel/rc/AutomobileAlternator rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The electrical device on your car's engine that controls the current to the engine."@en ; skos:prefLabel "automobile alternator"@en ; skos:altLabel "automobile alternators"@en , "car alternator"@en , "car alternators"@en . ### http://umbel.org/umbel/rc/AutomobileAudioEquipment rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The subcollection of AudioEquipment instances of which are designed to be used in an Automobile."@en ; skos:altLabel "auto audio equipment"@en ; skos:prefLabel "automobile audio equipment"@en ; skos:altLabel "car audio equipment"@en . ### http://umbel.org/umbel/rc/AutomobileBattery rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A specialization of AutoPart. Each instance of AutomobileBattery is a battery intended to be used to provide electrical power to an instance of Automobile."@en ; skos:altLabel "accumulator"@en , "accumulators"@en , "car batteries"@en ; skos:prefLabel "car battery"@en . ### http://umbel.org/umbel/rc/AutomobileBoatRack rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "This is the collection of boat racks which allow a person to attach a canoe, kayak, or other small boat to the roof of their car."@en ; skos:altLabel "automobile boat rack"@en , "automobile boat racks"@en ; skos:prefLabel "boat rack"@en ; skos:altLabel "boat racks"@en . ### http://umbel.org/umbel/rc/AutomobileBonnet rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The protective covering (usually leather or plastic) that fits on the front of your car to protect it from things (flying rocks, etc.)."@en ; skos:prefLabel "car bonnet"@en ; skos:altLabel "car bonnets"@en , "car bra"@en , "car bras"@en . ### http://umbel.org/umbel/rc/AutomobileBreakdownInsurance rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , , ; skos:definition "A specialization of AutomobileInsurance. Each instance of AutomobileBreakdownInsurance is an insurance policy for automobile malfunctions."@en ; skos:prefLabel "breakdown cover"@en . ### http://umbel.org/umbel/rc/AutomobileBumper rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all bumpers of cars. A type of AutoBodyPart and NewAutoDealerPartsMarketCategory. The collection AutomobileBumper is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "bumper"@en ; skos:altLabel "bumpers"@en . ### http://umbel.org/umbel/rc/AutomobileCDChanger rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all CD changers in cars. A type of CompactDiscPlayer and AutomobileAudioEquipment. The collection AutomobileCDChanger is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car cd changer"@en ; skos:altLabel "cars cd changer"@en . ### http://umbel.org/umbel/rc/AutomobileCDPlayer rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all car CD players. A type of CompactDiscPlayer, NewAutoDealerPartsMarketCategory, AutomobileAudioEquipment, and AutoSoundMarketCategory. The collection AutomobileCDPlayer is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car CD player"@en ; skos:altLabel "car CD players"@en . ### http://umbel.org/umbel/rc/AutomobileDriveTrain rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "drive train"@en ; skos:altLabel "drive trains"@en ; skos:definition "the powertrain layout for an automobile"@en . ### http://umbel.org/umbel/rc/AutomobileElectronicsMC rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries , , ; skos:definition "Machines which are commonly sold together which are used in Automobiles. Includes CarAlarm, CarStereo, RadarDetector"@en ; skos:altLabel "auto electronics"@en , "automobile electronics"@en ; skos:prefLabel "car electronics"@en . ### http://umbel.org/umbel/rc/AutomobileEqualizer rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "Automobile equalizer"@en ; skos:altLabel "automotive equaliser"@en , "automotive equalisers"@en ; skos:prefLabel "automotive equalizer"@en ; skos:altLabel "automotive equalizers"@en , "car equaliser"@en , "car equalisers"@en , "car equalizer"@en , "car equalizers"@en . ### http://umbel.org/umbel/rc/AutomobileGrille rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all car grilles. A type of AutoBodyPart and NewAutoDealerPartsMarketCategory. The collection AutomobileGrille is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:altLabel "automobile grille"@en , "automobile grilles"@en ; skos:prefLabel "car grille"@en ; skos:altLabel "car grilles"@en , "radiator grille"@en , "radiator grilles"@en . ### http://umbel.org/umbel/rc/AutomobileHeadLight rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Located at the front of the car and used for night driving."@en ; skos:altLabel "headlamp"@en , "headlamps"@en ; skos:prefLabel "headlight"@en ; skos:altLabel "headlights"@en . ### http://umbel.org/umbel/rc/AutomobileHeater rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all car heaters. A type of AirHeatingDevice, NewAutoDealerPartsMarketCategory, and MechanicalAutoPart. The collection AutomobileHeater is a SeasonallyUsedItemType, a SpatiallyDisjointObjectType, an ArtifactTypeByGenericCategory, and a #$ManufacturedGoodsType."@en ; skos:prefLabel "car heater"@en ; skos:altLabel "car heaters"@en . ### http://umbel.org/umbel/rc/AutomobileIndustry rdf:type owl:Class ; rdfs:subClassOf , , , ; skos:definition "The collection of all automobile industries. A type of Industry_Localized. The collection AutomobileIndustry is an IndustryType and an #$IndustrialCollection."@en ; skos:altLabel "automobile industries"@en ; skos:prefLabel "automobile industry"@en ; skos:altLabel "automotive industries"@en , "automotive industry"@en , "car and truck industries"@en , "car and truck industry"@en , "car industries"@en , "car industry"@en . ### http://umbel.org/umbel/rc/AutomobileIndustryAntiqueFurnitureMarketCategory rdf:type owl:Class ; rdfs:subClassOf :MarketsIndustries . ### http://umbel.org/umbel/rc/AutomobileInsurance rdf:type owl:Class ; rdfs:subClassOf :FinanceEconomy , ; skos:definition "The collection of all car insurance. A type of InsurancePlan. AutomobileInsurance is an InsuranceTypeByThingCovered."@en ; skos:altLabel "auto insurance"@en , "automobile insurance"@en ; skos:prefLabel "car insurance"@en . ### http://umbel.org/umbel/rc/AutomobileManufacturingOrganization rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition "The collection of all car manufacturers. A type of ManufacturingCompany. AutomobileManufacturingOrganization is an OrganizationTypeByActivityType."@en ; skos:altLabel "auto maker"@en , "auto makers"@en , "auto manufacturer"@en , "auto manufacturers"@en , "automobile maker"@en , "automobile makers"@en , "automobile manufacturer"@en , "automobile manufacturers"@en , "car maker"@en , "car makers"@en ; skos:prefLabel "car manufacturer"@en ; skos:altLabel "car manufacturers"@en , "carmaker"@en , "carmakers"@en . ### http://umbel.org/umbel/rc/AutomobileRadio rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all car radios. A type of AutomobileAudioEquipment and RadioReceiver. The collection AutomobileRadio is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car radio"@en ; skos:altLabel "car radios"@en . ### http://umbel.org/umbel/rc/AutomobileSeat rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The things you sit on in your car, not a childscarseat."@en ; skos:altLabel "automobile seat"@en , "automobile seats"@en ; skos:prefLabel "car seat"@en ; skos:altLabel "car seats"@en , "carseat"@en , "carseats"@en . ### http://umbel.org/umbel/rc/AutomobileSnowTire rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all automobile snow tires. A type of SnowTire and AutomobileTire. The collection AutomobileSnowTire is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "automobile snow tire"@en ; skos:altLabel "automobile snow tires"@en . ### http://umbel.org/umbel/rc/AutomobileSpeaker rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all car stereo speakers. A type of AudioSpeaker, NewAutoDealerPartsMarketCategory, AutomobileAudioEquipment, and AutoSoundMarketCategory. The collection AutomobileSpeaker is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:altLabel "car speaker"@en , "car speakers"@en ; skos:prefLabel "car stereo speaker"@en ; skos:altLabel "car stereo speakers"@en . ### http://umbel.org/umbel/rc/AutomobileSpring rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all car springs. A type of Spring_Device, NewAutoDealerPartsMarketCategory, and AutoPart. The collection AutomobileSpring is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car spring"@en ; skos:altLabel "car springs"@en . ### http://umbel.org/umbel/rc/AutomobileSteeringSystem rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all steering mechanisms of automobiles. A type of MechanicalAutoPart. The collection AutomobileSteeringSystem is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory. By default, each instance of Automobile has exactly one of these mechanisms."@en ; skos:altLabel "car steering system"@en , "car steering systems"@en , "steering"@en ; skos:prefLabel "steering mechanism"@en ; skos:altLabel "steering mechanisms"@en , "steering system"@en , "steering systems"@en . ### http://umbel.org/umbel/rc/AutomobileSubwoofer rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "Automobile subwoofer"@en ; skos:prefLabel "automotive subwoofer"@en ; skos:altLabel "automotive subwoofers"@en , "car subwoofer"@en , "car subwoofers"@en . ### http://umbel.org/umbel/rc/AutomobileSunRoof rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all sun roofs. A type of PortalCovering, NewAutoDealerPartsMarketCategory, and AutoPart. The collection AutomobileSunRoof is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "sun roof"@en ; skos:altLabel "sun roofs"@en . ### http://umbel.org/umbel/rc/AutomobileSuspensionSystem rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A specialization of both MechanicalAutoPart and SystemOfDevices. Each instance of AutomobileSuspensionSystem is a system of devices (often including either ShockAbsorbers or AutomotiveSuspensionStruts) supporting the upper part of an automobile on its axles."@en ; skos:prefLabel "automobile suspension system"@en . ### http://umbel.org/umbel/rc/AutomobileTailLight rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The red or yellow lights located at the rear of a car and used for visibility at night."@en ; skos:prefLabel "taillight"@en ; skos:altLabel "taillights"@en . ### http://umbel.org/umbel/rc/AutomobileTire rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:definition "The collection of all Tires which belong on Automobiles."@en ; skos:altLabel "automobile tire"@en , "automobile tires"@en ; skos:prefLabel "car tire"@en ; skos:altLabel "car tires"@en . ### http://umbel.org/umbel/rc/AutomobileTypeByBodyStyle rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A collection of collections, each element of AutomobileTypeByBodyStyle is a collection of instances of Automobile which share a particular body style, e.g., sedan, hatchback."@en ; skos:altLabel "automobile body style"@en , "automobile body styles"@en , "type of automobile classified by body style"@en ; skos:prefLabel "type of automobile classified by style"@en ; skos:altLabel "types of automobile classified by body style"@en , "types of automobile classified by style"@en . ### http://umbel.org/umbel/rc/AutomobileTypeByBrand rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A collection of collections and a specialization of RoadVehicleType. Each instance of AutomobileTypeByBrand is a collection of automobiles that are of the same brand as one another. "@en ; skos:altLabel "brand of auto"@en , "brand of automobile"@en , "brand of automobiles"@en , "brand of autos"@en ; skos:prefLabel "brand of car"@en ; skos:altLabel "brand of cars"@en , "brands of auto"@en , "brands of automobile"@en , "brands of automobiles"@en , "brands of autos"@en , "brands of car"@en , "brands of cars"@en , "car brand"@en , "car brands"@en , "type of automobile by brand"@en , "types of automobile by brand"@en . ### http://umbel.org/umbel/rc/AutomobileTypeByConventionalSizeClassification rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , ; skos:definition "A FacetingCollectionType and a specialization of RoadVehicleType and ConventionalClassificationType. Each instance of AutomobileTypeByConventionalSizeClassification is a collection of Automobiles falling under the same conventional size classification. (Note that conventional size classifications may vary between GeopoliticalRegions.) Instances of this collection include LargeCar, MidsizeCar, CompactCar, SubcompactCar, and MinicompactCar."@en ; skos:prefLabel "automobile type by conventional size classification"@en . ### http://umbel.org/umbel/rc/AutomobileTypeByModel rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , , , ; skos:definition "A collection of collections, each element of AutomobileTypeByModel is a collection of automobiles - i.e., cars, light trucks, vans (see Automobile) - categorized by model. For example, the collection of Subaru Imprezas would be an element of this collection."@en ; skos:prefLabel "automobile model"@en ; skos:altLabel "automobile models"@en , "car model"@en , "car models"@en . ### http://umbel.org/umbel/rc/AutomobileWheel rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all car wheels. A type of LandTransportationWheel, NewAutoDealerPartsMarketCategory, and AutoPart. The collection AutomobileWheel is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car wheel"@en ; skos:altLabel "car wheels"@en . ### http://umbel.org/umbel/rc/AutomobileWindow rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Windows of cars"@en ; skos:prefLabel "automobile window"@en ; skos:altLabel "automobile windows"@en , "car window"@en , "car windows"@en . ### http://umbel.org/umbel/rc/Automobile_GasolineEngine rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all Automobiles that feature a GasolineEngine as the main internalPowerSource."@en ; skos:altLabel "gas driven automobile"@en , "gas driven automobiles"@en , "gas driven car"@en , "gas driven cars"@en , "gas powered automobile"@en , "gas powered automobiles"@en , "gas powered car"@en , "gas powered cars"@en ; skos:prefLabel "gas-driven automobile"@en ; skos:altLabel "gas-driven automobiles"@en , "gas-driven car"@en , "gas-driven cars"@en , "gas-powered automobile"@en , "gas-powered automobiles"@en , "gas-powered car"@en , "gas-powered cars"@en . ### http://umbel.org/umbel/rc/AutomotiveAirFilter rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:definition "The collection of all car air filters. A type of AirFilter, NewAutoDealerPartsMarketCategory, and AutoFilterMarketCategory. The collection AutomotiveAirFilter is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car air filter"@en ; skos:altLabel "car air filters"@en . ### http://umbel.org/umbel/rc/AutomotiveAntenna rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The electrical component used to receive radio signals located on you car."@en ; skos:prefLabel "automotive antenna"@en ; skos:altLabel "automotive antennae"@en , "automotive antennas"@en . ### http://umbel.org/umbel/rc/AutomotiveFluid rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "Fluids used in cars, e.g., AntiFreeze, BrakeFluid, ..., but not water"@en ; skos:prefLabel "automotive fluid"@en ; skos:altLabel "automotive fluids"@en , "lubricants and coolant"@en , "lubricants and coolants"@en . ### http://umbel.org/umbel/rc/AutomotiveGasFilter rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:definition "The collection of all gas filters. A type of AutoFilterMarketCategory, NewAutoDealerPartsMarketCategory, and Filter. The collection AutomotiveGasFilter is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "gas filter"@en ; skos:altLabel "gas filters"@en . ### http://umbel.org/umbel/rc/AutomotiveLight rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all car lights. A type of ElectricalLightingDevice and AutoPart. The collection AutomotiveLight is a #$ManufacturedGoodsType, a SpatiallyDisjointObjectType, and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "car light"@en ; skos:altLabel "car lights"@en . ### http://umbel.org/umbel/rc/AutomotiveLightBulb rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "Any of the lights attached to car except an enclosed headlight."@en ; skos:prefLabel "car light bulb"@en ; skos:altLabel "car light bulbs"@en . ### http://umbel.org/umbel/rc/AutomotiveLocatorService rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all events in which someone receives help from a professional service in finding a used Automobile to buy."@en ; skos:prefLabel "automotive locator service"@en . ### http://umbel.org/umbel/rc/AutomotiveMirror rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A mirror either inside or outside of a car."@en ; skos:prefLabel "car mirror"@en ; skos:altLabel "car mirrors"@en . ### http://umbel.org/umbel/rc/AutomotivePaint rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all auto paint. A type of IndustrialPaint and NewAutoDealerPartsMarketCategory. The collection AutomotivePaint is a TangibleStuffCompositionType and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "auto paint"@en ; skos:altLabel "car paint"@en . ### http://umbel.org/umbel/rc/AutomotiveSuspensionStrut rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all automotive suspension struts. A type of Strut, NewAutoDealerPartsMarketCategory, and MechanicalAutoPart. The collection AutomotiveSuspensionStrut is a #$ManufacturedGoodsType and an ArtifactTypeByGenericCategory."@en ; skos:prefLabel "automotive suspension strut"@en ; skos:altLabel "automotive suspension struts"@en . ### http://umbel.org/umbel/rc/AutonomousCommunity_Spain rdf:type owl:Class ; rdfs:subClassOf , ; skos:prefLabel "autonomous community spain"@en . ### http://umbel.org/umbel/rc/AutonomousCommunity_State_Geopolitical rdf:type owl:Class ; rdfs:subClassOf , ; skos:definition "The subcollection of State_Geopolitical which are also known as "autonomous communities"."@en ; skos:altLabel "autonomous communities"@en ; skos:prefLabel "autonomous community"@en . ### http://umbel.org/umbel/rc/AutonomousRegion rdf:type owl:Class ; rdfs:subClassOf :Geopolitical , , ; skos:definition "A collection of geopolitical entities; a sub-collection of CountrySubsidiary. Each instance of AutonomousRegion is a sub-region of a country that enjoys more powers of political and/or economic self-determination than do normal provinces of the country."@en ; skos:prefLabel "autonomous region"@en ; skos:altLabel "autonomous regions"@en . ### http://umbel.org/umbel/rc/Autopsy rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A specialization of MedicalDiagnosing. Each instance of Autopsy is an event in which a dead animal is examined to determine or confirm the cause of its death."@en ; skos:altLabel "autopsies"@en ; skos:prefLabel "autopsy"@en ; skos:altLabel "postmortem"@en , "postmortems"@en . ### http://umbel.org/umbel/rc/Autotroph rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of organisms capable of manufacturing organic nutrients from inorganic raw materials. Photosynthetic plants fall into this category, as do certain bacteria. See Photosynthesis_Generic. Cf. Heterotroph."@en ; skos:altLabel "autophyte"@en , "autophytes"@en , "autophytic"@en ; skos:prefLabel "autotroph"@en ; skos:altLabel "autotrophic organism"@en , "autotrophic organisms"@en , "autotrophs"@en , "organism that is Producer In Ecosystem of an ecosystem"@en . ### http://umbel.org/umbel/rc/Autotroph_Bacterium rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , ; skos:definition "A collection of Bacterium that use CarbonDioxide as their main or only source of Carbon. This collection contains Chemolithotrophs and Photolithotrophs."@en ; skos:altLabel "autotrophic bacteria"@en ; skos:prefLabel "autotrophic bacterium"@en . ### http://umbel.org/umbel/rc/AutumnalEquinox rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:definition "A specialization of Equinox. Each instance of AutumnalEquinox is an event during which the sun is directly above the celestial equator. Each instance of AutumnalEquinox occurs annually about September 21, during an instance of AutumnalEquinoxDay (q.v.)."@en ; skos:prefLabel "autumnal equinox"@en ; skos:altLabel "autumnal equinoxes"@en . ### http://umbel.org/umbel/rc/AuxVerb rdf:type owl:Class ; rdfs:subClassOf :Notations , , ; skos:definition "The collection of auxiliary verbs, including 'have', 'be', and 'do', as well as the modal verbs. All of these can be inverted in questions, and have other distributional peculiarities."@en ; skos:altLabel "aux verb"@en , "aux verbs"@en , "auxiliaries"@en , "auxiliary"@en ; skos:prefLabel "auxiliary verb"@en ; skos:altLabel "auxiliary verbs"@en . ### http://umbel.org/umbel/rc/AuxiliaryWritingMark rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , ; skos:definition "The subcollection of TextMarking each of whose instances is a written or printed token of some instance of AuxiliaryWritingSymbol, such as a punctuation symbol or diacritic."@en ; skos:prefLabel "auxiliary writing mark"@en ; skos:altLabel "auxiliary writing marks"@en . ### http://umbel.org/umbel/rc/Av_JewishMonth rdf:type owl:Class ; rdfs:subClassOf :Time , ; skos:prefLabel "Av"@en . ### http://umbel.org/umbel/rc/AvailableForDating rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "Every unit should have an english."@en ; skos:altLabel "available for dating"@en ; skos:prefLabel "available for dating thing"@en . ### http://umbel.org/umbel/rc/AvailingSomething_HelpingAnAgent rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A collection of events; a subcollection of HelpingAnAgent. In each AvailingSomething_HelpingAnAgent, something is of use to, is useful to something."@en ; skos:altLabel "avail"@en , "availed"@en ; skos:prefLabel "availing"@en ; skos:altLabel "avails"@en , "had availed"@en , "has availed"@en , "have availed"@en , "will avail"@en , "will have availed"@en . ### http://umbel.org/umbel/rc/Avalanche rdf:type owl:Class ; rdfs:subClassOf :NaturalPhenomena , ; skos:definition "A specialzation of NaturalHazard. Each instance of #Avalanche is an event in which a large amount of snow and ice falls down the side of a steep natural incline (such as the side of a mountain)."@en ; skos:prefLabel "avalanche"@en ; skos:altLabel "avalanches"@en . ### http://umbel.org/umbel/rc/Avatar_ComputerImage rdf:type owl:Class ; rdfs:subClassOf :VisualInfo , , ; skos:definition "The collection of VisualImages that represent computer users on a network. Avatars are commonly used in ChatRooms or Internet-based interactive games to give computer users a more realistic experience of interacting with other users."@en ; skos:prefLabel "avatar"@en ; skos:altLabel "avatars"@en . ### http://umbel.org/umbel/rc/AvawatzMountains rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Avawatz Mountains"@en ; skos:definition "The AvawatzMountains is a MountainRange that is east of the GraniteMountains, south of the AmargosaRange, and west of the SilurianValley."@en . ### http://umbel.org/umbel/rc/Avenue rdf:type owl:Class ; rdfs:subClassOf :Facilities , ; skos:definition "The collection of all avenues. A type of Street_Generic. Avenue is a LandTransportationTerrainFeatureType."@en ; skos:prefLabel "avenue"@en ; skos:altLabel "avenues"@en . ### http://umbel.org/umbel/rc/AvestanLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:altLabel "Avesta"@en ; skos:prefLabel "Avestan"@en ; skos:definition "This language was originally spoken in the Iranian area but is now a dead language."@en . ### http://umbel.org/umbel/rc/AvianVeterinarian rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "Instances are veterinarians that specialize in the care of birds."@en ; skos:altLabel "avian vet"@en , "avian veterinarian"@en , "avian veterinarians"@en , "avian vets"@en , "bird vet"@en ; skos:prefLabel "bird veterinarian"@en ; skos:altLabel "bird veterinarians"@en , "bird vets"@en . ### http://umbel.org/umbel/rc/Aviation rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "The study of the design, development, production, operation, and use of aircraft, esp. heavier than air aircraft."@en ; skos:prefLabel "aviation"@en . ### http://umbel.org/umbel/rc/AviationCompany rdf:type owl:Class ; rdfs:subClassOf :Organizations , ; skos:definition """The collection of AviationUnit_MilitarySpecialty at the Company echelon."""@en ; skos:altLabel "attack aviation companies"@en ; skos:prefLabel "attack aviation company"@en ; skos:altLabel "aviation companies"@en , "aviation company"@en . ### http://umbel.org/umbel/rc/Aviator rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "A sub-collection of SkilledWorker. Each instance is a someone who operates an aircraft."@en ; skos:altLabel "aeronaut"@en , "aeronauts"@en ; skos:prefLabel "aviator"@en ; skos:altLabel "aviators"@en , "flier"@en , "fliers"@en , "flyer"@en , "flyers"@en , "pilot"@en , "pilots"@en . ### http://umbel.org/umbel/rc/Avocado rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "The collection of all avocados (fruits of avocado trees). A type of Fruit."@en ; skos:prefLabel "avocado"@en ; skos:altLabel "avocados"@en , "fruit of the Persea americana"@en , "fruit of the avocado tree"@en . ### http://umbel.org/umbel/rc/AvocadoTree rdf:type owl:Class ; rdfs:subClassOf :Plants , , , , ; skos:altLabel "Persea americana"@en ; skos:definition "The collection of all avocado trees. A type of LaurelOrder, CropPlant, Tree_ThePlant, and EvergreenPlant. AvocadoTree is an OrganismClassificationType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "avocado tree"@en ; skos:altLabel "avocado trees"@en . ### http://umbel.org/umbel/rc/AvogadrosNumber rdf:type owl:Class ; rdfs:subClassOf :Numbers ; skos:prefLabel "Avogadro's Number"@en ; skos:definition "The number of atoms, molecules, etc. in a gram mole of any chemical substance."@en . ### http://umbel.org/umbel/rc/AvoidingSomething rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "Intentionally avoiding something. In general, avoidance of a thing may entail limiting proximity to and/or familiarity with the object in question.."@en ; skos:altLabel "avoid"@en , "avoided"@en ; skos:prefLabel "avoiding"@en ; skos:altLabel "avoids"@en , "had avoided"@en , "has avoided"@en , "have avoided"@en , "will avoid"@en , "will have avoided"@en . ### http://umbel.org/umbel/rc/AwadhiLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "A language of the Indo_IranianLanguageFamily spoken in India and Nepal."@en ; skos:prefLabel "Awadhi Language"@en . ### http://umbel.org/umbel/rc/AwardCertificate rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "An award certificate-- a paper symbol of an award."@en ; skos:prefLabel "award certificate"@en ; skos:altLabel "award certificates"@en . ### http://umbel.org/umbel/rc/AwardPractice rdf:type owl:Class ; rdfs:subClassOf :Society , ; skos:definition "A collection of intangibles. Each instance of AwardPractice is a distinction bestowed upon someone or something by an appropriately authorized agent, generally in recognition of some accomplishment and often as a result of a competitive process. Awards may be given to people, books, buildings, cities, etc. Note that this collection represents the awards themselves rather than tangible symbols of awards, such as medals or Oscar statuettes. Nor do its instances represent any money that might accompany an award. See also SymbolicObject, Token_Physical."@en ; skos:altLabel "accolade"@en , "accolades"@en ; skos:prefLabel "award"@en ; skos:altLabel "awards"@en , "honor"@en , "honors"@en , "honour"@en , "honours"@en , "prize"@en , "prizes"@en . ### http://umbel.org/umbel/rc/AwardsCeremony rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "A ceremony at which the focal participant(s) receives an award recognizing an accomplishment. Sometimes they do not know beforehand that they will receive this award."@en ; skos:altLabel "awards ceremonies"@en ; skos:prefLabel "awards ceremony"@en . ### http://umbel.org/umbel/rc/AwarenessQuantity rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "The collection of degrees of awareness that describe the ways in which an agent is aware of some object."@en ; skos:altLabel "awareness quantities"@en ; skos:prefLabel "awareness quantity"@en . ### http://umbel.org/umbel/rc/Awikiwiki rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:altLabel "Canavalia molokaiensis"@en ; skos:prefLabel "`Awikiwiki"@en . ### http://umbel.org/umbel/rc/Awiwi rdf:type owl:Class ; rdfs:subClassOf :Plants , ; skos:altLabel "Centaurium sebaeoides"@en , "Hedyotis cookiana"@en ; skos:definition "The collection of all `Awiwi. A type of FloweringPlant. Awiwi is an Endangered_OrganismTypeByExistentialThreatLevel, a SpatiallyDisjointObjectType, and a BiologicalSpecies."@en ; skos:prefLabel "`Awiwi"@en . ### http://umbel.org/umbel/rc/AwkFile rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo ; skos:prefLabel "Awk file"@en ; skos:altLabel "Awk files"@en ; skos:definition "AwkFile is the collection of ComputerFile_AIS whose instances are written in Awk_ProgrammingLanguage."@en . ### http://umbel.org/umbel/rc/Awk_ProgrammingLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Awk Programming Language"@en ; skos:definition "Awk is an interpreted language included with many versions of Unix for scanning and mangling text, developed by Alfred Aho, Peter Weinberger, and Brian Kernighan in 1978. Perl_ProgrammingLanguage was inspired by Awk, but is much more powerful. There are many interpreters for Awk_ProgrammingLanguage, including Awk_TheProgram (the program)."@en . ### http://umbel.org/umbel/rc/Axe rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "A hand tool used for cutting, comprised of a long handle and a heavy wedge-shaped head with one sharp edge."@en ; skos:prefLabel "ax"@en ; skos:altLabel "axe"@en , "axes"@en . ### http://umbel.org/umbel/rc/AxialNorthPoleOfEarth rdf:type owl:Class ; rdfs:subClassOf :Attributes ; skos:definition "An instance of AxialPoleOfPlanet; the axial north pole (as opposed to the magnetic north pole) of PlanetEarth."@en ; skos:prefLabel "the North Pole"@en . ### http://umbel.org/umbel/rc/AxialPoleOfPlanet rdf:type owl:Class ; rdfs:subClassOf :Attributes ; skos:definition "A specialization of GeographicalThing_Intangible_FixedLocation. Each instance of AxialPoleOfPlanet is a point on the surface of a Planet which intersects that planet's axis of rotation. Every planet has two axial poles. Two notable instances of this collection are AxialNorthPoleOfEarth and AxialSouthPoleOfEarth."@en ; skos:prefLabel "pole"@en ; skos:altLabel "poles"@en . ### http://umbel.org/umbel/rc/AxialSouthPoleOfEarth rdf:type owl:Class ; rdfs:subClassOf :Attributes ; skos:definition "An instance of AxialPoleOfPlanet; the axial south pole (as opposed to the magnetic south pole) of PlanetEarth."@en ; skos:prefLabel "the South Pole"@en . ### http://umbel.org/umbel/rc/AxillaryArtery rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "axillary arteries"@en ; skos:prefLabel "axillary artery"@en . ### http://umbel.org/umbel/rc/AxillaryNerve rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all axillary Nerves. Each AxillaryNerve branches off of a PosteriorCord_BrachialPlexus. The AxillaryNerve splits into anterior and posterior branches. The anterior branch innervates the anterior part of the Deltoid. The posterior branch innervates the posterior part of the Deltoid and the TeresMinor."@en ; skos:prefLabel "axillary nerve"@en ; skos:altLabel "axillary nerves"@en . ### http://umbel.org/umbel/rc/AxillaryVein rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all axillary veins. The axillary vein is a major vein passing through the shoulder. Its proximal end connects to the subclavian vein and the distal end connects to the cephalic and basilic veins."@en ; skos:prefLabel "axillary vein"@en ; skos:altLabel "axillary veins"@en . ### http://umbel.org/umbel/rc/Axim_KingdomOf rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:definition "A small African kingdom located on the coast of Ghana, west of the city of Takoradi on the AtlanticOcean. It has a prominent old Portuguese seacoast fort. The Kingdom of Axim has a black population of EthnicGroupOfAfricans, but its kings have been white Americans (the kings of Biffeche_KingdomOf) since the early 1970's."@en ; skos:altLabel "Axim"@en ; skos:prefLabel "Kingdom of Axim"@en . ### http://umbel.org/umbel/rc/Axinite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "axinite"@en . ### http://umbel.org/umbel/rc/Axis rdf:type owl:Class ; rdfs:subClassOf :Attributes , ; skos:definition "A specialization of Line_Straight_Directed. Each instance of Axis is a straight line about which a three-dimensional figure is oriented or rotates. The orientation is between specified sides or points of the object or according to the right-hand rule for a rotational axis. Examples include spatially localized objects, such as the Earth's axis of rotation, as well as abstract objects, such as the axis of rotation for some abstract three-dimensional figure."@en ; skos:altLabel "axes"@en ; skos:prefLabel "axis"@en . ### http://umbel.org/umbel/rc/AxisOfAdvance rdf:type owl:Class ; rdfs:subClassOf :AbstractLevel , , ; skos:definition "A line of advance assigned for purposes of control; often a road or a group of roads, or a designated series of locations, extending in the direction of the enemy. (Army) - A general route of advance, assigned for purposes of control, which extends toward the enemy. An axis of advance symbol graphically portrays a commander's intention, such as avoidance of built-up areas or envelopment of an enemy force. It follows terrain suitable for the size of the force assigned the axis and is often a road, a group of roads, or a designated series of locations. A commander may maneuver his forces and supporting fires to either side of an axis of advance provided the unit remain oriented on the axis and the objective. Deviations from an assigned axis of advance must not interfere with the maneuver of adjacent units without prior approval of the higher commander. Enemy forces that do not threaten security or jeopardize mission accomplishment may be bypassed. An axis of advance is not used to direct the control of terrain or the clearance of enemy forces from specific locations. Intermediate objectives normally are assigned for these purposes."@en ; skos:altLabel "axes of advance"@en ; skos:prefLabel "axis of advance"@en . ### http://umbel.org/umbel/rc/AxisOfRotation_Earth rdf:type owl:Class ; rdfs:subClassOf :Attributes ; skos:prefLabel "Axis Of Rotation Earth"@en ; skos:definition "Earth's axis of rotation, defined by Earth's continuous West to East motion. This axis points from the south side of the earth to the north side of the earth."@en . ### http://umbel.org/umbel/rc/AxisVertebra rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:altLabel "C2"@en , "C2 vertebra"@en , "C2 vertebrae"@en , "C2s"@en , "axes"@en , "axis"@en , "axis vertebra"@en , "axis vertebrae"@en ; skos:prefLabel "second cervical vertebra"@en ; skos:altLabel "second cervical vertebrae"@en . ### http://umbel.org/umbel/rc/AxisymmetricObject rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "A specialization of SpatialThing. Each instance of AxisymmetricObject is a (tangible or intangible) spatial thing that is symmetric with respect to an axis. Such an axis, which is a Line_Straight, is an axis of symmetry (see symmetricAxes) of the spatial thing. An axially symmetric object might be a BilaterallySymmetricObject or a RadiallySymmetricObject (qq.v.)."@en ; skos:prefLabel "axisymmetric object"@en . ### http://umbel.org/umbel/rc/Axle rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A bar that a wheel or wheels are mounted on and that supports the wheel(s) as they turn."@en ; skos:prefLabel "axle"@en ; skos:altLabel "axles"@en . ### http://umbel.org/umbel/rc/Axon rdf:type owl:Class ; rdfs:subClassOf :Animals , , ; skos:definition "The collection of all axons (or 'neuraxons'), which are fibers of a Neuron which transmit signals away from the cell body to other Neurons or MuscleTissue."@en ; skos:prefLabel "axon"@en ; skos:altLabel "axons"@en . ### http://umbel.org/umbel/rc/Ayahuasca rdf:type owl:Class ; rdfs:subClassOf :Drugs , , , , , ; skos:definition "A hallucinogenic beverage produced in the western AmazonRiver basin ceremoniously used by shamans."@en ; skos:prefLabel "ayahuasca"@en . ### http://umbel.org/umbel/rc/Ayatollah rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , ; skos:definition "A PersonTypeByOccupation and a specialization of Cleric. Each instance of Ayatollah is a high-ranking Shiite religious leader who has political power and is regarded as an authority on Islamic law (cf. IslamicLawSystem)."@en ; skos:prefLabel "ayatollah"@en ; skos:altLabel "ayatollahs"@en . ### http://umbel.org/umbel/rc/AyersRock rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Ayers Rock"@en . ### http://umbel.org/umbel/rc/AymaraLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Aymara"@en ; skos:definition "South American Amerindian language of the Aymara sub-group"@en . ### http://umbel.org/umbel/rc/Ayurveda rdf:type owl:Class ; rdfs:subClassOf :Events , ; skos:definition "The collection of all ayurveda. A type of AlternativeMedicineHealthCareEvent."@en ; skos:prefLabel "ayurveda"@en . ### http://umbel.org/umbel/rc/Azalea rdf:type owl:Class ; rdfs:subClassOf :Plants , , ; skos:definition "The collection of all azaleas. A type of HeathOrder and Bush. The concept Azalea is an OrganismClassificationType and a SpatiallyDisjointObjectType."@en ; skos:prefLabel "azalea"@en ; skos:altLabel "azaleas"@en . ### http://umbel.org/umbel/rc/Azerbaijan rdf:type owl:Class ; rdfs:subClassOf :Geopolitical ; skos:prefLabel "Azerbaijan"@en ; skos:definition "Azerbaijan is a small, currently independent, Country in the southern part of the ContinentOfAsia. Azerbaijan is north of Iran, south of Russia, and east of northern Armenia (and surrounds southern Armenia on the east and west (but not north or south), Georgia_TheNation, and Turkey. Azerbaijan is on the western coast of the CaspianSea. This constant includes political (and in a "dualist" microtheory the physical) aspects of the GeopoliticalEntity of Azerbaijan throughout time."@en ; skos:altLabel "Azerbajdzhan"@en , "the Azerbaijani Republic"@en . ### http://umbel.org/umbel/rc/AzimuthalProjection rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories ; skos:definition "A specialization of DirectMapProjection (q.v.). Each instance of AzimuthalProjection is a map projection whereby points on the source spheroid are mapped directly to a flat target surface tangent to the spheroid, rather than by way of an intermediate DevelopableSurface. They are also known as zenithal projections. Typically, the target surface wil be tangent to the spheroid at one of its poles (see PolarProjection; but cf. ObliqueGnomonicProjection). An azimuthal projection correctly represents the bearing of any point from the point of tangency. "Great circles" through the point of tangency (e.g. the meridians, if the projection is polar) appear as straight lines."@en ; skos:prefLabel "azimuthal projection"@en ; skos:altLabel "azimuthal projections"@en . ### http://umbel.org/umbel/rc/Azithromycin rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The chemical compound which is an antibiotic."@en ; skos:prefLabel "Zithromas"@en ; skos:altLabel "azithromycin"@en . ### http://umbel.org/umbel/rc/AztecLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "Amerindian language of the Nahuatlan sub-group"@en ; skos:prefLabel "Aztec"@en . ### http://umbel.org/umbel/rc/AztecWriting rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:definition "An abbreviated version of the pictorial writing originated by the Mayas"@en ; skos:prefLabel "Aztec script"@en ; skos:altLabel "Aztec writing"@en . ### http://umbel.org/umbel/rc/Aztec_TanoanLanguageFamily rdf:type owl:Class ; rdfs:subClassOf :Notations , ; skos:definition "Amerindian languages spoken in western North America and Mexico"@en ; skos:prefLabel "Aztec-Tanoan language"@en ; skos:altLabel "Aztec-Tanoan languages"@en , "the Aztec-Tanoan language family"@en . ### http://umbel.org/umbel/rc/Aztreonam rdf:type owl:Class ; rdfs:subClassOf ; skos:definition "A chemical compound which is used in injectable antibiotic products."@en ; skos:prefLabel "aztreonam"@en . ### http://umbel.org/umbel/rc/Azurite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:definition "The collection of all azurite. A type of Mineral. Azurite is an ExistingStuffType."@en ; skos:prefLabel "azurite"@en . ### http://umbel.org/umbel/rc/AzygosVein rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all azygous veins. A type of SystemicVein. The concept AzygosVein is an InternalAnimalBodyRegionType and a UniqueAnatomicalPartType."@en ; skos:altLabel "azygos vein"@en , "azygos veins"@en ; skos:prefLabel "azygous vein"@en ; skos:altLabel "azygous veins"@en . ### http://umbel.org/umbel/rc/BBCCountryProfile rdf:type owl:Class ; rdfs:subClassOf :WrittenInfo , , ; skos:definition """A specialization of PublishedConceptualWork and WebPage_CW. Each instance of this collection is a country profile published on the web by the BBC. See also BBCCountryProfileFn."""@en ; skos:prefLabel "BBC country profile"@en ; skos:altLabel "BBC country profiles"@en . ### http://umbel.org/umbel/rc/BBQCuisine rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:prefLabel "BBQ food"@en ; skos:altLabel "Barbecue cooking"@en , "Barbecue cuisine"@en , "Barbecue food"@en ; skos:definition "Barbecue food"@en ; skos:altLabel "barbecue"@en . ### http://umbel.org/umbel/rc/BBQGrill rdf:type owl:Class ; rdfs:subClassOf :Products , , , , ; skos:definition "A usually stand-alone device for broiling food."@en ; skos:prefLabel "barbecue grill"@en ; skos:altLabel "barbecue grills"@en , "bbq"@en , "bbqs"@en , "grill"@en , "grills"@en . ### http://umbel.org/umbel/rc/BIOSChip rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A specialization of IntegratedCircuit and ComputerHardwareComponent. Each instance of BIOSChip is meant to have a BasicInputOutputSystem instantiated in it in order to provide a low-level interface to the hardware for the OperatingSystem."@en ; skos:prefLabel "BIOS chip"@en ; skos:altLabel "BIOS chips"@en , "basic input output system chip"@en , "basic input output system chips"@en . ### http://umbel.org/umbel/rc/BLymphocyte rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:prefLabel "B lymphocyte"@en ; skos:altLabel "B lymphocytes"@en ; skos:definition "The collection of all B lymphocytes. A type of Lymphocyte. BLymphocyte is a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/BMW318Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "BMW 318"@en . ### http://umbel.org/umbel/rc/BMW320Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "BMW 320"@en . ### http://umbel.org/umbel/rc/BMW325Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "BMW 325"@en . ### http://umbel.org/umbel/rc/BMW750Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "BMW 750"@en . ### http://umbel.org/umbel/rc/BMW850Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "BMW 850"@en . ### http://umbel.org/umbel/rc/BMWCar rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "BMW"@en , "BMW auto"@en ; skos:prefLabel "BMW automobile"@en ; skos:altLabel "BMW automobiles"@en , "BMW autos"@en , "BMW car"@en , "BMW cars"@en , "BMWs"@en ; skos:definition "The collection of all BMW automobiles. A type of GermanCar and LuxuryCar. The collection BMWCar is an AutomobileTypeByBrand and a SpatiallyDisjointObjectType."@en . ### http://umbel.org/umbel/rc/BMWConvertible rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "BMW convertible"@en ; skos:altLabel "BMW convertibles"@en ; skos:definition "a BMW car with a removable top"@en . ### http://umbel.org/umbel/rc/BMWEnthusiast rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:altLabel "BMW auto enthusiast"@en , "BMW auto enthusiasts"@en , "BMW auto fan"@en , "BMW auto fans"@en , "BMW auto lover"@en , "BMW auto lovers"@en , "BMW automobile enthusiast"@en , "BMW automobile enthusiasts"@en , "BMW automobile fan"@en , "BMW automobile fans"@en , "BMW automobile lover"@en , "BMW automobile lovers"@en , "BMW car enthusiast"@en , "BMW car enthusiasts"@en , "BMW car fan"@en , "BMW car fans"@en , "BMW car lover"@en , "BMW car lovers"@en ; skos:prefLabel "BMW enthusiast"@en ; skos:altLabel "BMW enthusiasts"@en , "BMW fan"@en , "BMW fans"@en , "BMW lover"@en , "BMW lovers"@en ; skos:definition "The collection of all BMW enthusiasts. A type of CarEnthusiast. BMWEnthusiast is a CarEnthusiastTypeByBrand."@en ; skos:altLabel "fan of BMW automobiles"@en , "fan of BMW autos"@en , "fan of BMW cars"@en , "fan of BMW's"@en , "fan of BMWs"@en , "fans of BMW automobiles"@en , "fans of BMW autos"@en , "fans of BMW cars"@en , "fans of BMW's"@en , "fans of BMWs"@en . ### http://umbel.org/umbel/rc/BMWM3Car rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "BMW M3"@en . ### http://umbel.org/umbel/rc/BMWM5Car rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "BMW M5"@en . ### http://umbel.org/umbel/rc/BMWMotorcycle rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "BMW bike"@en , "BMW bikes"@en ; skos:prefLabel "BMW motorcycle"@en ; skos:altLabel "BMW motorcycles"@en . ### http://umbel.org/umbel/rc/BMWZ3Car rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "BMW Z3"@en ; skos:altLabel "Z3"@en . ### http://umbel.org/umbel/rc/BPHDrug rdf:type owl:Class ; rdfs:subClassOf :Drugs , ; skos:definition "The collection of all DrugSubstances designed to counteract benign prostatic hperplasia (BPH). One such drug is the alpha-blocker, terazosin."@en ; skos:prefLabel "drug designed to counteract benign prostatic hyperplasia"@en ; skos:altLabel "drugs designed to counteract benign prostatic hyperplasia"@en . ### http://umbel.org/umbel/rc/BTree_DataStructure rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition """A type of IndexDataStructure which stores references to data in a tree structure. Such indices are useful to store data when there is a partial or linear ordering defined on the index set."""@en ; skos:prefLabel "B tree data structure"@en . ### http://umbel.org/umbel/rc/B_1_Bomber rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:prefLabel "B-1 bomber"@en ; skos:altLabel "B-1 bombers"@en , "B-1 lancer"@en , "B-1 lancers"@en , "B-1B"@en , "B1"@en , "B1 bomber"@en , "B1 bombers"@en ; skos:definition "B_1_Bomber is the collection of B-1 bomber aircraft, also called "B-1 Lancers". They are American-made long-range bombers. "@en . ### http://umbel.org/umbel/rc/B_24_Bomber rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:prefLabel "B 24 bomber"@en . ### http://umbel.org/umbel/rc/B_29_Bomber rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "B-29"@en ; skos:prefLabel "B-29 Superfortress"@en ; skos:altLabel "B29"@en ; skos:definition "B_29_Bomber is the collection of Boeing B-29 bomber aircraft, also known as "B-29 Superfortresses"."@en ; skos:altLabel "Superfortress"@en . ### http://umbel.org/umbel/rc/B_2_Bomber rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:altLabel "B-2"@en , "B-2 bomber"@en , "B-2 spirit"@en , "B-2 spirits"@en ; skos:prefLabel "B-2 stealth bomber"@en ; skos:altLabel "B-2 stealth bombers"@en , "B2"@en , "B2 bomber"@en , "B2 spirit"@en , "B2 spirits"@en ; skos:definition "B_2_Bomber is the collection of B-2 bomber aircraft. They are American-made multi-role bombers capable of delivering both conventional and nuclear munitions. They are sometimes called "flying wings" or "stealth bombers". "@en ; skos:altLabel "flying wing"@en , "flying wings"@en , "stealth bomber"@en , "stealth bombers"@en . ### http://umbel.org/umbel/rc/B_52_Bomber rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:altLabel "B-52"@en , "B-52 Stratofortress"@en , "B-52 Stratofortresses"@en ; skos:prefLabel "B-52 bomber"@en ; skos:altLabel "B-52 bombers"@en , "B-52s"@en , "B52"@en , "B52 bomber"@en ; skos:definition "B_52_Bomber is the collection of B-52 bomber aircraft, also known as "B-52 Stratofortresses". They are American-made multi-role bombers capable of flying at high subsonic speeds at altitudes up to 50,000 feet (15,166.6 meters). They can carry nuclear or precision guided conventional munitions."@en ; skos:altLabel "Stratofortress"@en , "the B-52"@en . ### http://umbel.org/umbel/rc/BabElMandeb_Strait rdf:type owl:Class ; rdfs:subClassOf :Earthscape ; skos:prefLabel "Bab el Mandeb"@en ; skos:definition "The Bab El Mandeb Strait, between Djibouti and Yemen, which joins the RedSea to the GulfOfAden; a vital link in the sea lane from the MediterraneanSea to the IndianOcean."@en . ### http://umbel.org/umbel/rc/BabilProvinceIraq rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/Babingtonite rdf:type owl:Class ; rdfs:subClassOf :NaturalSubstances , ; skos:prefLabel "babingtonite"@en . ### http://umbel.org/umbel/rc/Baboon rdf:type owl:Class ; rdfs:subClassOf :Animals , ; skos:definition "The collection of all baboons. A type of Monkey. Baboon is an OrganismClassificationType."@en ; skos:prefLabel "baboon"@en ; skos:altLabel "baboons"@en . ### http://umbel.org/umbel/rc/BabyBottle rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "A subset of DrinkingBottle. The collection of all bottles out of which an infant or a young toddler drink. A BabyBottle is a bottle made of either Plastic or Glass which has a screw cap and a plastic nipple from which the baby drinks."@en ; skos:prefLabel "baby bottle"@en ; skos:altLabel "baby bottles"@en . ### http://umbel.org/umbel/rc/BabyBouncer rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all bouncers for babies. A BabyBouncer is a device which has a seat suspended from a frame. The HumanInfant or HumanToddler 'bounces' when he or she sits in it."@en ; skos:prefLabel "baby bouncer"@en ; skos:altLabel "baby bouncers"@en , "infant bouncer"@en , "infant bouncers"@en . ### http://umbel.org/umbel/rc/BabyCarriage rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:definition "The collection of baby strollers/carriages"@en ; skos:altLabel "baby buggies"@en , "baby buggy"@en ; skos:prefLabel "baby carriage"@en ; skos:altLabel "baby carriages"@en , "pram"@en , "prams"@en , "stroller"@en , "strollers"@en . ### http://umbel.org/umbel/rc/BabyCarrier rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of baby carriers. A BabyCarrier is a device which is used to transport a HumanInfant or a HumanToddler. Every BabyCarrier has at least one Handle or CarryStrap."@en ; skos:prefLabel "baby carrier"@en ; skos:altLabel "baby carriers"@en , "infant carrier"@en , "infant carriers"@en , "toddler carrier"@en , "toddler carriers"@en . ### http://umbel.org/umbel/rc/BabyFeedingDevice rdf:type owl:Class ; rdfs:subClassOf :Products ; skos:definition "The collection of all PhysicalDevices that are used to aid in the feeding of HumanInfants and HumanToddlers."@en ; skos:prefLabel "baby feeding product"@en ; skos:altLabel "baby feeding products"@en , "infant feeding product"@en , "infant feeding products"@en , "product related to baby feeding"@en , "product related to infant feeding"@en , "product related to toddler feeding"@en , "products related to baby feeding"@en , "products related to infant feeding"@en , "products related to toddler feeding"@en , "toddler feeding product"@en , "toddler feeding products"@en . ### http://umbel.org/umbel/rc/BabyFood rdf:type owl:Class ; rdfs:subClassOf :FoodDrink , ; skos:definition """This is the collection of all instances of baby food. Most baby food is commerically produced and comes in jars, but instances of BabyFood can also be home-made. What makes something baby food is that it is prepared specially for consumption by a baby. This generally means that it requires no chewing to eat."""@en ; skos:prefLabel "baby food"@en . ### http://umbel.org/umbel/rc/BabyGate rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all Gates which are used to keep babies from wandering to unsafe places such as Stairways. BabyGates are placed in front of these places or between two RoomInAConstruction and cause a BarrierSituation for the baby."@en ; skos:prefLabel "baby gate"@en ; skos:altLabel "baby gates"@en , "gate for babies"@en , "gate for infants"@en , "gate for toddlers"@en , "gates for babies"@en , "gates for infants"@en , "gates for toddlers"@en . ### http://umbel.org/umbel/rc/BabyMonitor rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "A BabyMonitor is a device that a caretaker of a HumanInfant or HumanToddler might use. Generally, one part (the transmitting end) goes in the baby's room, and the other part (the receiving end) goes in the caretaker's room. If the baby begins Crying, Screaming, or otherwise audibly expressing distress, the caretaker can hear it on his or her end of the BabyMonitor will know to tend to the baby."@en ; skos:prefLabel "baby monitor"@en ; skos:altLabel "baby monitors"@en , "infant monitor"@en , "infant monitors"@en , "nursery monitor"@en , "nursery monitors"@en . ### http://umbel.org/umbel/rc/BabyOil rdf:type owl:Class ; rdfs:subClassOf :Products , , , , , ; skos:definition "The collection of all baby oil. A type of BabyToiletrySubstance and Oil. The concept BabyOil is an ArtifactTypeByGenericCategory and an ExistingStuffType."@en ; skos:prefLabel "baby oil"@en . ### http://umbel.org/umbel/rc/BabyPlayYard rdf:type owl:Class ; rdfs:subClassOf :Facilities , , ; skos:definition "The collection of all play yards for babies. A BabyPlayYard is a construction in which a HumanToddler can freely and safely play without causing his or her parent or guardian too much concern about wandering away."@en ; skos:altLabel "baby play yard"@en , "baby play yards"@en , "baby playpen"@en , "baby playpens"@en , "play yard"@en , "play yards"@en ; skos:prefLabel "playpen"@en ; skos:altLabel "playpens"@en . ### http://umbel.org/umbel/rc/BabyShower rdf:type owl:Class ; rdfs:subClassOf :Events , , ; skos:definition "The collection of all parties [Party_Celebration] to bestow gifts upon a woman shortly before she gives birth [BirthEvent]. The gifts are to be used for the forthcoming child."@en ; skos:prefLabel "baby shower"@en ; skos:altLabel "baby showers"@en , "shower"@en , "showers"@en . ### http://umbel.org/umbel/rc/BabySoftCarrier rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all soft carriers for infants, a subset of BabyCarrier. A BabySoftCarrier is a device that is used to carry a HumanInfant on one's Back_AnimalBodyPart or Chest_BodyPart. They are made of soft, flexible material and have at least two CarryStraps which go over the adult's shoulders."@en ; skos:prefLabel "baby soft carrier"@en ; skos:altLabel "baby soft carriers"@en , "infant soft carrier"@en , "infant soft carriers"@en . ### http://umbel.org/umbel/rc/BabyTalk rdf:type owl:Class ; rdfs:subClassOf :Activities ; skos:prefLabel "Baby Talk"@en ; skos:definition "This attribute applies to word senses of words or phrases typically used when talking to babies or young children."@en . ### http://umbel.org/umbel/rc/BabyToiletrySubstance rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of toiletry products for HumanInfants and HumanToddlers."@en ; skos:altLabel "baby bath accessories"@en ; skos:prefLabel "baby bath accessory"@en ; skos:altLabel "baby toiletries"@en , "baby toiletry"@en , "infant bath accessories"@en , "infant bath accessory"@en , "infant toiletries"@en , "infant toiletry"@en , "toddler bath accessories"@en , "toddler bath accessory"@en , "toddler toiletries"@en , "toddler toiletry"@en . ### http://umbel.org/umbel/rc/BabyWalker rdf:type owl:Class ; rdfs:subClassOf :Products , , , ; skos:definition "The collection of all baby walkers. A BabyWalker is a device with wheels in which a HumanToddler sits/stands and uses his or her legs to move around."@en ; skos:prefLabel "baby walker"@en ; skos:altLabel "baby walkers"@en . ### http://umbel.org/umbel/rc/Baby_apparel rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all baby apparel. A type of ChildrensClothing and ClothingItem."@en ; skos:prefLabel "baby apparel"@en ; skos:altLabel "baby clothing"@en , "clothing item used by babes"@en , "clothing item used by babies"@en , "clothing item used by infants"@en , "infant clothing item"@en , "item of clothing used by babes"@en , "item of clothing used by babies"@en , "item of clothing used by infants"@en , "raiment used by babes"@en , "raiment used by babies"@en , "raiment used by infants"@en , "vesture used by infants"@en . ### http://umbel.org/umbel/rc/Baby_outerwear rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all baby outerwear. A type of baby apparel and OverGarment."@en ; skos:altLabel "babies outerwear"@en , "babies' outerwear"@en ; skos:prefLabel "baby outerwear"@en ; skos:altLabel "baby's outerwear"@en , "infant outerwear"@en , "infant overgarment"@en , "infant's outerwear"@en , "infants outerwear"@en , "infants' outerwear"@en , "overgarment used by babes"@en , "overgarment used by babies"@en , "overgarment used by infants"@en . ### http://umbel.org/umbel/rc/Baby_shirt rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all baby shirts. A type of baby apparel and Shirt."@en ; skos:altLabel "babies shirt"@en , "babies shirts"@en , "babies' shirt"@en , "babies' shirts"@en ; skos:prefLabel "baby shirt"@en ; skos:altLabel "baby shirts"@en , "baby's shirt"@en , "baby's shirts"@en , "infant shirt"@en , "infant shirts"@en , "infant's shirt"@en , "infant's shirts"@en , "infants shirt"@en , "infants shirts"@en , "infants' shirt"@en , "infants' shirts"@en , "shirt used by babes"@en , "shirt used by babies"@en , "shirt used by infants"@en . ### http://umbel.org/umbel/rc/Baby_shorts rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all baby shorts. A type of baby apparel and ShortPants."@en ; skos:altLabel "babies shorts"@en , "babies' shorts"@en ; skos:prefLabel "baby shorts"@en ; skos:altLabel "baby's shorts"@en , "infant pair of shorts"@en , "infant shorts"@en , "infant's shorts"@en , "infants shorts"@en , "infants' shorts"@en , "pair of shorts used by babes"@en , "pair of shorts used by babies"@en , "pair of shorts used by infants"@en , "short pants used by babes"@en , "short pants used by babies"@en , "short pants used by infants"@en , "shorts used by infants"@en , "trunks used by babes"@en , "trunks used by babies"@en , "trunks used by infants"@en . ### http://umbel.org/umbel/rc/Baby_sock rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all baby socks. A type of Sock and baby apparel."@en ; skos:altLabel "babies sock"@en , "babies socks"@en , "babies' sock"@en , "babies' socks"@en ; skos:prefLabel "baby sock"@en ; skos:altLabel "baby socks"@en , "baby's sock"@en , "baby's socks"@en , "infant sock"@en , "infant socks"@en , "infant's sock"@en , "infant's socks"@en , "infants sock"@en , "infants socks"@en , "infants' sock"@en , "infants' socks"@en , "sock used by babes"@en , "sock used by babies"@en , "sock used by infants"@en . ### http://umbel.org/umbel/rc/Baby_sweater rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all baby sweaters. A type of Sweater and baby apparel."@en ; skos:altLabel "babies sweater"@en , "babies sweaters"@en , "babies' sweater"@en , "babies' sweaters"@en ; skos:prefLabel "baby sweater"@en ; skos:altLabel "baby sweaters"@en , "baby's sweater"@en , "baby's sweaters"@en , "infant sweater"@en , "infant sweaters"@en , "infant's sweater"@en , "infant's sweaters"@en , "infants sweater"@en , "infants sweaters"@en , "infants' sweater"@en , "infants' sweaters"@en , "sweater used by babes"@en , "sweater used by babies"@en , "sweater used by infants"@en . ### http://umbel.org/umbel/rc/Babying rdf:type owl:Class ; rdfs:subClassOf :Activities , , ; skos:definition "This is the collection of behaviors in which something is treated in an exaggerated version of the way one treats babies. "@en ; skos:altLabel "babied"@en , "babies"@en , "baby"@en ; skos:prefLabel "babying"@en ; skos:altLabel "had babied"@en , "has babied"@en , "have babied"@en , "will baby"@en , "will have babied"@en . ### http://umbel.org/umbel/rc/BabylonianLanguage rdf:type owl:Class ; rdfs:subClassOf :Notations ; skos:prefLabel "Babylonian"@en ; skos:definition "This Semitic language, now dead, was originally spoken in the Near East"@en . ### http://umbel.org/umbel/rc/Babysitter rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , ; skos:definition "The collection of all sitters, who are peole employed to care for children for brief periods of time. A type of ChildcareWorker. Babysitter is a PersonTypeByOccupation."@en ; skos:altLabel "babysiter"@en , "babysiters"@en ; skos:prefLabel "sitter"@en ; skos:altLabel "sitters"@en . ### http://umbel.org/umbel/rc/Babysitting rdf:type owl:Class ; rdfs:subClassOf :Activities , ; skos:definition "A non-parent temporarily caring for an infant. This definition could be changed if we want to consider situations where a parent cares for his/her own child to be babysitting."@en ; skos:altLabel "babysat"@en , "babysit"@en , "babysits"@en ; skos:prefLabel "babysitting"@en ; skos:altLabel "had babysat"@en , "has babysat"@en , "have babysat"@en , "will babysit"@en , "will have babysat"@en . ### http://umbel.org/umbel/rc/BacThai_ProvinceVietnam rdf:type owl:Class ; rdfs:subClassOf :Geopolitical . ### http://umbel.org/umbel/rc/BachelorLevel rdf:type owl:Class ; rdfs:subClassOf :PersonTypes , , , ; skos:definition "The collection of individuals who have a bachelor's degree as their highest educational degree earned (see highestEducationLevel). To state that someone has at least a bachelor's level use educationLevel."@en ; skos:prefLabel "bachelor level"@en ; skos:altLabel "bachelor levels"@en . ### http://umbel.org/umbel/rc/BachelorOfArtsDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:prefLabel "BA"@en ; skos:altLabel "BAs"@en ; skos:definition "The collection of all B.A. degrees. A type of BachelorsDegree. BachelorOfArtsDegree is a NamedDegreeType."@en . ### http://umbel.org/umbel/rc/BachelorOfArtsLevel rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of all bachelor of arts levels. A type of BachelorLevel. The collection BachelorOfArtsLevel is a PersonTypeByEducationLevel and a NonInitialCollection."@en ; skos:prefLabel "bachelor of arts level"@en ; skos:altLabel "bachelor of arts levels"@en . ### http://umbel.org/umbel/rc/BachelorOfBusinessAdministrationDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:prefLabel "BBA"@en ; skos:altLabel "BBAs"@en ; skos:definition "The collection of all bachelor of business administration degrees. A type of BachelorsDegree."@en . ### http://umbel.org/umbel/rc/BachelorOfFineArtsDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "A bachelor of fine arts degree is normally issued after passing four to five years of appropriate fine arts classes (such as painting) at an accredited university."@en ; skos:prefLabel "bachelor of fine arts degree"@en ; skos:altLabel "bachelor of fine arts degrees"@en . ### http://umbel.org/umbel/rc/BachelorOfScienceDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:prefLabel "BS"@en ; skos:altLabel "BSs"@en ; skos:definition "The collection of all B.Sc. degrees. A type of BachelorsDegree. BachelorOfScienceDegree is a NamedDegreeType."@en . ### http://umbel.org/umbel/rc/BachelorOfScienceLevel rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The collection of all bachelor of science levels. A type of BachelorLevel. The collection BachelorOfScienceLevel is a PersonTypeByEducationLevel and a NonInitialCollection."@en ; skos:prefLabel "bachelor of science level"@en ; skos:altLabel "bachelor of science levels"@en . ### http://umbel.org/umbel/rc/BachelorsDegree rdf:type owl:Class ; rdfs:subClassOf :TopicsCategories , ; skos:definition "The educational degrees normally issued after passing four years of college."@en ; skos:altLabel "baccalaureate"@en , "baccalaureates"@en ; skos:prefLabel "bachelor's degree"@en ; skos:altLabel "bachelor's degrees"@en , "bachelors degree"@en , "bachelors degrees"@en , "college degree"@en , "college degrees"@en . ### http://umbel.org/umbel/rc/Bacillaceae_Family rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , , ; skos:definition "A collection of Bacterium in a BiologicalFamily within the MoneraKingdom. These ProkaryoticCells all form spores and are BacillusBacterium. This includes the BiologicalGenus Bacillus_Genus. This BiologicalFamily is a synonymous to the Bacillus/Staphylococcus group in NCBI Taxonomy Browser."@en ; skos:prefLabel "Bacillaceae"@en . ### http://umbel.org/umbel/rc/Bacillales_Order rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , , ; skos:definition "An instance of a BiologicalOrder in the Firmicutes_Division of the MoneraKingdom that contains the BiologicalFamily Bacillaceae_Family."@en ; skos:prefLabel "Bacillales"@en . ### http://umbel.org/umbel/rc/BacillaryAngiomatosis rdf:type owl:Class ; rdfs:subClassOf :Diseases , ; skos:altLabel "angiomatosis"@en ; skos:prefLabel "bacillary angiomatosis"@en . ### http://umbel.org/umbel/rc/BacillusBacterium rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , ; skos:definition "A specialization of Bacterium whose instances are characterized by having cylindrical or rod-like shape."@en ; skos:altLabel "bacilli"@en , "bacillus"@en , "bacillus bacteria"@en ; skos:prefLabel "bacillus bacterium"@en ; skos:altLabel "rod-shaped bacteria"@en , "rod-shaped bacterium"@en . ### http://umbel.org/umbel/rc/BacillusCereus_Species rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , ; skos:definition "A collection of Bacterium in a BiologicalSpecies in the MoneraKingdom. These ProkaryoticCells are responsible for two types of food poisoning in humans."@en ; skos:prefLabel "Bacillus cereus"@en . ### http://umbel.org/umbel/rc/Bacillus_Genus rdf:type owl:Class ; rdfs:subClassOf :Prokaryotes , , , , ; skos:definition "A collection of all Bacterium in a BiologicalGenus in the MoneraKingdom These ProkaryoticCells are AerobicBacterium and SporeFormingBacterium. Most BiologicalSpecies of the Bacillus_Genus are Saprophytes."@en ; skos:prefLabel "Bacillus"@en . ### http://umbel.org/umbel/rc/BackBoard rdf:type owl:Class ; rdfs:subClassOf :Products , , ; skos:definition "The collection of all backboards. A type of MedicalDevice and NonPoweredDevice. BackBoard is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "backboard"@en ; skos:altLabel "backboards"@en . ### http://umbel.org/umbel/rc/BackDoorKey rdf:type owl:Class ; rdfs:subClassOf :Products , ; skos:definition "The collection of all back door keys. A type of HouseKey. BackDoorKey is a SpatiallyDisjointObjectType."@en ; skos:prefLabel "back door key"@en ; skos:altLabel "back door keys"@en . ### http://umbel.org/umbel/rc/BackEndUtilityProgram rdf:type owl:Class ; rdfs:subClassOf :StructuredInfo , ; skos:definition "The collection of all programs that serve as back-end utilities. A type of ServiceProgram. BackEndUtilityProgram is a ComputerProgramTypeByFunction."@en ; skos:prefLabel "back end utility program"@en . ### http://umbel.org/umbel/rc/BackOfHand rdf:type owl:Class ; rdfs:subClassOf :Animals ,