@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) Vocabulary"@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: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 . ################################################################# # # 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 :Chemistry :Drugs :Earthscape :Extraterrestrial :Facilities :Geopolitical :NaturalSubstances :Numbers :Organizations :PersonTypes :Plants :Prokaryotes :ProtistsFungus :Society :Time :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 :Chemistry :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 :Chemistry :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 :Chemistry :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 :Chemistry :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 :Chemistry :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 :Chemistry :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 :Chemistry :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 :Chemistry :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 :Chemistry :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 :Chemistry :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 ; skos:altLabel "test" . ### http://umbel.org/umbel#Time :Time rdf:type owl:Class ; rdfs:subClassOf :SuperType ; owl:disjointWith [ rdf:type owl:Class ; owl:unionOf ( :Activities :Animals :AudioInfo :Chemistry :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 :Chemistry :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://www.w3.org/2002/07/owl#Class owl:Class rdf:type owl:Class . ### http://www.w3.org/2002/07/owl#Thing owl:Thing rdf:type owl:Class . ### http://www.w3.org/2004/02/skos/core#Concept skos:Concept rdf:type owl:Class . ################################################################# # # Individuals # ################################################################# ### http://umbel.org/umbel#AutomaticInspectedSMatch :AutomaticInspectedSMatch rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "Automatic - Inspected S-Match"@en ; skos:definition "Mapping based on automatic scoring of concepts using S-Match, with specific alignment choice based on hand selection."@en . ### http://umbel.org/umbel#AutomaticInspectedSV :AutomaticInspectedSV rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "Automatic - Inspected SV"@en ; skos:definition "Mapping based on automatic scoring of concepts using Semantic Vectors, with specific alignment choice based on hand selection."@en . ### http://umbel.org/umbel#AutomaticNotSpecified :AutomaticNotSpecified rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "Automatic - Not Specified"@en , "Mapping based on automatic scoring of concepts using a script or technique not otherwise specified."@en . ### http://umbel.org/umbel#ExternalDBOntologyMapping :ExternalDBOntologyMapping rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "External - DBOntology Mapping"@en ; skos:definition "Mapping based on existing DBOntology assertion."@en . ### http://umbel.org/umbel#ExternalGeoNamesMapping :ExternalGeoNamesMapping rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "External - GeoNames Mapping"@en ; skos:definition "Mapping based on existing GeoNames assertion."@en . ### http://umbel.org/umbel#ExternalOpenCycMapping :ExternalOpenCycMapping rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "External - OpenCyc Mapping"@en ; skos:definition "Mapping based on existing OpenCyc assertion."@en . ### http://umbel.org/umbel#HeuristicListOfBasis :HeuristicListOfBasis rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "Heuristic - ListOf Basis"@en ; skos:definition "Type assignment based on Wikipedia ListOf category."@en . ### http://umbel.org/umbel#HeuristicNotSpecified :HeuristicNotSpecified rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "Heuristic - Not Specified"@en ; skos:definition "Heuristic mapping method applied; script or technique not otherwise specified."@en . ### http://umbel.org/umbel#ManualNearlyEquivalent :ManualNearlyEquivalent rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "Manual - Nearly Equivalent"@en ; skos:definition "The two mapped concepts are deemed to be nearly an equivalentClass or sameAs relationship, but not 100% so."@en . ### http://umbel.org/umbel#ManualSimilarSense :ManualSimilarSense rdf:type :Qualifier , owl:NamedIndividual ; skos:prefLabel "Manual - Similar Sense"@en ; skos:definition "The two mapped concepts share much overlap, but are not the exact same sense, such as an action as related to the thing it acts upo."@en . ### Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net