# Saved by TopBraid on Tue Apr 13 12:23:44 EEST 2010 # baseURI: http://proton.semanticweb.org/protonext # imports: http://proton.semanticweb.org/protonsys.n3 # imports: http://proton.semanticweb.org/protontop.n3 @prefix owl: . @prefix psys: . @prefix ptop: . @prefix pext: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . rdf:type owl:Ontology ; rdfs:comment "PROTON (Proto Ontology), Upper module" ; owl:imports , ; owl:versionInfo "0.7" . pext:BiologicalSubstance rdf:type owl:Class ; rdfs:comment """Any substance or element which has biological nature ot origine. """@en ; rdfs:label "Biological Substance"@en ; rdfs:subClassOf ptop:Object . pext:Protein rdf:type owl:Class ; rdfs:comment """Denotes any protein as a biological substance."""@en ; rdfs:label "Protein"@en ; rdfs:subClassOf pext:BiologicalSubstance . pext:PhoneNumber rdf:type owl:Class ; rdfs:label "Phone Number"@en ; rdfs:subClassOf ptop:ContactInformation . pext:FaxNumber rdf:type owl:Class ; rdfs:label "Fax Number"@en ; rdfs:subClassOf pext:PhoneNumber . pext:Address rdf:type owl:Class ; rdfs:comment "Any sort of address, specifying how to locate something somewhere."@en ; rdfs:label "Address"@en ; rdfs:subClassOf ptop:ContactInformation . pext:PostalAddress rdf:type owl:Class ; rdfs:label "Postal Address"@en ; rdfs:subClassOf pext:Address . pext:PopulatedPlaceName rdf:type owl:Class ; rdfs:comment "Part of a postal address denoting the name of a village, town, city, country, etc."@en ; rdfs:label "Name of a Populated Place"@en ; rdfs:label "Village Name"@en ; rdfs:label "Town Name"@en ; rdfs:label "City Name"@en ; rdfs:label "Country Name"@en ; rdfs:subClassOf ptop:ContactInformation . pext:StreetName rdf:type owl:Class ; rdfs:comment "Part of a postal address denoting the street name."@en ; rdfs:label "Street Name"@en ; rdfs:subClassOf ptop:ContactInformation . pext:StreetNumber rdf:type owl:Class ; rdfs:comment "Part of a postal address denoting the street number."@en ; rdfs:label "Street Number"@en ; rdfs:subClassOf ptop:ContactInformation . pext:ZipCode rdf:type owl:Class ; rdfs:comment "Part of a postal address denoting the zip code."@en ; rdfs:label "ZipCode"@en ; rdfs:subClassOf ptop:ContactInformation . pext:partOfPostalAddress rdf:type owl:ObjectProperty ; rdfs:comment """Relation between the part of the postal address and a given postal address."""@en ; rdfs:domain ptop:ContactInformation ; rdfs:label "a Part of a Postal Address"@en ; rdfs:range pext:PostalAddress ; rdfs:subPropertyOf ptop:partOf . pext:InternetAddress rdf:type owl:Class ; rdfs:label "Internet Address"@en ; rdfs:subClassOf pext:Address . pext:EMail rdf:type owl:Class ; rdfs:label "E-mail"@en ; rdfs:subClassOf pext:InternetAddress . pext:InternetDomain rdf:type owl:Class ; rdfs:label "Internet Domain"@en ; rdfs:subClassOf pext:InternetAddress . pext:IPAddress rdf:type owl:Class ; rdfs:label "IP Address"@en ; rdfs:subClassOf pext:InternetAddress . pext:WebPage rdf:type owl:Class ; rdfs:label "Web Page"@en ; rdfs:subClassOf pext:InternetAddress . pext:HomePage rdf:type owl:Class ; rdfs:label "Home Page"@en ; rdfs:subClassOf pext:WebPage . pext:BodyPart rdf:type owl:Class ; rdfs:comment """Any part of the body of any living entity"""@en ; rdfs:label "Body Part"@en ; rdfs:subClassOf ptop:Object . pext:Artery rdf:type owl:Class ; rdfs:comment """Any artery as a part of the body."""@en ; rdfs:label "Artery"@en ; rdfs:subClassOf pext:BodyPart . pext:Bone rdf:type owl:Class ; rdfs:comment """Any bone as a part of the body."""@en ; rdfs:label "Bone"@en ; rdfs:subClassOf pext:BodyPart . pext:Brain rdf:type owl:Class ; rdfs:comment """Any brain as a part of the body."""@en ; rdfs:label "Brain"@en ; rdfs:subClassOf pext:BodyPart . pext:EmbryoBodyPart rdf:type owl:Class ; rdfs:comment """Embryology is a science which studies the development of the embryo. This class denotes different composing substances/elements of the embryo and related body parts, and hence is referred to as a body part. It is inspired form DBPedia Embryology/AnatomicalStructure, which has instances as Blastocyst, Amniotic cavity, Vitelline membrane, etc."""@en ; rdfs:label "Embryo Body Part"@en ; rdfs:subClassOf pext:BodyPart . pext:LymphNode rdf:type owl:Class ; rdfs:comment """Lymph is a general concept gathering all lymph nodes of the body."""@en ; rdfs:label "Lymphatic Node"@en ; rdfs:subClassOf pext:BodyPart . pext:Muscle rdf:type owl:Class ; rdfs:comment """Any muscle of a body."""@en ; rdfs:label "Muscle"@en ; rdfs:subClassOf pext:BodyPart . pext:Nerve rdf:type owl:Class ; rdfs:comment """Nerve is a general concept gathering all nerves of a body."""@en ; rdfs:label "Nerve"@en ; rdfs:subClassOf pext:BodyPart . pext:Vein rdf:type owl:Class ; rdfs:comment """Vein is a general concept gathering all veins of a body."""@en ; rdfs:label "Vein"@en ; rdfs:subClassOf pext:BodyPart . pext:TemporalAbstraction rdf:type owl:Class ; rdfs:comment "Any sort of abstraction used to refer to specific periods of time. Thus, the month of September is an instance of this class, while Sept 1989 is not (it is a specific TimeInterval, and thus not abstract)"@en ; rdfs:label "Temporal Abstraction"@en ; rdfs:subClassOf ptop:Abstract . pext:CalendarMonth rdf:type owl:Class ; rdfs:comment "A specific month of the year, such as: Jan., Feb., etc."@en ; rdfs:label "Calendar Month"@en ; rdfs:subClassOf pext:TemporalAbstraction . pext:DayOfMonth rdf:type owl:Class ; rdfs:label "Day of Month"@en ; rdfs:subClassOf pext:TemporalAbstraction . pext:DayOfWeek rdf:type owl:Class ; rdfs:comment "(day)"@en ; rdfs:label "Day of Week"@en ; rdfs:subClassOf pext:TemporalAbstraction . pext:DayTime rdf:type owl:Class ; rdfs:comment "Specific time (point) during the day, when the day is not specified. Like in \"the supermarket is closing 20:30 p.m.\""@en ; rdfs:label "Daytime"@en ; rdfs:subClassOf pext:TemporalAbstraction . pext:Season rdf:type owl:Class ; rdfs:label "Season"@en ; rdfs:subClassOf pext:TemporalAbstraction . pext:TimeZone rdf:type owl:Class ; rdfs:label "Time Zone"@en ; rdfs:subClassOf pext:TemporalAbstraction . pext:LivingObject rdf:type owl:Class ; rdfs:comment """Living object is any organism which is living, e.g. breathing and regular lifecycle."""@en ; rdfs:label "Living Object"@en ; rdfs:subClassOf ptop:Object . pext:Animal rdf:type owl:Class ; rdfs:comment """Animals are a major group of multicellular, eukaryotic organisms. Their body plan eventually becomes fixed as they develop. Most animals are motile. (Wikipedia) """@en ; rdfs:label "Animal"@en ; rdfs:subClassOf pext:LivingObject . pext:Plant rdf:type owl:Class ; rdfs:comment """Plants are living organisms. They include familiar organisms such as trees, flowers, herbs, bushes, grasses, vines, ferns, mosses, and green algae. (Wikipedia)"""@en ; rdfs:label "Plant"@en ; rdfs:subClassOf pext:LivingObject . pext:Fungus rdf:type owl:Class ; rdfs:comment """Fungus is a member of a large group of eukaryotic organisms that includes microorganisms such as yeasts and molds (Wikipedia)"""@en ; rdfs:label "Fungus"@en ; rdfs:subClassOf pext:LivingObject . pext:Bacteria rdf:type owl:Class ; rdfs:comment """Bacteria is a single-celled, prokaryote microorganisms, typically a few micrometres in length (Wikipedia)"""@en ; rdfs:label "Bacteria"@en ; rdfs:subClassOf pext:LivingObject . pext:Archaea rdf:type owl:Class ; rdfs:comment """Archaea (archeon) are a group of single-celled microorganisms without a cell nucleus or any other membrane-bound organelles (Wikipedia)"""@en ; rdfs:label "Archaea"@en ; rdfs:subClassOf pext:LivingObject . pext:Amphibian rdf:type owl:Class ; rdfs:comment """Amphibian denotes animals such as frogs, salamanders, and caecilians, that are ectothermic (or cold-blooded) animals and metamorphose from a juvenile water-breathing form, either to an adult air-breathing form, or to a paedomorph that retains some juvenile characteristics. (Wikipedia)"""@en ; rdfs:label "Amphibian"@en ; rdfs:subClassOf pext:Animal . pext:Arachnid rdf:type owl:Class ; rdfs:comment """Arachnid denotes a class of joint-legged invertebrate animals in the subphylum Chelicerata. All arachnids have eight legs, although in some species the front pair may convert to a sensory function. (Wikipedia) """@en ; rdfs:label "Arachnid"@en ; rdfs:subClassOf pext:Animal . pext:Bird rdf:type owl:Class ; rdfs:comment """Bird denotes feathered, winged, bipedal, endothermic (warm-blooded), egg-laying, vertebrate animals. (Wikipedia) """@en ; rdfs:label "Bird"@en ; rdfs:subClassOf pext:Animal . pext:Crustacean rdf:type owl:Class ; rdfs:comment """Crustaceans denotes a group of arthropods animals, which includes crabs, lobsters, crayfish, shrimp, krill and barnacles. (Wikipedia) """@en ; rdfs:label "Crustacean"@en ; rdfs:subClassOf pext:Animal . pext:Fish rdf:type owl:Class ; rdfs:comment """A fish is any gill-bearing aquatic vertebrate (or craniate) animal that lacks limbs with digits. (Wikipedia) """@en ; rdfs:label "Fish"@en ; rdfs:subClassOf pext:Animal . pext:Insect rdf:type owl:Class ; rdfs:comment """Insects are a class within the arthropods that have a chitinous exoskeleton, a three-part body (head, thorax, and abdomen), three pairs of jointed legs, compound eyes, and two antennae. (Wikipedia)"""@en ; rdfs:label "Insect"@en ; rdfs:subClassOf pext:Animal . pext:Mammal rdf:type owl:Class ; rdfs:comment """Mammals are members of a class of air-breathing vertebrate animals characterized by the possession of hair, three middle ear bones, and mammary glands functional in mothers with young. Most mammals also possess sweat glands and specialized teeth, and the largest group of mammals, the placentals, have a placenta which feeds the offspring during gestation. (Wikipedia)"""@en ; rdfs:label "Mammal"@en ; rdfs:subClassOf pext:Animal . pext:Human rdf:type owl:Class ; rdfs:comment """Human is a mammal referred to Primate. Also of the sort of hommo sapiens. It has two subClasses: Man and Woman."""@en ; rdfs:label "Human"@en ; rdfs:subClassOf pext:Mammal . pext:Mollusca rdf:type owl:Class ; rdfs:comment """Mollusca is a large phylum of invertebrate animals. This is the largest marine phylum, comprising about 23% of all the named marine organisms. Numerous molluscs also live in freshwater and terrestrial habitats. Molluscs are highly diverse, not only in size and in anatomical structure, but also in behaviour and in habitat. (Wikipedia)"""@en ; rdfs:label "Mollusca"@en ; rdfs:subClassOf pext:Animal . pext:Reptile rdf:type owl:Class ; rdfs:comment """Reptiles are animals in the class Reptilia. They are characterized by breathing air, laying shelled eggs, and having skin covered in scales and/or scutes. Reptiles are classically viewed as having a "cold-blooded" metabolism. They are tetrapods. Modern reptiles inhabit every continent with the exception of Antarctica. Example of an reptile is the crocodile. (Wikipedia) """@en ; rdfs:label "Reptile"@en ; rdfs:subClassOf pext:Animal . pext:PublishedMaterial rdf:type owl:Class ; rdfs:comment "A document which is published or intended for publishing"@en ; rdfs:label "Published Material"@en ; rdfs:subClassOf pext:MediaProduct , ptop:Document . pext:datePublished rdf:type owl:DatatypeProperty ; rdfs:comment """Typically, associated with the creation or availability of the resource. Recommended best practice for encoding the date value is defined in a profile of ISO 8601 [W3CDTF] and includes (among others) dates of the form YYYY-MM-DD."""@en ; rdfs:domain pext:PublishedMaterial ; rdfs:label "Date Published"@en ; rdfs:subPropertyOf ptop:hasDate . pext:hasPublisher rdf:type owl:ObjectProperty ; rdfs:comment """An entity responsible for making the resource available. Examples of Publisher include a person, an organization, or a service. (DC2003ISO)"""@en ; rdfs:domain pext:PublishedMaterial ; rdfs:label "has Publisher"@en ; rdfs:range ptop:Agent . pext:Announcement rdf:type owl:Class ; rdfs:comment "A formal public statement; \"the government made an announcement about changes in the drug war\" ; \"a declaration of independence\".) WordNet 1.7.1"@en ; rdfs:label "Announcement"@en ; rdfs:subClassOf pext:PublishedMaterial . pext:Article rdf:type owl:Class ; rdfs:comment "A relatively short document publishes as a part of Resource Collection."@en ; rdfs:label "Article"@en ; rdfs:subClassOf pext:PublishedMaterial . pext:publishedWithin rdf:type owl:ObjectProperty ; rdfs:domain pext:Article ; rdfs:label "Published within"@en ; rdfs:range pext:ResourceCollection . pext:Book rdf:type owl:Class ; rdfs:comment "A relatively large published document. It may or may not have chapters. There could be series of books considered as volumes of a single one."@en ; rdfs:label "Book"@en ; rdfs:subClassOf pext:PublishedMaterial . pext:ISBN rdf:type owl:DatatypeProperty ; rdfs:comment "The ISBN (International Standard Book Number) is a unique machine-readable identification number, which marks any book unmistakably."@en ; rdfs:domain pext:Book ; rdfs:label "ISBN"@en ; rdfs:subPropertyOf ptop:informationResourceIdentifier . pext:MeetingProceedings rdf:type owl:Class ; rdfs:comment "A collection of articles or presentations published as a book."@en ; rdfs:label "Meeting Proceedings"@en ; rdfs:subClassOf pext:Book , pext:ResourceCollection . pext:IssueOfPeriodical rdf:type owl:Class ; rdfs:comment "A specific issue, number, and/or volume of periodical publication such as magazine."@en ; rdfs:label "Issue of Periodical"@en ; rdfs:subClassOf pext:PublishedMaterial . pext:issueOf rdf:type owl:ObjectProperty ; rdfs:domain pext:IssueOfPeriodical ; rdfs:label "Issue of"@en ; rdfs:range pext:PeriodicalPublication . pext:MagazineIssue rdf:type owl:Class ; rdfs:comment "A specific issue of a magazine, journal or digest."@en ; rdfs:label "Magazine Issue"@en ; rdfs:subClassOf pext:IssueOfPeriodical , pext:ResourceCollection . pext:NewspaperIssue rdf:type owl:Class ; rdfs:label "Newspaper Issue"@en ; rdfs:subClassOf pext:IssueOfPeriodical , pext:ResourceCollection . pext:MediaBrand rdf:type owl:Class ; rdfs:label "Media Brand"@en ; rdfs:subClassOf pext:Brand . pext:RadioStation rdf:type owl:Class ; rdfs:label "Radio Station"@en ; rdfs:subClassOf pext:MediaBrand . pext:TVChannel rdf:type owl:Class ; rdfs:label "TV Channel"@en ; rdfs:subClassOf pext:MediaBrand . pext:PeriodicalPublication rdf:type owl:Class ; rdfs:comment "A periodical publication, disregarding its specific issues, numbers, volumes, etc."@en ; rdfs:label "Periodical Publication"@en ; rdfs:subClassOf pext:MediaBrand . pext:ISSN rdf:type owl:DatatypeProperty ; rdfs:comment "The ISSN (International Standard Serial Number) is an eight-digit number which identifies periodical publications as such, including electronic serials. More than one million ISSN numbers have so far been assigned."@en ; rdfs:domain pext:PeriodicalPublication ; rdfs:label "ISSN"@en ; rdfs:subPropertyOf ptop:informationResourceIdentifier . pext:Magazine rdf:type owl:Class ; rdfs:comment "A periodic paperback publication; \"it takes several years before a magazine starts to break even or make money\"), WordNet 1.7.1. This includes also journals and digests. The specific issues typically contain number of different articles."@en ; rdfs:label "Magazine"@en ; rdfs:subClassOf pext:PeriodicalPublication . pext:Newspaper rdf:type owl:Class ; rdfs:comment "A newspaper abstracted from its organizational and ownership aspects as well as from specific issue or paper body."@en ; rdfs:label "Newspaper"@en ; rdfs:subClassOf pext:PeriodicalPublication . pext:MediaProduct rdf:type owl:Class ; rdfs:comment "A mass media product (for instance a newspaper) abstracted from its organizational and ownership aspects (i.e. from its publisher) and considered more as a social phenomenon, partly a brand."@en ; rdfs:label "Media Product"@en ; rdfs:subClassOf ptop:ProductModel . pext:Movie rdf:type owl:Class ; rdfs:label "Movie"@en ; rdfs:subClassOf pext:MediaProduct . pext:MusicalComposition rdf:type owl:Class ; rdfs:label "Musical Composition"@en ; rdfs:subClassOf pext:MediaProduct . pext:AudioRecording rdf:type owl:Class ; rdfs:label "Audio Recording"@en ; rdfs:subClassOf pext:MusicalComposition . pext:Song rdf:type owl:Class ; rdfs:label "Song"@en ; rdfs:subClassOf pext:AudioRecording . pext:Album rdf:type owl:Class ; rdfs:label "Album"@en ; rdfs:subClassOf pext:AudioRecording . pext:SingleSongOrAlbum rdf:type owl:Class ; rdfs:comment """Any Single Song and Album"""@en ; rdfs:label "Single"@en ; rdfs:subClassOf pext:AudioRecording . pext:SingleSong rdf:type owl:Class ; rdfs:comment """Any Single Song"""@en ; rdfs:label "Single"@en ; rdfs:subClassOf pext:Song ; rdfs:subClassOf pext:SingleSongOrAlbum . pext:SingleAlbum rdf:type owl:Class ; rdfs:comment """Any Single Album"""@en ; rdfs:label "Single"@en ; rdfs:subClassOf pext:Album ; rdfs:subClassOf pext:SingleSongOrAlbum . pext:TelevisionProduct rdf:type owl:Class ; rdfs:comment """Denotes programms produced in the television and for television airing."""@en ; rdfs:label "Television Product"@en ; rdfs:subClassOf pext:MediaProduct . pext:TelevisionShow rdf:type owl:Class ; rdfs:comment """Any television show"""@en ; rdfs:label "Television Show"@en ; rdfs:subClassOf pext:TelevisionProduct . pext:TelevisionEpisode rdf:type owl:Class ; rdfs:comment """Denotes any episod of any television series."""@en ; rdfs:label "Television Episode"@en ; rdfs:subClassOf pext:TelevisionProduct . pext:Offer rdf:type owl:Class ; rdfs:comment "Something offered (as a proposal or bid), WordNet 1.7.1. An offer is a statement made by the offerer to a specific agent or without recepient."@en ; rdfs:label "Offer"@en ; rdfs:subClassOf ptop:Statement . pext:Order rdf:type owl:Class ; rdfs:label "Order"@en ; rdfs:subClassOf ptop:Statement . pext:compliantWithSchema rdf:type owl:ObjectProperty ; rdfs:comment "links a dataset with a schema it complies to"@en ; rdfs:domain ptop:InformationResource ; rdfs:label "Compliant with Schema"@en ; rdfs:range pext:DataSchema . pext:DataSchema rdf:type owl:Class ; rdfs:comment "A particular notation for representation, standardization, and/or structuring of infomation. It can range from db schema, through ontology, to any sort of taxonomies, nomenclatures and subject hierarchies. Examples are Dublin Core, KIMO, SIC, XML, RDFS"@en ; rdfs:label "Data Schema"@en ; rdfs:subClassOf ptop:InformationResource . pext:Dataset rdf:type owl:Class ; rdfs:comment """A dataset is information encoded in a defined structure (for example, lists, tables, and databases), intended to be useful for direct machine processing (DCMI Type.) Somehow structured and interrelated body of information, data, or knowledge. This includes databases, knowledge bases, catalogues, registries, specific lists, etc. All tangible aspects (like media or host) are irrelevant for this class - it only considers the abstract information. What can be considered as a single document is outside the scope of this class, although it can be comprehensive in terms of size and structure."""@en ; rdfs:label "Dataset"@en ; rdfs:subClassOf ptop:InformationResource . pext:Legislation rdf:type owl:Class ; rdfs:comment "Various sorts of legislative documents, including consitutions, laws, etc."@en ; rdfs:label "Legislation"@en ; rdfs:subClassOf ptop:InformationResource . pext:Patent rdf:type owl:Class ; rdfs:comment "A registered (or awaiting registration) patent for specific invention or design."@en ; rdfs:label "Patent"@en ; rdfs:subClassOf ptop:InformationResource . pext:ResourceCollection rdf:type owl:Class ; rdfs:comment "A collection is an aggregation of information resources. The term collection means that the resource is described as a group; its parts may be separately described and navigated. (DCMI type Collection)"@en ; rdfs:label "Resource Collection"@en ; rdfs:subClassOf ptop:InformationResource . pext:Contract rdf:type owl:Class ; rdfs:comment "Any sort of contract or treaty, as well, as other documents signed or otherwise accepted by more than one agent."@en ; rdfs:label "Contract"@en ; rdfs:subClassOf ptop:Document . pext:Message rdf:type owl:Class ; rdfs:comment "A written message, including various postings in newspapers or public sources, job position adverts, etc."@en ; rdfs:label "Message"@en ; rdfs:subClassOf ptop:Document . pext:Report rdf:type owl:Class ; rdfs:label "Report"@en ; rdfs:subClassOf ptop:Document . pext:BusinessAbstraction rdf:type owl:Class ; rdfs:label "Business Abstraction"@en ; rdfs:subClassOf ptop:Abstract . pext:IndustrySector rdf:type owl:Class ; rdfs:comment " "@en ; rdfs:label "Industry Sector"@en ; rdfs:subClassOf pext:BusinessAbstraction . pext:hasCode rdf:type owl:DatatypeProperty ; rdfs:comment "Denotes that the Sector has the specified SIC code"@en ; rdfs:domain pext:IndustrySector ; rdfs:label "has Code"@en . pext:subSectorOf rdf:type owl:TransitiveProperty , owl:ObjectProperty ; rdfs:comment "The general part-of relation which takes place between a whole and each of its parts. It has number of specializations."@en ; rdfs:domain pext:IndustrySector ; rdfs:label "Subsector of"@en ; rdfs:range pext:IndustrySector ; rdfs:subPropertyOf ptop:partOf . pext:Market rdf:type owl:Class ; rdfs:comment """In contrast to IndustrySector, the market is determined by the customers instead of the business or the manifacturers. The market can be defined in terms of types of goods/services, geographic region, price levels and typical customer behaviours. Corresponding to the third sense in WordNet 1.7.1 \"the customers for a particular product or service\"."""@en ; rdfs:label "Market"@en ; rdfs:subClassOf pext:BusinessAbstraction . pext:Account rdf:type owl:Class ; rdfs:comment """An explicit agreement between agents. Typically, service providers (e.g. banks or ISPs) provide accounts to their customers or users, which are considered account owners. The existence of the account depends on the provider, even though the user owns it in some metaphoric sense. Examples could be bank, ISP, e-Commerce, ICQ, email accounts. The accounts are usually aligned with a sort of contract."""@en ; rdfs:label "Account"@en ; rdfs:subClassOf ptop:Object . pext:Brand rdf:type owl:Class ; rdfs:comment "Like Dodge and Milka"@en ; rdfs:label "Brand"@en ; rdfs:subClassOf ptop:Object . pext:Currency rdf:type owl:Class ; rdfs:comment "Specific currency, usually national"@en ; rdfs:label "Currency"@en ; rdfs:subClassOf ptop:Object . pext:AirplaneModel rdf:type owl:Class ; rdfs:label "Airplane Model"@en ; rdfs:subClassOf ptop:ProductModel . pext:CarModel rdf:type owl:Class ; rdfs:comment "Such as Ford-T or BMW Z3."@en ; rdfs:label "Car Model"@en ; rdfs:subClassOf ptop:ProductModel . pext:ChemicalCompound rdf:type owl:Class ; rdfs:comment "A specific chemical compound, such as H2O or Zarin."@en ; rdfs:label "Chemical Compound"@en ; rdfs:subClassOf ptop:ProductModel . pext:Drug rdf:type owl:Class ; rdfs:comment "Such as Viagra."@en ; rdfs:label "Drug"@en ; rdfs:subClassOf pext:ChemicalCompound . pext:Beverage rdf:type owl:Class ; rdfs:comment "Any liquid suitable for drinking (WordNet, 1.7). The instances of this class are types of drinks, specific receipts. For instance: Diet Coke, Bacardi Spice."@en ; rdfs:label "Beverage"@en ; rdfs:subClassOf pext:ChemicalCompound . pext:AlcoholicBeverage rdf:type owl:Class ; rdfs:comment "A type (specific receipe) for a beverage. For instance: Guiness Beer, Absolut Currant, etc."@en ; rdfs:label "Alcoholic Beverage"@en ; rdfs:subClassOf pext:Beverage . pext:NonAlcoholicBeverage rdf:type owl:Class ; rdfs:comment "A type (specific receipe) for a beverage. For instance: Coca Cola, Schweppes, Apple Juice, etc."@en ; rdfs:label "Non Alcoholic Beverage"@en ; rdfs:subClassOf pext:Beverage . pext:WeaponModelOrSystem rdf:type owl:Class ; rdfs:comment "Such as Patriot, SU-28, and Kalashnikov."@en ; rdfs:label "Weapon Model or System"@en ; rdfs:subClassOf ptop:ProductModel . pext:Machine rdf:type owl:Class ; rdfs:comment """Any produced device with particular purpose that uses energy to perform some activity. The device has parts that perform or assist in performing any type of work. (Wikipedia) """@en ; rdfs:label "Device"@en ; rdfs:label "Machine"@en ; rdfs:subClassOf ptop:ProductModel . pext:AutomobileEngine rdf:type owl:Class ; rdfs:comment """Engines of automobiles"""@en ; rdfs:label "Automobile Engine"@en ; rdfs:subClassOf pext:Machine . pext:AirplaneEngine rdf:type owl:Class ; rdfs:comment """Engines of airplanes"""@en ; rdfs:label "Airplane Engine"@en ; rdfs:subClassOf pext:Machine . pext:Musical rdf:type owl:Class ; rdfs:comment """Musical is a form of theatre or movie combining music, songs, spoken dialogue and dance. (Wikipedia) """@en ; rdfs:label "Musical"@en ; rdfs:subClassOf ptop:ProductModel . pext:Software rdf:type owl:Class ; rdfs:comment """Software is a collection of computer programs and related data that provide the instructions telling a computer what to do. (Wikipedia)"""@en ; rdfs:label "Software"@en ; rdfs:subClassOf ptop:ProductModel . pext:VideoGame rdf:type owl:Class ; rdfs:comment """Any electronic game that involves interaction with a user interface to generate visual feedback on a video device. (Wikipedia)"""@en ; rdfs:label "Video Game"@en ; rdfs:subClassOf pext:Software . pext:StockExchangeIndex rdf:type owl:Class ; rdfs:comment """A stock exchange/market index is a method of measuring a section of the stock market. (Wikipedia)"""@en ; rdfs:label "Stock Exchange Index"@en ; rdfs:subClassOf pext:BusinessAbstraction . pext:Possession rdf:type owl:Class ; rdfs:comment "Any property, e.g. possessions, the situation of owning an object."@en ; rdfs:label "Possessions"@en ; rdfs:subClassOf pext:BusinessAbstraction . pext:authorOf rdf:type owl:ObjectProperty ; rdfs:comment "Any author of a product. Links any object to its author (producer)."@en ; rdfs:domain ptop:Object; rdfs:label "Author"@en ; rdfs:range ptop:Agent . pext:ownershipOf rdf:type owl:ObjectProperty ; rdfs:comment "The relationship between an object being a property/possessions of somebody."@en ; rdfs:domain ptop:Object; rdfs:label "Ownership"@en ; rdfs:range pext:Possession . pext:ownerOf rdf:type owl:ObjectProperty ; rdfs:comment "The relationship between an object and an agent who owns it."@en ; rdfs:domain ptop:Object; rdfs:label "Owner"@en ; rdfs:range ptop:Agent . pext:productOf rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a producer and the product produced. The producer is restricted to an organization, like Microsoft, Ford, GM, etc."@en ; rdfs:domain ptop:Organization; rdfs:label "Product"@en ; rdfs:range ptop:ProductModel . pext:industryOf rdf:type owl:ObjectProperty ; rdfs:comment "The relation between an organization and the industry sector it is active in."@en ; rdfs:domain ptop:Organization; rdfs:label "Industry"@en ; rdfs:range pext:IndustrySector . pext:carAssemblyIn rdf:type owl:ObjectProperty ; rdfs:comment "the relation between a car model and a country it is assembled in."@en ; rdfs:domain pext:CarModel; rdfs:label "Car Assembly in"@en ; rdfs:range pext:Country . pext:Accident rdf:type owl:Class ; rdfs:label "Accident"@en ; rdfs:subClassOf ptop:Event . pext:Acquirement rdf:type owl:Class ; rdfs:comment """The event of the acquiring of one organization by another."""@en ; rdfs:label "Acquirement"@en ; rdfs:subClassOf ptop:Event . pext:acquired rdf:type owl:ObjectProperty ; rdfs:domain pext:Acquirement ; rdfs:label "Acquired"@en ; rdfs:range ptop:Organization . pext:acquirer rdf:type owl:ObjectProperty ; rdfs:domain pext:Acquirement ; rdfs:label "Acquirer"@en ; rdfs:range ptop:Organization . pext:ArtPerformance rdf:type owl:Class ; rdfs:comment "A specific performance taking place at some moment, somewhere. Quite often starting at 19:00 in the theatre, stadium, etc."@en ; rdfs:label "Art Performance"@en ; rdfs:subClassOf ptop:Event . pext:Concert rdf:type owl:Class ; rdfs:label "Concert"@en ; rdfs:subClassOf pext:ArtPerformance . pext:OperaPerformance rdf:type owl:Class ; rdfs:label "Opera Performance"@en ; rdfs:subClassOf pext:ArtPerformance . pext:TheatrePerformance rdf:type owl:Class ; rdfs:label "Theatre Performance"@en ; rdfs:subClassOf pext:ArtPerformance . pext:Meeting rdf:type owl:Class ; rdfs:label "Meeting"@en ; rdfs:subClassOf ptop:Event . pext:BoardMeeting rdf:type owl:Class ; rdfs:label "Board Meeting"@en ; rdfs:subClassOf pext:Meeting . pext:OfficialPoliticalMeeting rdf:type owl:Class ; rdfs:label "Official Political Meeting"@en ; rdfs:subClassOf pext:Meeting . pext:MilitaryConflict rdf:type owl:Class ; rdfs:label "Military Conflict"@en ; rdfs:subClassOf ptop:Event . pext:conflictCombatant rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a military organization, which participates as a combatant in a military conflict"@en ; rdfs:domain pext:MilitaryConflict ; rdfs:label "Combatant"@en ; rdfs:range pext:MilitaryOrganization ; rdfs:subPropertyOf pext:hasParticipant . pext:hasRole owl:inverseOf ptop:roleIn . pext:Project rdf:type owl:Class ; rdfs:label "Project"@en ; rdfs:subClassOf ptop:Event . pext:SportEvent rdf:type owl:Class ; rdfs:label "Sport Event"@en ; rdfs:subClassOf ptop:Event . pext:OlympicGamesOccurrence rdf:type owl:Class ; rdfs:comment "a specific issue of the games, like Athens 2004"@en ; rdfs:label "Olympic Games"@en ; rdfs:subClassOf pext:SportEvent . pext:OlympicGames rdf:type owl:Class ; rdfs:comment "The institution of Olympic Games held every 4 years"@en ; rdfs:label "Olympic Games"@en ; rdfs:subClassOf pext:RecurringEvent . pext:SportGame rdf:type owl:Class ; rdfs:comment "A sport game is any instance of a sport event, where teams or individual gather to play according to particular predetermined rules, such as soccer match, tennis match, car race, etc. It can also denote the actovity of playiing a particular sport game."@en ; rdfs:label "Sport Game"@en ; rdfs:subClassOf pext:SportEvent, pext:Game . pext:hasPoint rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a gicen sport game event and a point scored in it."@en ; rdfs:domain pext:SportGame ; rdfs:range pext:SportGamePoint ; rdfs:label "Point Scorred in a Sport Game"@en . pext:SportGamePoint rdf:type owl:Class ; rdfs:comment "Denotes a point scored in a given sport game."@en ; rdfs:label "Sport Game Point"@en ; rdfs:subClassOf ptop:Situation . pext:pointAwardedTo rdf:type owl:ObjectProperty ; rdfs:comment "The relation between the scored point in a sport game and the sport clud who won it."@en ; rdfs:label "Awarded Sport Club"@en ; rdfs:domain pext:SportGamePoint ; rdfs:range pext:SportClub . pext:TournamentOccurrence rdf:type owl:Class ; rdfs:comment "A Tournament held at a particular time"@en ; rdfs:label "Tournament"@en ; rdfs:subClassOf pext:SportEvent . pext:Tournament rdf:type owl:Class ; rdfs:comment "A Tournament which is held regularly at particular time intervals, every year, every week, etc."@en ; rdfs:label "Tournament"@en ; rdfs:subClassOf pext:RecurringEvent . pext:FilmFestival rdf:type owl:Class ; rdfs:comment """Any Film Festival."""@en ; rdfs:label "Film Festival"@en ; rdfs:subClassOf pext:Festival . pext:MusicFestival rdf:type owl:Class ; rdfs:comment """Any Music Festival."""@en ; rdfs:label "Music Festival"@en ; rdfs:subClassOf pext:Festival . pext:LegalCases rdf:type owl:Class ; rdfs:comment """Denotes concrete legal cases, such as Dennis v. United States, Francis v. Resweber, United_States v. Virginia, etc."""@en ; rdfs:label "Legal Cases"@en ; rdfs:subClassOf ptop:Event . pext:ElectionOccurrence rdf:type owl:Class ; rdfs:comment """Election happening at a particular date."""@en ; rdfs:label "Election"@en ; rdfs:subClassOf ptop:Event . pext:Election rdf:type owl:Class ; rdfs:comment """Generic concept of Election which is normally held at regular periods of time, president elections of the US, municipal elections, etc.."""@en ; rdfs:label "Election"@en ; rdfs:subClassOf pext:RecurringEvent . pext:SpaceMission rdf:type owl:Class ; rdfs:comment """Any Mission in space in which space shuttles or space crafts are involved. """@en ; rdfs:label "Space Mission"@en ; rdfs:subClassOf ptop:Event . pext:RecurringEvent rdf:type owl:Class ; rdfs:comment "Recurring sequence of events, such as \"running\" or \"a concert\"."@en ; rdfs:label "Recurring Event"@en ; rdfs:subClassOf ptop:Happening . pext:currentFrequency rdf:type owl:DatatypeProperty ; rdfs:comment "The relation between a recurring event and its frequency."@en ; rdfs:domain pext:RecurringEvent ; rdfs:label "Current Frequency"@en . pext:finalOccuranceDate rdf:type owl:DatatypeProperty ; rdfs:comment "The date of the last occurrence of a recurring event."@en ; rdfs:domain pext:RecurringEvent ; rdfs:label "Date of Last Occurance"@en ; rdfs:subPropertyOf ptop:endTime . pext:firstOccuranceDate rdf:type owl:DatatypeProperty ; rdfs:comment "The date of the first occurrence of a recurring event."@en ; rdfs:domain pext:RecurringEvent ; rdfs:label "Date of First Occurance"@en ; rdfs:subPropertyOf ptop:startTime . pext:hasRecurringEventInstance rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a particular event as an element of a recurring event."@en ; rdfs:domain pext:RecurringEvent ; rdfs:range ptop:Event ; rdfs:label "Recurring Event Instance"@en . pext:Festival rdf:type owl:Class ; rdfs:comment "Any widely recognized festival or holiday, such as, Christmas or St. Valentine's Day."@en ; rdfs:label "Festival"@en ; rdfs:subClassOf pext:RecurringEvent . pext:FestivalOccurrence rdf:type owl:Class ; rdfs:comment "An occurrence of a Festival or holiday, Sofia Film Festival 2011, Christmas of 2010 or St. Valentine's Day of 2011."@en ; rdfs:label "Festival Held at a Particular Time"@en ; rdfs:subClassOf ptop:Event . pext:Sale rdf:type owl:Class ; rdfs:comment """Any act of Sales"""@en ; rdfs:label "Sale"@en ; rdfs:subClassOf ptop:Event . pext:hasProfession rdf:type owl:ObjectProperty ; rdfs:domain ptop:Person ; rdfs:label "has Profession"@en ; rdfs:range pext:Profession . pext:Man rdf:type owl:Class ; rdfs:label "Man"@en ; rdfs:subClassOf pext:Human , ptop:Person . pext:Woman rdf:type owl:Class ; rdfs:label "Woman"@en ; rdfs:subClassOf pext:Human , ptop:Person . pext:CalendarYear rdf:type owl:Class ; rdfs:comment "A specific year, such as 2000, taken as a time interval"@en ; rdfs:label "Calendar Year"@en ; rdfs:subClassOf ptop:TimeInterval . pext:Date rdf:type owl:Class ; rdfs:comment "A specific date, as 12th of April, 1956, as the time period (the 24 hours of the day)"@en ; rdfs:label "Date"@en ; rdfs:subClassOf ptop:TimeInterval . pext:Disease rdf:type owl:Class ; rdfs:comment "A specific sort of desease, such as AIDS, SARS, Parcinson, etc. The instances of those class can often by considered as terms instead of entities, but in all cases, those are the general phenomena, not the particular situations when somebody is suffering the disease."@en ; rdfs:label "Disease"@en ; rdfs:subClassOf ptop:Event . pext:Month rdf:type owl:Class ; rdfs:comment "A specific month, like Dec 2000, as a time period."@en ; rdfs:label "Month"@en ; rdfs:subClassOf ptop:TimeInterval . pext:NaturalPhenomenon rdf:type owl:Class ; rdfs:comment "Such as particular disease, the Gulfstream and other similar natural abstractions. The particular events or objects which could instantiate an abstract natural phenomena (i.e. specific sickness event caused by a disease) are not instances of this class."@en ; rdfs:label "Natural Phenomenon"@en ; rdfs:subClassOf ptop:Abstract . pext:Percent rdf:type owl:Class ; rdfs:comment "A specific percent value"@en ; rdfs:label "Percent"@en ; rdfs:subClassOf ptop:Number . pext:PieceOfArt rdf:type owl:Class ; rdfs:comment "An artifact, namely a piece of art, usually, matterial object. Typical instances are paintings and sculptures. Corresponds to the Wordnet 1.7.1 synset \"art, fine art - the products of human creativity; works of art collectively; \"an art exhibition\"@en ; \"a fine collection of art\")\""@en ; rdfs:label "Piece of Art"@en ; rdfs:subClassOf ptop:Object . pext:Quarter rdf:type owl:Class ; rdfs:comment "A specific quarter of a specific year, such as Q4 1999"@en ; rdfs:label "Quarter"@en ; rdfs:subClassOf ptop:TimeInterval . pext:Ship rdf:type owl:Class ; rdfs:label "Ship"@en ; rdfs:subClassOf pext:Vehicle . pext:Spacecraft rdf:type owl:Class ; rdfs:comment "[WN1.7] Space vehicle - a craft capable of traveling in outer space; technically a satellite around the sun."@en ; rdfs:label "Spacecraft"@en ; rdfs:subClassOf pext:Vehicle . pext:Car rdf:type owl:Class ; rdfs:comment "Any automoabile car."@en ; rdfs:label "Car"@en ; rdfs:subClassOf pext:Vehicle . pext:Vehicle rdf:type owl:Class ; rdfs:comment "Any sort of specific vehicle, mean of transportation."@en ; rdfs:label "Vehicle"@en ; rdfs:subClassOf ptop:Object . pext:Week rdf:type owl:Class ; rdfs:comment "A specific week of a specific year (say the 41st of 2001)"@en ; rdfs:label "Week"@en ; rdfs:subClassOf ptop:TimeInterval . pext:OfficialPosition rdf:type owl:Class ; rdfs:label "Official Position"@en ; rdfs:subClassOf ptop:JobPosition . pext:PositionOrganization rdf:type owl:Class ; rdfs:comment "The situation of a job position which is available in particular organization, such as CEO, CTO, executive assistant, etc."@en ; rdfs:label "Position in Organization"@en ; rdfs:subClassOf ptop:Situation . pext:positionContactInformation rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a position and the contact information for it. This contact information can be the postal address of the office for the position or an virtual address in the Internet."@en ; rdfs:label "Contact Information for a Position within Organization"@en ; rdfs:domain pext:PositionOrganization ; rdfs:range ptop:ContactInformation ; rdfs:subPropertyOf ptop:hasParticipatingEntity . pext:positionWithinOrganization rdf:type owl:ObjectProperty ; rdfs:comment "The relation between the job position and the organization it is available in. The organization where the job position is available."@en ; rdfs:label "Position within Organization"@en ; rdfs:domain pext:PositionOrganization ; rdfs:range ptop:Organization . pext:appointmentFor rdf:type owl:ObjectProperty ; rdfs:comment "A concrete job position which is assigned to the position available in a given organization. "@en ; rdfs:label "Posision"@en ; rdfs:domain ptop:JobPosition ; rdfs:range pext:PositionOrganization . pext:accountProvider rdf:type owl:ObjectProperty ; rdfs:comment "a relation between an account and the Agent (usually organization) providing and managing it"@en ; rdfs:domain pext:Account ; rdfs:label "Account Provider"@en ; rdfs:range ptop:Agent . pext:hasAddress rdf:type owl:ObjectProperty ; rdfs:comment "Relates address to an Agent. Will be used for URL, email and other addresses."@en ; rdfs:label "has Address"@en ; rdfs:range pext:Address ; rdfs:subPropertyOf ptop:hasContactInfo . pext:hasBrother rdf:type owl:ObjectProperty ; rdfs:label "has Brother"@en ; rdfs:range pext:Man ; rdfs:subPropertyOf ptop:hasSibling . pext:hasDaughter rdf:type owl:ObjectProperty ; rdfs:label "has Daughter"@en ; rdfs:range pext:Woman ; rdfs:subPropertyOf ptop:hasChild . pext:hasEMail rdf:type owl:ObjectProperty ; rdfs:label "has E-mail"@en ; rdfs:range pext:EMail ; rdfs:subPropertyOf pext:hasInternetAddress . pext:hasFather rdf:type owl:ObjectProperty ; rdfs:label "has Father"@en ; rdfs:range pext:Man ; rdfs:subPropertyOf ptop:hasParent . pext:hasFax rdf:type owl:ObjectProperty ; rdfs:label "has Fax"@en ; rdfs:range pext:FaxNumber ; rdfs:subPropertyOf ptop:hasContactInfo . pext:hasHusband rdf:type owl:ObjectProperty ; rdfs:domain pext:Woman ; rdfs:label "has Husband"@en ; rdfs:range pext:Man ; rdfs:subPropertyOf ptop:hasSpouse . pext:hasInternetAddress rdf:type owl:ObjectProperty ; rdfs:label "has Internet Address"@en ; rdfs:range pext:InternetAddress ; rdfs:subPropertyOf ptop:hasContactInfo . pext:hasMobilePhone rdf:type owl:ObjectProperty ; rdfs:label "has Mobile Phone"@en ; rdfs:subPropertyOf pext:hasPhone . pext:hasMother rdf:type owl:ObjectProperty ; rdfs:label "has Mother"@en ; rdfs:range pext:Woman ; rdfs:subPropertyOf ptop:hasParent . pext:hasPhone rdf:type owl:ObjectProperty ; rdfs:label "has Phone"@en ; rdfs:range pext:PhoneNumber ; rdfs:subPropertyOf ptop:hasContactInfo . pext:hasSister rdf:type owl:ObjectProperty ; rdfs:label "has Sister"@en ; rdfs:range pext:Woman ; rdfs:subPropertyOf ptop:hasSibling . pext:hasSon rdf:type owl:ObjectProperty ; rdfs:label "has Son"@en ; rdfs:range pext:Man ; rdfs:subPropertyOf ptop:hasChild . pext:hasStationaryPhone rdf:type owl:ObjectProperty ; rdfs:label "has Stationary Phone"@en ; rdfs:subPropertyOf pext:hasPhone . pext:hasTitle rdf:type owl:ObjectProperty ; rdfs:domain ptop:JobPosition ; rdfs:label "has Title"@en ; rdfs:range pext:JobTitle . pext:hasUnit rdf:type owl:DatatypeProperty ; rdfs:domain pext:Currency ; rdfs:label "has Unit"@en . pext:hasWebPage rdf:type owl:ObjectProperty ; rdfs:label "has Web Page"@en ; rdfs:range pext:WebPage ; rdfs:subPropertyOf pext:hasInternetAddress . pext:hasWife rdf:type owl:ObjectProperty ; rdfs:domain pext:Man ; rdfs:label "has Wife"@en ; rdfs:range pext:Woman ; rdfs:subPropertyOf ptop:hasSpouse . pext:officialPositionIn rdf:type owl:ObjectProperty ; rdfs:comment "This property models the Person->hasPosition->Location."@en ; rdfs:domain pext:OfficialPosition ; rdfs:label "Official Position in"@en ; rdfs:range ptop:Location . pext:birthDate rdf:type owl:DatatypeProperty ; rdfs:comment "The relation between a person and the date he is born."@en ; rdfs:domain ptop:Person ; rdfs:label "Birthday"@en . pext:birthPlace rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a person and the place he is born."@en ; rdfs:domain ptop:Person ; rdfs:range ptop:Location ; rdfs:label "Place of Birth"@en . pext:deathDate rdf:type owl:DatatypeProperty ; rdfs:comment "The relation between a person and the date he died. "@en ; rdfs:domain ptop:Person ; rdfs:label "Deathday"@en . pext:deathPlace rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a person and the place he died."@en ; rdfs:domain ptop:Person ; rdfs:range ptop:Location ; rdfs:label "Place of Death"@en . pext:FictionalCharacter rdf:type owl:Class ; rdfs:comment """The characters in fictional artwork like movies, books, etc"""@en ; rdfs:label "Fictional Character"@en ; rdfs:subClassOf ptop:Person . pext:EthnicGroup rdf:type owl:Class ; rdfs:comment """Any ethnic group. A group of people whose members identify with each other, through a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy. (Wikipedia). """@en ; rdfs:label "Ethnic Group"@en ; rdfs:subClassOf ptop:Group . pext:Genre rdf:type owl:Class ; rdfs:comment """Any Genre. Denotes any category of literature as well as various other forms of art or culture, e.g., music, based on some loose set of stylistic criteria. Genres are formed by conventions that change over time as new genres are invented and the use of old ones are discontinued. (Wikipedia)"""@en ; rdfs:label "Genre"@en ; rdfs:subClassOf ptop:Abstract . pext:MusicGenre rdf:type owl:Class ; rdfs:comment """Any genre which pertians to music, e.g. classical, folk, pop, etc."""@en ; rdfs:label "Music Genre"@en ; rdfs:subClassOf pext:Genre . pext:SpaceShuttle rdf:type owl:Class ; rdfs:comment """A Spaceshuttle is a reusable launch system and orbital spacecraft operated by the U.S. National Aeronautics and Space Administration (NASA) (Wikipedia). """@en ; rdfs:label "Space Shuttle"@en ; rdfs:subClassOf pext:Spacecraft . pext:SpaceStation rdf:type owl:Class ; rdfs:comment """Any Spacestation. A space station (also called an orbital station) is a manned satellite designed to remain in space. (Wikipedia)"""@en ; rdfs:label "Space Station"@en ; rdfs:subClassOf pext:Spacecraft . pext:Award rdf:type owl:Class ; rdfs:comment """Any award. An award is something given to a person or a group of people to recognize excellence in a certain field; a certificate of excellence, for example trophies, titles, medals, badges, etc."""@en ; rdfs:label "Award"@en ; rdfs:subClassOf ptop:Abstract . pext:districtRepresented rdf:type owl:ObjectProperty ; rdfs:comment "the relation between an official position, usually political and the location it represents. The district represented by an official position, usually political."@en ; rdfs:domain ptop:OfficialPosition ; rdfs:label "Represented District"@en ; rdfs:range ptop:Location . pext:appointedBy rdf:type owl:ObjectProperty ; rdfs:comment "A concrete job position appointed by a given person."@en ; rdfs:domain ptop:JobPosition ; rdfs:label "Appointed by"@en ; rdfs:range ptop:Person . pext:Activity rdf:type owl:Class ; rdfs:comment """Any activity"""@en ; rdfs:label "Activity"@en ; rdfs:subClassOf ptop:Happening . pext:Game rdf:type owl:Class ; rdfs:comment """Game. Activity involving participants usually divided in teams, which obeyx particualr rules, and has often a winner."""@en ; rdfs:label "Game"@en ; rdfs:subClassOf pext:Activity . pext:Colour rdf:type owl:Class ; rdfs:comment """Any colour, a visual perceptual property, e.g. red, blue, yellow, etc. (Wikipedia)"""@en ; rdfs:label "Colour"@en ; rdfs:subClassOf ptop:Abstract . pext:musicInstrument rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a musician and the instrument he plays"@en ; rdfs:domain ptop:Person ; rdfs:label "Instrument of a Musician"@en ; rdfs:range pext:MusicalInstrument . pext:MusicalInstrument rdf:type owl:Class ; rdfs:comment """Musical Instrument, a device created or adapted for the purpose of making musical sounds. (Wikipedia)"""@en ; rdfs:label "Musical Instrument"@en ; rdfs:subClassOf ptop:Object . pext:genreOfAgent rdf:type owl:ObjectProperty ; rdfs:comment "The relation between an agent and the genre he is occupied in."@en ; rdfs:domain ptop:Agent ; rdfs:label "Genre"@en ; rdfs:range pext:Genre . pext:locationName rdf:type owl:DatatypeProperty ; rdfs:comment "The name of a georgaphic region."@en ; rdfs:domain ptop:Location ; rdfs:label "Location Name"@en ; rdfs:label "Name"@en ; rdfs:subPropertyOf psys:name . pext:containsLocation rdf:type owl:TransitiveProperty, owl:ObjectProperty ; rdfs:comment "a Location contains a different Location"@en ; rdfs:domain ptop:Location ; rdfs:label "Contains a Location"@en ; rdfs:range ptop:Location ; owl:inverseOf ptop:subRegionOf . pext:architect rdf:type owl:ObjectProperty ; rdfs:comment "a relation between a facility and its architect. "@en ; rdfs:domain pext:Facility ; rdfs:label "Architect"@en ; rdfs:range [ rdf:type owl:Restriction ; owl:onProperty pext:hasProfession ; owl:hasValue pext:Architect ] . pext:designerOfFacility rdf:type owl:ObjectProperty ; rdfs:comment "Any author of engineering and architecture designs. The relation between an author and the facility he has designed."@en ; rdfs:domain ptop:Agent ; rdfs:label "Designer"@en ; rdfs:range pext:Facility . pext:nationalityOf rdf:type owl:ObjectProperty ; rdfs:comment "The nationality of a person. The relation between a person and his nationality."@en ; rdfs:domain ptop:Person ; rdfs:label "Nationality of a Person"@en ; rdfs:range pext:Nationality . pext:Nationality rdf:type owl:Class ; rdfs:comment "Any nationality. In most cases it is connected with a country name, but there are notionalities without countries - Kurd, etc."@en ; rdfs:label "Nationality" ; rdfs:subClassOf ptop:Abstract . pext:isBirthPlaceOf rdf:type owl:ObjectProperty ; rdfs:comment "A place where a person is born. The relation between a location and a person who is born in this location."@en ; rdfs:domain ptop:Location ; rdfs:label "is a Birth Place of"@en ; rdfs:range ptop:Person ; owl:inverseOf pext:birthPlace . pext:Death rdf:type owl:Class ; rdfs:comment """The event to die."""@en ; rdfs:label "Death"@en ; rdfs:subClassOf ptop:Event . pext:causeOfDeath rdf:type owl:ObjectProperty ; rdfs:comment "Any cause of a death."@en ; rdfs:domain pext:Death ; rdfs:label "Cause of a Death"@en; rdfs:range ptop:Event . pext:SocialAbstraction rdf:type owl:Class ; rdfs:comment "Any sort of general social phenomenon, such as particular sort of art or science"@en ; rdfs:label "Social Abstraction"@en ; rdfs:subClassOf ptop:Abstract . pext:Art rdf:type owl:Class ; rdfs:label "Art"@en ; rdfs:subClassOf pext:SocialAbstraction . pext:Money rdf:type owl:Class ; rdfs:comment "A specific amount of money in specific currency"@en ; rdfs:label "Money"@en ; rdfs:subClassOf pext:SocialAbstraction . pext:Profession rdf:type owl:Class ; rdfs:label "Profession"@en ; rdfs:subClassOf pext:SocialFunction . pext:Architect rdfs:comment """Any architect, a profession of planning, design and oversight of the construction of buildings. (Wikipedia)"""@en ; rdfs:label "Architect"@en ; rdf:type pext:Profession . pext:Journalist rdfs:comment """Any journalist, a profession of collecting and disseminating information about current events, people, trends, and issues. (Wikipedia)"""@en ; rdfs:label "Journalist"@en ; rdf:type pext:Profession . pext:Judge rdfs:comment """Any judge, a profession of presiding over a court of law, either alone or as part of a panel of judges. (Wikipedia)"""@en ; rdfs:label "Judge"@en ; rdf:type pext:Profession . pext:MilitaryPerson rdfs:comment """Any occupation involving service in the military."""@en ; rdfs:label "Military Person"@en ; rdf:type pext:Profession . pext:Artist rdfs:comment """Any artist a profession engaging in a broad spectrum of activities related to creating art, practicing the arts and/or demonstrating an art. (Wikipedia)"""@en ; rdfs:label "Artist"@en ; rdf:type pext:Profession . pext:Actor rdfs:comment """Any actor acts in a dramatic production and who works in film, television, theatre, or radio in that capacity. (Wikipedia)"""@en ; rdfs:label "Actor"@en ; rdf:type pext:Profession . pext:Musician rdfs:comment """Any musician, a profession of writing, performing, or making music. (Wikipedia)"""@en ; rdfs:label "Musician"@en ; rdf:type pext:Profession . pext:Writer rdfs:comment """Any writer, a profession of producing literary content. (Wikipedia)"""@en ; rdfs:label "Writer"@en ; rdf:type pext:Profession . pext:Astronaut rdfs:comment """Any astronaut, a profession allowing to command, pilot, or serve as a crew member of a spacecraft. (Wikipedia) """@en ; rdfs:label "Astronaut"@en ; rdf:type pext:Profession . pext:Athlete rdfs:comment """Any athlete, a profession involving sport activities."""@en ; rdfs:label "Athlete"@en ; rdf:type pext:Profession . pext:FashionModel rdfs:comment """Any model, a profession involving posing to draw attention to a particualr object or cause."""@en ; rdfs:label "Model"@en ; rdf:type pext:Profession . pext:Philosopher rdfs:comment """Any philosopher, a profession of studying of general and fundamental problems, such as those connected with existence, knowledge, values, reason, mind, and language."""@en ; rdfs:label "Philosopher"@en ; rdf:type pext:Profession . pext:Scientist rdfs:comment """Any scientist, a profession of studying and making research on a particualr subject."""@en ; rdfs:label "Scientist"@en ; rdf:type pext:Profession . pext:Politician rdfs:comment """Any Politician, a profession of participating in the political life of a given society."""@en ; rdfs:label "Politician"@en ; rdf:type pext:Profession . pext:Commander rdfs:comment """Any commander, title of being commander or having a leading role in a military unit or other organization."""@en ; rdfs:label "Commander"@en ; rdf:type pext:JobTitle . pext:Lieutenant rdfs:comment """Any lieutenant, title in a military unit."""@en ; rdfs:label "Lieutenant"@en ; rdf:type pext:JobTitle . pext:Chancellor rdfs:comment """Any Chancellor, a title of various official positions in the governments of many nations. (Wikipedia)"""@en ; rdfs:label "Chancellor"@en ; rdf:type pext:JobTitle . pext:Congressman rdfs:comment """Any Congressman, a title of a position in congress."""@en ; rdfs:label "Congressman"@en ; rdf:type pext:JobTitle . pext:Governor rdfs:comment """Any Governor, a title of Governor of a district."""@en ; rdfs:label "Governor"@en ; rdf:type pext:JobTitle . pext:Mayor rdfs:comment """Any Mayor, a title of the head of a municipality."""@en ; rdfs:label "Mayor"@en ; rdf:type pext:JobTitle . pext:Senator rdfs:comment """Any Senator, a title of the member of the senat. """@en ; rdfs:label "Senator"@en ; rdf:type pext:JobTitle . pext:MemberOfParliament rdfs:comment """Any member of parliament, a title of a member of parliament."""@en ; rdfs:label "Member of Parliament"@en ; rdf:type pext:JobTitle . pext:President rdfs:comment """Any president, a title of a president of a country or an organization."""@en ; rdfs:label "President"@en ; rdf:type pext:JobTitle . pext:PrimeMinister rdfs:comment """Any prime minister, a title Prime minister of a country."""@en ; rdfs:label "Prime Minister"@en ; rdf:type pext:JobTitle . pext:CEO rdfs:comment """Any CEO, a title of a chief executive officer of an organization."""@en ; rdfs:label "CEO"@en ; rdf:type pext:JobTitle . pext:BoardMember rdfs:comment """Any board member, a title of the member of the board of any board"""@en ; rdfs:label "Board Member"@en ; rdf:type pext:JobTitle . pext:NobeltyTitle rdf:type owl:Class ; rdfs:comment """The social function of a nobelty. """@en ; rdfs:label "Nobelty"@en ; rdfs:subClassOf pext:SocialFunction . pext:hasNobeltyTitle rdf:type owl:ObjectProperty ; rdfs:comment """The relation between the social position and the social title of nobelty. """@en ; rdfs:domain pext:Nobelty ; rdfs:label "has Nobetlty Title"@en ; rdfs:range pext:NobeltyTitle . pext:Monarch rdfs:comment """Any Monarch, a title of a head of state in a monarchy."""@en ; rdfs:label "Monarch"@en ; rdf:type pext:NobeltyTitle . pext:BritishRoyalty rdfs:comment """Any British Royalty, a title of a memebr of the British royal family."""@en ; rdfs:label "British Royalty"@en ; rdf:type pext:NobeltyTitle . pext:CelebrityTitle rdf:type owl:Class ; rdfs:comment """The social function of celebrity, a status of notoriety in the society."""@en ; rdfs:label "Celebrity"@en ; rdfs:subClassOf pext:SocialFunction . pext:hasCelebrityTitle rdf:type owl:ObjectProperty ; rdfs:comment """The relation between the status of celebrity and its celebrity title of notoriety in the society."""@en ; rdfs:domain pext:Celebrity ; rdfs:label "has Celebrity Title"@en ; rdfs:range pext:CelebrityTitle . pext:OutOfLawsTitle rdf:type owl:Class ; rdfs:comment """Criminal, the social function of a person who has committed a crime and is out of the law."""@en ; rdfs:label "Criminal"@en ; rdfs:subClassOf pext:SocialFunction . pext:hasOutOfLawsTitle rdf:type owl:ObjectProperty ; rdfs:comment """The relation between the status of a criminal, and title, for instance a prisoner."""@en ; rdfs:domain pext:OutOfLaws ; rdfs:label "has OutOfLaws Title"@en ; rdfs:range pext:OutOfLawsTitle . pext:ClericTitle rdf:type owl:Class ; rdfs:comment """The social function of a cleric, involving the church."""@en ; rdfs:label "Cleric"@en ; rdfs:subClassOf pext:SocialFunction . pext:hasClericTitle rdf:type owl:ObjectProperty ; rdfs:comment """The relation between a Cleric and its cleric title, like Bishop, Pole, etc."""@en ; rdfs:domain pext:Cleric ; rdfs:label "has Cleric Title"@en ; rdfs:range pext:ClericTitle . pext:Pope rdfs:comment """Any Pope. the head of the Roman-Catholic church."""@en ; rdfs:label "Pope"@en ; rdf:type pext:ClericTitle . pext:Cardinal rdfs:comment """Any Cardinal, a high official in the Roman-Catholic church."""@en ; rdfs:label "Cardinal"@en ; rdf:type pext:ClericTitle . pext:Bishop rdfs:comment """Any bishop, an official in the Roman-Catholic church."""@en ; rdfs:label "Bishop"@en ; rdf:type pext:ClericTitle . pext:Ambassador rdfs:comment """Any ambassador, a title of a position of representing a country abroad"""@en ; rdfs:label "Ambassador"@en ; rdf:type pext:JobTitle . pext:GridironFootballPlayer rdfs:comment """Any player of a gridilon football."""@en ; rdfs:label "Gridilon Football Player"@en ; rdf:type pext:Profession . pext:CanadianFootballPlayer rdfs:comment """Any player of Canadian football."""@en ; rdfs:label "Canadian Football Player"@en ; rdf:type pext:Profession . pext:AmericanFootballPlayer rdfs:comment """Any player of American football."""@en ; rdfs:label "American Football Player"@en ; rdf:type pext:Profession . pext:GolfPlayer rdfs:comment """Any player of Golf."""@en ; rdfs:label "Golf Player"@en ; rdf:type pext:Profession . pext:VicePresident rdfs:comment """Any Vice President, the title of a vice president in a country or in an organization."""@en ; rdfs:label "Vice President"@en ; rdf:type pext:JobTitle . pext:VicePrimeMinister rdfs:comment """Any Vice Prime Minister, the title of a vice prime minister in a country."""@en ; rdfs:label "Vice Prime Minister"@en ; rdf:type pext:JobTitle . pext:Manager rdfs:comment """Any manager, the title of a management position in an organization."""@en ; rdfs:label "Manager"@en ; rdf:type pext:JobTitle . pext:SoccerManager rdfs:comment """Any soccer manager the title of a manager of a soccer team. """@en ; rdfs:label "Soccer Manager"@en ; rdf:type pext:JobTitle . pext:ResearchArea rdf:type owl:Class ; rdfs:comment "Specific research area, topic or field."@en ; rdfs:label "Research Area"@en ; rdfs:subClassOf pext:SocialAbstraction . pext:Science rdf:type owl:Class ; rdfs:comment "A well established, big research area"@en ; rdfs:label "Science"@en ; rdfs:subClassOf pext:ResearchArea . pext:Sport rdf:type owl:Class ; rdfs:comment "A specific type of sport game"@en ; rdfs:label "Sport"@en ; rdfs:subClassOf pext:SocialAbstraction . pext:JobTitle rdf:type owl:Class ; rdfs:comment "The name of the position which a person holds within an organization."@en ; rdfs:label "Job Title"@en ; rdfs:subClassOf pext:SocialFunction . pext:SocialFunction rdf:type owl:Class ; rdfs:comment "The name of a function a person has in the society like nobely, job title, celebrity, etc."@en ; rdfs:label "Social Function"@en ; rdfs:subClassOf pext:SocialAbstraction . pext:Division rdf:type owl:Class ; rdfs:comment "Branch, division, department, laboratory, etc. within an organisation. Usually, not a legal agent and not independent."@en ; rdfs:label "Division"@en ; rdfs:subClassOf ptop:Organization . pext:InternationalOrganization rdf:type owl:Class ; rdfs:comment "Legal international organization. Legal in this case means officially recognized by more than one government."@en ; rdfs:label "International Organization"@en ; rdfs:subClassOf ptop:Organization . pext:ReligiousOrganization rdf:type owl:Class ; rdfs:comment "Organization which offers ideas and opinions about life. Just joking."@en ; rdfs:label "Religious Organization"@en ; rdfs:subClassOf ptop:Organization . pext:StockExchange rdf:type owl:Class ; rdfs:comment "Stock Exchange where public companies are traded, e. g. Nasdaq, NYSE, etc."@en ; rdfs:label "Stock Exchange"@en ; rdfs:subClassOf ptop:Organization . pext:Team rdf:type owl:Class ; rdfs:comment "A group of people gathered for some task, say a project. Teams are usually not formally established and not meant to perform as a single agent for purposes outside the scope of their task. Teams may \"live\" within organizations, spread between multiple organizations, or be independent form any organization."@en ; rdfs:label "Team"@en ; rdfs:subClassOf ptop:Organization . pext:GovernmentOrganization rdf:type owl:Class ; rdfs:comment "The government of a country, i.e. the authorized country administration, without account for a specific government elected and being in power for some period. This notion of government groups all the administration, including any sort of ministries, agencies, commissions, etc."@en ; rdfs:label "Government Organization"@en ; rdfs:subClassOf ptop:Organization . pext:Government rdf:type owl:Class ; rdfs:comment "The governmental cabinet"@en ; rdfs:label "Government"@en ; rdfs:subClassOf pext:GovernmentOrganization . pext:ofCountry rdf:type owl:ObjectProperty ; rdfs:domain pext:GovernmentOrganization ; rdfs:label "of Country"@en ; rdfs:range pext:Country ; rdfs:subPropertyOf ptop:locatedIn . pext:Ministry rdf:type owl:Class ; rdfs:comment "(Department) A specific ministry or department, structural unit of the government of specific country with focus and authority on specific problems of the country."@en ; rdfs:label "Ministry"@en ; rdfs:subClassOf pext:GovernmentOrganization . pext:hasMinister rdf:type owl:ObjectProperty ; rdfs:comment ""@en ; rdfs:domain pext:Ministry ; rdfs:label "has Minister"@en ; rdfs:range ptop:Person ; rdfs:subPropertyOf ptop:hasEmployee . pext:hasPrimeMinister rdf:type owl:ObjectProperty ; rdfs:comment ""@en ; rdfs:label "has Prime Minister"@en ; rdfs:subPropertyOf pext:hasMinister . pext:PoliticalEntity rdf:type owl:Class ; rdfs:label "Political Entity"@en ; rdfs:subClassOf ptop:Organization . pext:Parliament rdf:type owl:Class ; rdfs:comment "A legislative assembly representative at national or regional level. It can also be called Senate, etc."@en ; rdfs:label "Parliament"@en ; rdfs:subClassOf pext:PoliticalEntity . pext:PoliticalParty rdf:type owl:Class ; rdfs:comment """An organization to gain political power. Definition taken from WordNet 1.7"""@en ; rdfs:label "Political Party"@en ; rdfs:subClassOf pext:PoliticalEntity . pext:ResearchOrganization rdf:type owl:Class ; rdfs:label "Research Organization"@en ; rdfs:subClassOf ptop:Organization . pext:Institute rdf:type owl:Class ; rdfs:label "Institute"@en ; rdfs:subClassOf pext:ResearchOrganization . pext:University rdf:type owl:Class ; rdfs:label "University"@en ; rdfs:subClassOf pext:EducationalOrganization , pext:ResearchOrganization . pext:SportOrganization rdf:type owl:Class ; rdfs:comment "An organization (local, national or international) which main activity is related to one or more sports. Those could be clubs, as well, as all the sorts of federations."@en ; rdfs:label "Sport Organization"@en ; rdfs:subClassOf ptop:Organization . pext:SportsFederation rdf:type owl:Class ; rdfs:label "Sports Federation"@en ; rdfs:subClassOf pext:SportOrganization . pext:SportClub rdfs:subClassOf pext:Company , pext:SportOrganization . pext:SoccerClub rdfs:subClassOf pext:SportClub . pext:EducationalOrganization rdf:type owl:Class ; rdfs:label "Educational Organization"@en ; rdfs:subClassOf ptop:Organization . pext:School rdf:type owl:Class ; rdfs:label "School"@en ; rdfs:subClassOf pext:EducationalOrganization . pext:University rdf:type owl:Class ; rdfs:label "University"@en ; rdfs:subClassOf pext:EducationalOrganization , pext:ResearchOrganization . pext:College rdf:type owl:Class ; rdfs:comment """College"""@en ; rdfs:label "College"@en ; rdfs:subClassOf pext:EducationalOrganization . pext:CommercialOrganization rdf:type owl:Class ; rdfs:comment "Organization which buys or sells goods or services for a profit. It may also be a Business or it may merely be a sub-organization of a Business entity."@en ; rdfs:label "Commercial Organization"@en ; rdfs:subClassOf ptop:Organization . pext:activeInSector rdf:type owl:ObjectProperty ; rdfs:comment "Denotes that the organization is active within the industry sector"@en ; rdfs:domain pext:CommercialOrganization ; rdfs:label "Active in Sector"@en ; rdfs:range pext:IndustrySector ; psys:transitiveOver pext:subSectorOf . pext:hasShareholder rdf:type owl:ObjectProperty ; rdfs:comment ""@en ; rdfs:domain pext:CommercialOrganization ; rdfs:label "has Shareholder"@en ; rdfs:subPropertyOf ptop:hasMember . pext:fiscalNetIncome rdf:type owl:DatatypeProperty ; rdfs:comment "Net Income last year." , "fiscalNetIncome"@en ; rdfs:domain pext:CommercialOrganization . pext:fiscalSales rdf:type owl:DatatypeProperty ; rdfs:comment "Sales last year." , "fiscalSales"@en ; rdfs:domain pext:CommercialOrganization . pext:Company rdf:type owl:Class ; rdfs:comment "A private, legal, corporate entity with the legal rights to own property, manage itself, and sue or be sued. It is established by a charter or registration granted by the government."@en ; rdfs:label "Company"@en ; rdfs:subClassOf pext:CommercialOrganization . pext:Airline rdf:type owl:Class ; rdfs:label "Airline"@en ; rdfs:subClassOf pext:Company . pext:Bank rdf:type owl:Class ; rdfs:label "Bank"@en ; rdfs:subClassOf pext:Company . pext:InsuranceCompany rdf:type owl:Class ; rdfs:label "Insurance Company"@en ; rdfs:subClassOf pext:Company . pext:Telecom rdf:type owl:Class ; rdfs:comment "A telecommunications company"@en ; rdfs:label "Telecom"@en ; rdfs:subClassOf pext:Company . pext:PublicCompany rdf:type owl:Class ; rdfs:comment "Company which is publicly traded on a Stock Exchange."@en ; rdfs:label "Public Company"@en ; rdfs:subClassOf pext:Company . pext:stockExchangeIndex rdf:type owl:DatatypeProperty ; rdfs:comment "Name of the company on the Stock Exchange, where it is traded. At present, if a company is traded on two SEs with different indices, there is no way to encode which of them is applicable where."@en ; rdfs:domain pext:PublicCompany ; rdfs:label "Stock Exchange Index"@en . pext:tradedOn rdf:type owl:ObjectProperty ; rdfs:comment "Relates the Public Company to the Stock Exchange where it is traded"@en ; rdfs:domain pext:PublicCompany ; rdfs:label "Traded on"@en . pext:MediaCompany rdf:type owl:Class ; rdfs:label "Media Company"@en ; rdfs:subClassOf pext:Company . pext:NewsAgency rdf:type owl:Class ; rdfs:label "News Agency"@en ; rdfs:subClassOf pext:MediaCompany . pext:TVCompany rdf:type owl:Class ; rdfs:label "TV Company"@en ; rdfs:subClassOf pext:MediaCompany . pext:PublishingCompany rdf:type owl:Class ; rdfs:comment "An organization which main activity is mass publishing of information. Often, the publishers issue periodic and/or non-periodic documents on paper media. While on-line publishing is considered a typical activity for publishers, the streaming electronic media such as TV and Radio Stations are not."@en ; rdfs:label "Publishing Company"@en ; rdfs:subClassOf pext:MediaCompany . pext:SportClub rdf:type owl:Class ; rdfs:comment "A sports club, football club or F1 team. Those should be considered commercial although in many cases they are not run for profit."@en ; rdfs:label "Sport Club"@en ; rdfs:subClassOf pext:Company , pext:SportOrganization . pext:SoccerClub rdf:type owl:Class ; rdfs:comment "A soccer (football) team"@en ; rdfs:label "Soccer Club"@en ; rdfs:subClassOf pext:SportClub . pext:EntertainmentCompany rdf:type owl:Class ; rdfs:comment """Any Entertainment Company, a company involved in the entertainment business, e.g. Warner Brothers, MTV, Lido, etc."""@en ; rdfs:label "Entertainment Company"@en ; rdfs:subClassOf pext:Company . pext:MusicCompany rdf:type owl:Class ; rdfs:comment """Any Musical company, a company involved in the music business, e.g. sells compositions, recordings and performances of music, like Sonu Music Entertainment."""@en ; rdfs:label "Musical Company"@en ; rdfs:subClassOf pext:EntertainmentCompany . pext:Band rdf:type owl:Class ; rdfs:comment """Any band, a group performing music or other activity together."""@en ; rdfs:label "Band"@en ; rdfs:subClassOf ptop:Organization . pext:TradeUnion rdf:type owl:Class ; rdfs:comment """Any Trade Union, an organisation of workers that have banded together to achieve common goals such as better working conditions. (Wikipedia)"""@en ; rdfs:label "Trade Union"@en ; rdfs:subClassOf ptop:Organization . pext:Non-ProfitOrganisation rdf:type owl:Class ; rdfs:comment """Any Non-Profit Organisation, an organization that does not distribute its surplus funds to owners or shareholders, but instead uses them to help pursue its goals. (Wikipedia)"""@en ; rdfs:label "Non-Orofit Organisation"@en ; rdfs:subClassOf ptop:Organization . pext:Charity rdf:type owl:Class ; rdfs:comment """Any Charity, an organization involved in practice of benevolent giving and caring. (Wikipedia)"""@en ; rdfs:label "Charity"@en ; rdfs:subClassOf pext:Non-ProfitOrganisation . pext:MilitaryOrganization rdf:type owl:Class ; rdfs:comment """Any military organisation, the structuring of the armed forces of a state so as to offer military capability required by the national defence policy. (Wikipedia)"""@en ; rdfs:label "Military Organisation"@en ; rdfs:subClassOf ptop:Organization . pext:MilitaryUnit rdf:type owl:Class ; rdfs:comment """Any military unit, a smaller military organization."""@en ; rdfs:label "Military Unit"@en ; rdfs:subClassOf pext:MilitaryOrganization . pext:hasCommander rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a military unit and the person who commands it."@en ; rdfs:domain pext:MilitaryUnit ; rdfs:label "Commander"@en ; rdfs:range ptop:Person; rdfs:subPropertyOf ptop:hasLeader . pext:combatantFrom rdf:type owl:ObjectProperty ; rdfs:comment "the relation between a military unit and the organization it represents in a military conflict. "@en ; rdfs:domain pext:MilitaryUnit ; rdfs:label "Combatant from"@en ; rdfs:range ptop:Organization; rdfs:subPropertyOf ptop:partOf . pext:MilitaryCommand rdf:type owl:Class ; rdfs:comment """Any military command, the organization which has a commanding role in a military organization."""@en ; rdfs:label "Military Command"@en ; rdfs:subClassOf pext:MilitaryUnit . pext:GeopoloticalOrganisation rdf:type owl:Class ; rdfs:comment """Any geopolitical organisation, an organization based on geo-political principles."""@en ; rdfs:label "Geopolitical Organisation"@en ; rdfs:subClassOf ptop:Organization . pext:SportsLeague rdf:type owl:Class ; rdfs:comment """Any sports league, a group of sports teams or individual athletes that compete against each other in a specific sport. (Wikipedia)"""@en ; rdfs:label "Sports League"@en ; rdfs:subClassOf pext:SportOrganization . pext:AmericanFootballLeague rdf:type owl:Class ; rdfs:comment """Any American football league"""@en ; rdfs:label "American Football League"@en ; rdfs:subClassOf pext:SportsLeague . pext:AustralianFootballLeague rdf:type owl:Class ; rdfs:comment """Any Australian football league"""@en ; rdfs:label "Australian Football League"@en ; rdfs:subClassOf pext:SportsLeague . pext:AutoRacingLeague rdf:type owl:Class ; rdfs:comment """Any Auto Racing league"""@en ; rdfs:label "Auto Racing League"@en ; rdfs:subClassOf pext:SportsLeague . pext:BaseballLeague rdf:type owl:Class ; rdfs:comment """Any Baseball league"""@en ; rdfs:label "Baseball League"@en ; rdfs:subClassOf pext:SportsLeague . pext:BasketballLeague rdf:type owl:Class ; rdfs:comment """Any Basketball league"""@en ; rdfs:label "Basketball League"@en ; rdfs:subClassOf pext:SportsLeague . pext:BoxingLeague rdf:type owl:Class ; rdfs:comment """Any Boxing league"""@en ; rdfs:label "Boxing League"@en ; rdfs:subClassOf pext:SportsLeague . pext:CanadianFootballLeague rdf:type owl:Class ; rdfs:comment """Any Canadian Football league"""@en ; rdfs:label "Canadian Football League"@en ; rdfs:subClassOf pext:SportsLeague . pext:CricketLeague rdf:type owl:Class ; rdfs:comment """Any Cricket league"""@en ; rdfs:label "Cricket League"@en ; rdfs:subClassOf pext:SportsLeague . pext:CurlingLeague rdf:type owl:Class ; rdfs:comment """Any Curling league"""@en ; rdfs:label "Curling League"@en ; rdfs:subClassOf pext:SportsLeague . pext:FieldHockeyLeague rdf:type owl:Class ; rdfs:comment """Any Field Hockey league"""@en ; rdfs:label "Field Hockey League"@en ; rdfs:subClassOf pext:SportsLeague . pext:GolfLeague rdf:type owl:Class ; rdfs:comment """Any Golf league"""@en ; rdfs:label "Golf League"@en ; rdfs:subClassOf pext:SportsLeague . pext:HandballLeague rdf:type owl:Class ; rdfs:comment """Any Handball league"""@en ; rdfs:label "Handball League"@en ; rdfs:subClassOf pext:SportsLeague . pext:IceHockeyLeague rdf:type owl:Class ; rdfs:comment """Any Ice Hockey league"""@en ; rdfs:label "Ice Hockey League"@en ; rdfs:subClassOf pext:SportsLeague . pext:InlineHockeyLeague rdf:type owl:Class ; rdfs:comment """Any Inline Hockey league"""@en ; rdfs:label "Inline Hockey League"@en ; rdfs:subClassOf pext:SportsLeague . pext:LacrosseLeague rdf:type owl:Class ; rdfs:comment """Any Lacrosse league"""@en ; rdfs:label "Lacrosse League"@en ; rdfs:subClassOf pext:SportsLeague . pext:MixedMartialArtsLeague rdf:type owl:Class ; rdfs:comment """Any Mixed Martial Arts league"""@en ; rdfs:label "Mixed Martial Arts League"@en ; rdfs:subClassOf pext:SportsLeague . pext:MotorcycleRacingLeague rdf:type owl:Class ; rdfs:comment """Any Motorcycle Racing league"""@en ; rdfs:label "Motorcycle Racing League"@en ; rdfs:subClassOf pext:SportsLeague . pext:PaintballLeague rdf:type owl:Class ; rdfs:comment """Any Paintball league"""@en ; rdfs:label "Paintball League"@en ; rdfs:subClassOf pext:SportsLeague . pext:PoloLeague rdf:type owl:Class ; rdfs:comment """Any Polo league"""@en ; rdfs:label "Polo League"@en ; rdfs:subClassOf pext:SportsLeague . pext:RadioControlledRacingLeague rdf:type owl:Class ; rdfs:comment """Any Radio Controlled Racing league"""@en ; rdfs:label "Radio Controlled Racing League"@en ; rdfs:subClassOf pext:SportsLeague . pext:RugbyLeague rdf:type owl:Class ; rdfs:comment """Any Rugby League"""@en ; rdfs:label "Rugby League"@en ; rdfs:subClassOf pext:SportsLeague . pext:SoccerLeague rdf:type owl:Class ; rdfs:comment """Any Soccer league"""@en ; rdfs:label "Soccer League"@en ; rdfs:subClassOf pext:SportsLeague . pext:SoftballLeague rdf:type owl:Class ; rdfs:comment """Any Softball league"""@en ; rdfs:label "Softball League"@en ; rdfs:subClassOf pext:SportsLeague . pext:SpeedwayLeague rdf:type owl:Class ; rdfs:comment """Any Speedway league"""@en ; rdfs:label "Speedway League"@en ; rdfs:subClassOf pext:SportsLeague . pext:TennisLeague rdf:type owl:Class ; rdfs:comment """Any Tennis league"""@en ; rdfs:label "Tennis League"@en ; rdfs:subClassOf pext:SportsLeague . pext:VideogamesLeague rdf:type owl:Class ; rdfs:comment """Any Videogames league"""@en ; rdfs:label "Videogames League"@en ; rdfs:subClassOf pext:SportsLeague . pext:VolleyballLeague rdf:type owl:Class ; rdfs:comment """Any Volleyball league"""@en ; rdfs:label "Volleyball League"@en ; rdfs:subClassOf pext:SportsLeague . pext:CanadianFootballTeam rdf:type owl:Class ; rdfs:comment """Any Canadian Football Team"""@en ; rdfs:label "Canadian Football Team"@en ; rdfs:subClassOf pext:Team . pext:AmericanFootballTeam rdf:type owl:Class ; rdfs:comment """Any American Football Team"""@en ; rdfs:label "American Football Team"@en ; rdfs:subClassOf pext:Team . pext:HockeyTeam rdf:type owl:Class ; rdfs:comment """Any Hockey team"""@en ; rdfs:label "Hockey Team"@en ; rdfs:subClassOf pext:Team . pext:organizationPosition rdf:type owl:ObjectProperty ; rdfs:comment "The relation between an organization and a concrete job position in it."@en ; rdfs:domain ptop:Organization ; rdfs:label "within Organization"@en ; rdfs:range ptop:JobPosition ; owl:inverseOf ptop:withinOrganization . pext:Cleric rdf:type owl:Class ; rdfs:comment "The situation of holding a position in society as cleric."@en ; rdfs:label "Cleric"@en ; rdfs:subClassOf ptop:SocialPosition . pext:hasSocialPositionCleric rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a person and the social position of Cleric he has. "@en ; rdfs:domain ptop:Person ; rdfs:label "has Social Position Cleric"@en ; rdfs:range pext:Cleric ; owl:inverseOf pext:socialPositionCleric ; rdfs:subPropertyOf ptop:socialPositionHolder . pext:socialPositionCleric rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a social position of Cleric and the person who has it. "@en ; rdfs:domain pext:Cleric ; rdfs:label "Social Position Cleric"@en ; rdfs:range ptop:Person ; owl:inverseOf pext:hasSocialPositionCleric ; rdfs:subPropertyOf ptop:hasSocialPosition . pext:Celebrity rdf:type owl:Class ; rdfs:comment "The situation of holding a position in society as celebrity."@en ; rdfs:label "Celebrity"@en ; rdfs:subClassOf ptop:SocialPosition . pext:hasSocialPositionCelebrity rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a person and the social position of Celebrity he has. "@en ; rdfs:domain ptop:Person ; rdfs:label "has Social Position Celebrity"@en ; rdfs:range pext:Celebrity ; owl:inverseOf pext:socialPositionCelebrity ; rdfs:subPropertyOf ptop:socialPositionHolder . pext:socialPositionCelebrity rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a social position of Celebrity and the person who has it. "@en ; rdfs:domain pext:Celebrity ; rdfs:label "Social Position Holder Celebrity"@en ; rdfs:range ptop:Person ; owl:inverseOf pext:hasSocialPositionCelebrity ; rdfs:subPropertyOf ptop:hasSocialPosition . pext:Nobelty rdf:type owl:Class ; rdfs:comment "The situation of holding a position in society as nobelty."@en ; rdfs:label "Nobelty"@en ; rdfs:subClassOf ptop:SocialPosition . pext:hasSocialPositionNobelty rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a person and the social position of Nobelty he has. "@en ; rdfs:domain ptop:Person ; rdfs:label "has Social Position Nobelty"@en ; rdfs:range pext:Nobelty ; owl:inverseOf pext:socialPositionNobelty ; rdfs:subPropertyOf ptop:socialPositionHolder . pext:socialPositionNobelty rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a social position of Nobelty and the person who has it. "@en ; rdfs:domain pext:Nobelty ; rdfs:label "Social Position Holder Nobelty"@en ; rdfs:range ptop:Person ; owl:inverseOf pext:hasSocialPositionNobelty ; rdfs:subPropertyOf ptop:hasSocialPosition . pext:OutOfLaws rdf:type owl:Class ; rdfs:comment "The situation of holding a position in society as out of law."@en ; rdfs:label "OutOfLaws"@en ; rdfs:subClassOf ptop:SocialPosition . pext:hasSocialPositionOutOfLaws rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a person and the social position of OutOfLaws he has. "@en ; rdfs:domain ptop:Person ; rdfs:label "has Social Position OutOfLaws"@en ; rdfs:range pext:OutOfLaws ; owl:inverseOf pext:socialPositionOutOfLaws ; rdfs:subPropertyOf ptop:socialPositionHolder . pext:socialPositionCleric rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a social position of OutOfLaws and the person who has it. "@en ; rdfs:domain pext:OutOfLaws ; rdfs:label "Social Position Holder OutOfLaws"@en ; rdfs:range ptop:Person ; owl:inverseOf pext:hasSocialPositionOutOfLaws ; rdfs:subPropertyOf ptop:hasSocialPosition . pext:AstronomicalObject rdf:type owl:Class ; rdfs:comment "Any object studied by astronomers, (usually quite large natural and inanimate) object that is located in the physical universe and is not on the surface of the Earth. Definition partly derived from OpenCyc 0.7"@en ; rdfs:label "Astronomical Object"@en ; rdfs:subClassOf ptop:Location . pext:Facility rdf:type owl:Class ; rdfs:comment """(ADL FT: Manmade Features, no def) Any regions and locations determined artificially, as a result of human activity. Many of the ADL sub-classes are omitted. NIMA GNS - no direct equivalent, although many sub-types are defined as classes (S, R) and designators."""@en ; rdfs:label "Facility"@en ; rdfs:subClassOf ptop:Location . pext:GlobalRegion rdf:type owl:Class ; rdfs:comment "Things like Southeastern Europe, Middle East, Oceania are global regions"@en ; rdfs:label "Global Region"@en ; rdfs:subClassOf ptop:Location . pext:LandRegion rdf:type owl:Class ; rdfs:comment """Any sort of land regions which are sort of natural, i.e. excluding urban areas, political and administrative regions. It combines number of ADL feature types under Physiographic features and Regions. Omitted ADL sub-classes: Badlands, Bars, Basins, Bight, Cirques, Cliffs, Dunes, Flats, Karst areas. Ledges, Massifs, Mineral deposit areas, Moraines, Natural rock formations, Arches, Playas, Seafloor Features, Tectonic features, Volcanic features (Volcano put under Mountain), Subcontinents. NIMA GNS designators FSR, FURU, HMCK, PLDR, RKFL, SINK, SLID, SLP, SLPU, TERU, TRR."""@en ; rdfs:label "Land Region"@en ; rdfs:subClassOf ptop:Location . pext:NonGeographicLocation rdf:type owl:Class ; rdfs:comment "A non-geographic region in some 3D space. The Longitude and Latitude properties for such objects could be void."@en ; rdfs:label "Non-Geographic Location"@en ; rdfs:subClassOf ptop:Location . pext:PoliticalRegion rdf:type owl:Class ; rdfs:comment """(ADL, Political Entity) We use this category for commonwealths; for dependent political entities; for freely associated states; for independent political entities; for oblasts; for political entities; and for semi-independent political entities. Sub-classes omitted: Countries, 4th order divisions. NIMA GNS class: A, Administrative Boundary Features."""@en ; rdfs:label "Political Region"@en ; rdfs:subClassOf ptop:Location . pext:hasCapital rdf:type owl:ObjectProperty ; rdfs:domain pext:PoliticalRegion ; rdfs:label "has Capital"@en ; rdfs:range pext:Capital . pext:PopulatedPlace rdf:type owl:Class ; rdfs:comment """(ADL FT) Places or areas with clustered or scattered buildings and a permanent human population. ... We use this category for agricultural colonies; for communes; for communities; for hamlets; for homesteads; for locales; for localities; for metropolitan areas; for populated localities; for ppl; for pueblos; for settlements; for suburbs; for villages; and with religious facilities for religious populated places. NIMA GNS designator PPL, PPL(x)"""@en ; rdfs:label "Populated Place"@en ; rdfs:subClassOf ptop:Location . pext:WaterRegion rdf:type owl:Class ; rdfs:comment """(ADL FT: Hydrographic Features) For natural bodies of water. For constructed waterways, reservoirs, and such, use 'hydrographic structures'. We use this category for bodies of water; for eddies; for fluvial features; for marine features; for overfalls; for upwellings; for water bodies; for waterholes; and for whirlpools. Many of the ADL hydrographic features ignored. NIMA GNS class H."""@en ; rdfs:label "Water Region"@en ; rdfs:subClassOf ptop:Location . pext:WineRegion rdf:type owl:Class ; rdfs:comment """Any Wine Region, a region where wine is produced."""@en ; rdfs:label "Wine Region"@en ; rdfs:subClassOf pext:LandRegion . pext:SkiArea rdf:type owl:Class ; rdfs:comment """Any Ski Area, a mounatain area (usually) where there re ski resorts or one can ski."""@en ; rdfs:label "Ski Area"@en ; rdfs:subClassOf pext:LandRegion . pext:LocationOfSpecialInterest rdf:type owl:Class ; rdfs:comment """Any place with some particular value, which triggers interest."""@en ; rdfs:label "Location of Special Interest"@en ; rdfs:subClassOf ptop:Location . pext:WorldHeritageSite rdf:type owl:Class ; rdfs:comment """Any world heritage site, a old site with historic value of world magnitude to be preserved."""@en ; rdfs:label "World Heritage Site"@en ; rdfs:subClassOf pext:LocationOfSpecialInterest . pext:ProtectedArea rdf:type owl:Class ; rdfs:comment """Any Protected Area, an area which benefits of special attention and is with limited access or protected in other ways."""@en ; rdfs:label "Protected Area"@en ; rdfs:subClassOf pext:LocationOfSpecialInterest . pext:HistoricPlace rdf:type owl:Class ; rdfs:comment """Any Historic Place, an old place with historic value."""@en ; rdfs:label "Historic Place"@en ; rdfs:subClassOf pext:LocationOfSpecialInterest . pext:SiteOfSpecialScientificInterest rdf:type owl:Class ; rdfs:comment """Any sites of special scientific interest, a place with scientific value, where some scientific activities or experiments are carried out, or which is observed for scientific reasons."""@en ; rdfs:label "Site of Special Scientific Interest"@en ; rdfs:subClassOf pext:LocationOfSpecialInterest . pext:Galaxy rdf:type owl:Class ; rdfs:label "Galaxy"@en ; rdfs:subClassOf pext:AstronomicalObject . pext:Planet rdf:type owl:Class ; rdfs:comment "Any of the celestial bodies (other than comets or satellites) that revolve around the sun in the solar system. Definition partly derived from WordNet 1.7"@en ; rdfs:label "Planet"@en ; rdfs:subClassOf pext:AstronomicalObject . pext:Star rdf:type owl:Class ; rdfs:comment "An astronomic object of hot gases that radiates energy derived from thermonuclear reactions in the interior. Definition partly derived from WordNet 1.7"@en ; rdfs:label "Star"@en ; rdfs:subClassOf pext:AstronomicalObject . pext:Satellite rdf:type owl:Class ; rdfs:comment "An astronomic object orbiting around a planet or star. Definition partly derived from WordNet 1.7"@en ; rdfs:label "Satellite"@en ; rdfs:subClassOf pext:AstronomicalObject . pext:NaturalSatellite rdf:type owl:Class ; rdfs:comment "A satellite which is not a direct result of human activity"@en ; rdfs:label "Natural Satellite"@en ; rdfs:subClassOf pext:Satellite . pext:ArtificialSatellite rdf:type owl:Class ; rdfs:comment "A satellite created by humans"@en ; rdfs:label "Artificial Satellite"@en ; rdfs:subClassOf pext:Satellite . pext:Building rdf:type owl:Class ; rdfs:comment """(ADL FT) Permanent constructions that are roofed and usually walled. [USGS Circ 1048] We use this category for administrative facilities; for administrative facilities; for animal pounds; for animal shelters; for aquariums; for barns; for border posts; for cabins; for castles; for city halls; for civic centers; for civil buildings; for club houses; for coast guard stations; for commissaries; for community centers; for community houses; for conference facilities; for consulates; for convention centers; for customs houses; for customs posts; for depots; for embassy buildings; for exhibition buildings; for facilities; for facility centers; for fire stations; for firehouses; for forest stations; for government buildings; for guard stations; for halls; for headquarters; for hostels; for hotels; for houses; for inns; for inspection stations; for legation buildings; for lodges; for missions; for motels; for neighborhood centers; for offices; for park headquarters; for patrol posts; for pavilions; for planetariums; for plazas; for police posts; for public buildings; for ranger stations; for restaurants; for shelters; for shops; for stations; for structures; for student unions; for studios; for substations; for taverns; for town halls; for trading posts; for treatment plants; for United States Government establishments; for visitor centers; for walls; and for warehouses NIMA GNS designator BLDG."""@en ; rdfs:label "Building"@en ; rdfs:subClassOf pext:Facility . pext:Hotel rdf:type owl:Class ; rdfs:label "Hotel"@en ; rdfs:subClassOf pext:Building . pext:Tower rdf:type owl:Class ; rdfs:comment """(ADL FT) Manmade structures, higher than their diameter, generally used for observation, storage, or electronic transmission. We use this category for carillons; for fire lookouts; and for pagodas. NIMA GNS designator TOWR."""@en ; rdfs:label "Tower"@en ; rdfs:subClassOf pext:Building . pext:HistoricBuilding rdf:type owl:Class ; rdfs:comment """Any Historic Building, an old building with historic value."""@en ; rdfs:label "Historic Building"@en ; rdfs:subClassOf pext:Building . pext:Hospital rdf:type owl:Class ; rdfs:comment """Any Hospital, a building which is a hospital."""@en ; rdfs:label "Hospital"@en ; rdfs:subClassOf pext:Building . pext:ShoppingMall rdf:type owl:Class ; rdfs:comment """Any Shopping Mall, a building which is a shopping mall"""@en ; rdfs:label "Shopping Mall"@en ; rdfs:subClassOf pext:Building . pext:Skyscraper rdf:type owl:Class ; rdfs:comment """Any Skyscraper, a highrise building, usually in downtown city areas."""@en ; rdfs:label "Skyscraper"@en ; rdfs:subClassOf pext:Building . pext:Station rdf:type owl:Class ; rdfs:comment """Any station, a place where busses, trains, sheeps, boats, etc. stop, like railway station, bussstop, etc."""@en ; rdfs:label "Station"@en ; rdfs:subClassOf pext:Building . pext:HydrographicStructure rdf:type owl:Class ; rdfs:comment """(ADL FT) For constructed bodies of water. For natural water bodies, use 'hydrographic features'. We use this category for boat landings; for boat launches; for boat ramps; for sluices; and for water mills. Many sub-classes omitted; those considered are also made sub-classes of WaterRegion. NIMA GNS ... no direct equivalent."""@en ; rdfs:label "Hydrographic Structure"@en ; rdfs:subClassOf pext:Facility . pext:MineSite rdf:type owl:Class ; rdfs:comment """(ADL FT) Places or areas from which commercial minerals are or were removed by excavation from the Earth. [Adapted from USGS Feature Class Definitions ] We use this category for adits (mine sites); for chrome mines; for coal mines; for collieries; for copper mines; for diatomite mines; for gold mines; for gravel pits; for iron mines; for lead mines; for mine entrances; for mine shafts; for mines; for mining areas; for mining camps; for nickel mines; for open pit mines; for placer mines; for quarries; for salt mines; for strip mines; and for tin mines. NIMA GNS designators MN, MNA, MNAU, MNC, MNCR, MNDT, MNCU, MNFE, MNN, MNNI, MNPB, MNPL. MNQ, MNSN."""@en ; rdfs:label "Mine Site"@en ; rdfs:subClassOf pext:Facility . pext:Monument rdf:type owl:Class ; rdfs:comment """(ADL FT) Structures erected as memorials. [Adapted from American Heritage Dic. of the English Language, 4th ed.] We use this category for cairns; for landmarks (monuments); for memorials; for national monuments; for pyramids; for shrines; for statues; and for tombs. NIMA GNS designators MNMT, PYR, PYRS, CARN."""@en ; rdfs:label "Monument"@en ; rdfs:subClassOf pext:Facility . pext:OilField rdf:type owl:Class ; rdfs:comment """(ADL FT) Areas with reserves of recoverable petroleum or where petroleum has been removed from the Earth. ... We use this category for gas fields; for gasfields; for oilfields; for petroleum fields; and for storage fields (petroleum). NIMA GNS designator CMPO, OILF, OILQ, OILW, PMPO, GASF."""@en ; rdfs:label "Oil Field"@en ; rdfs:subClassOf pext:Facility . pext:Park rdf:type owl:Class ; rdfs:comment """(ADL FT) Places or areas developed for public use or recreation. [USGS Circ 1048] We use this category for arboretums; for botanical gardens; for commemorative areas; for commons; for gardens; for marine parks; for national forests; for national parks; for national seashores; for park gates; for picnic areas; for playgrounds; for provincial parks; for public use areas; for recreation areas; for rest areas; for scenic areas; for state forests; for state parks; for urban parks; for village squares; for wilderness areas; for zoological gardens; and for zoos. Omitted sub-classes: Viewing locations. NIMA GNS designators PRK, PRKHQ, PRKGT"""@en ; rdfs:label "Park"@en ; rdfs:subClassOf pext:Facility . pext:RecreationalFacility rdf:type owl:Class ; rdfs:comment """(ADL FT) We use this category for access areas; for access sites; for boardwalks; for casinos; for clubs (recreational); for country clubs; for fairgrounds; for fishing areas; for fishing lodges; for fitness centers; for gun clubs; for hunt posts; for hunting lodges; for ice skating rinks; for playgrounds; for recreation sites; for resorts; for riding stables; for spas; for sportsman lodges; for stables; for yacht clubs; for youth centers; and for youth facilities. NIMA GNS designators - no direct equivalents."""@en ; rdfs:label "Recreational Facility"@en ; rdfs:subClassOf pext:Facility . pext:AmusementPark rdf:type owl:Class ; rdfs:comment """(ADL FT) Commercially operated enterprises that offer rides, games, and other forms of entertainment. NIMA GNS designator - no equivalents."""@en ; rdfs:label "Amusement Park"@en ; rdfs:subClassOf pext:RecreationalFacility . pext:Camp rdf:type owl:Class ; rdfs:comment """(ADL FT) Designated areas on which primitive structure(s) are erected for temporary shelter or where recreational vehicles are temporarily parked. [USGS Circ 1048] We use this category for campgrounds; for camping sites; for logging camps; for oil camps; for refugee camps; for RV parks; and for trailer parks (recreational). NIMA GNS designators CMP, CMPL, CMPLA, CMPO, CMPQ, CMPRF."""@en ; rdfs:label "Camp"@en ; rdfs:subClassOf pext:RecreationalFacility . pext:PerformanceSite rdf:type owl:Class ; rdfs:comment """Buildings where cultural events are presented before an audience. We use this category for amphitheaters; for amphitheatres; for auditoriums; for bowls (performance); for coliseums; for concert halls; for opera houses; for playhouses; for recital halls; for stages (performance); for symphony halls; for theaters; and for theatres. NIMA GNS designator AMTH."""@en ; rdfs:label "Performance Site"@en ; rdfs:subClassOf pext:Building , pext:RecreationalFacility . pext:SportFacility rdf:type owl:Class ; rdfs:comment """(ADL FT) Fields, centers, or open areas maintained for the purpose of holding sporting events and activities. [USGS Circ 1048] We use this category for aquatic centers; for arenas; for athletic complexes; for athletic fields; for ball parks; for baseball fields; for dragways; for equestrian centers; for fields; for football fields; for golf clubs; for golf courses; for gymnasiums; for natatoriums; for physical education facilities; for pistol ranges (sport); for polo fields; for pools, swimming; for race tracks; for racecourses; for racetracks; for raceways; for rifle ranges; for rodeo grounds; for shooting ranges (sport); for skeet shooting ranges; for ski areas; for ski facilities; for ski trails; for speedways; for stadiums; for swim clubs; for swimming pools; for tennis clubs; and for tennis courts. NIMA GNS designators RECG, RECR, STDM, ATHF."""@en ; rdfs:label "Sport Facility"@en ; rdfs:subClassOf pext:RecreationalFacility . pext:RaceCourse rdf:type owl:Class ; rdfs:label "Race Course"@en ; rdfs:subClassOf pext:SportFacility . pext:SportBuilding rdf:type owl:Class ; rdfs:label "Sport Building"@en ; rdfs:subClassOf pext:Building , pext:SportFacility . pext:Stadium rdf:type owl:Class ; rdfs:comment "A special sort of sport building, usually for open-air sports such as soccer."@en ; rdfs:label "Stadium"@en ; rdfs:subClassOf pext:SportBuilding . pext:ReferenceLocation rdf:type owl:Class ; rdfs:comment """(ADL FT) We use this category for astronomical stations; for beacons; for bench marks; for boundaries; for boundary markers; for buoys; for control points; for geodectic stations; for geographic centers; for landmarks (reference locations); for light houses; for light stations; for lighthouses; for markers; for milestones; for plaques; for poles (sphere); for triangulation stations; and for walls. NIMNA GNS designators LTHSE, BP, TRIG."""@en ; rdfs:label "Reference Location"@en ; rdfs:subClassOf pext:Facility . pext:ReligiousLocation rdf:type owl:Class ; rdfs:comment "Things like Monastery, Church"@en ; rdfs:label "Religious Location"@en ; rdfs:subClassOf pext:Facility . pext:Reserve rdf:type owl:Class ; rdfs:comment """(ADL FT) Areas set aside for the preservation of fauna, flora, and their natural habitats. [Macmillan Encyc., 2001] We use this category for agricultural reserves; for conservation areas; for demonstration areas; for environmental areas; for forest reserves; for game management areas; for hunting reserves; for management areas (reserves); for natural areas; for nature reserves; for palm tree reserves; for preserves; for primitive areas; for protected areas; for reservations (nature sites); for road less areas; for sanctuaries (wildlife); for wildlife areas; for wildlife refuges; and for wildlife reserves. NIMA GNS designators RES, RESA, RESF, RESH, RESN, RESP, RESV, RESW."""@en ; rdfs:label "Reserve"@en ; rdfs:subClassOf pext:Facility . pext:TelecomFacility rdf:type owl:Class ; rdfs:comment """(ADL FT: Telecommunication Features) We use this category for antenna field sites; for communication centers; for radio stations; for television stations; and for transmission lines. NIMA GNS designators COMC, STNR, STNS."""@en ; rdfs:label "Telecom Facility"@en ; rdfs:subClassOf pext:Facility . pext:TransportFacility rdf:type owl:Class ; rdfs:comment """(ADL FT: Transportation Features) We use this category for air routes; for caravan routes; for corridors; for crossings; for depots; for ferries; for fords (crossings); for fuel depots; for gates (manmade); for halting places (transportation); for highway maintenance sites; for portages; for rest houses; for routes; for ship tracks; for stock routes; for terminals (transportation); and for transit facilities. Omitted sub-classes: Aqueducts, Cableways, Parking Sites. NIMA GNS designator - no direct equivalents."""@en ; rdfs:label "Transport Facility"@en ; rdfs:subClassOf pext:Facility . pext:Airport rdf:type owl:Class ; rdfs:comment """An airport, including heliports. NIMA GNS designators AIRP, AIRH."""@en ; rdfs:label "Airport"@en ; rdfs:subClassOf pext:TransportFacility . pext:Bridge rdf:type owl:Class ; rdfs:comment """(ADL FT) Structures erected over a depression or obstacle to carry traffic. [USGS Circ 1048] We use this category for covered bridges; for drawbridges; for overpasses; for trestles; and for viaducts. NIMA GNS designator BDG, BDGQ."""@en ; rdfs:label "Bridge"@en ; rdfs:subClassOf pext:TransportFacility . pext:LaunchFacility rdf:type owl:Class ; rdfs:comment """(ADL FT) Areas from which rockets/missiles may be housed and projected, usually equipped with associated buildings and facilities. [USGS Circ 1048] We use this category for missile sites. NIMA GNS designator - no equivalent."""@en ; rdfs:label "Launch Facility"@en ; rdfs:subClassOf pext:TransportFacility . pext:Lock rdf:type owl:Class ; rdfs:comment """(ADL FT) Stretches of water in canals, streams, or docks, enclosed by gates at each end, and used in raising and lowering boats as they pass from one water level to another. NIMA GNS designator LOCK."""@en ; rdfs:label "Lock"@en ; rdfs:subClassOf pext:HydrographicStructure , pext:TransportFacility . pext:Pipeline rdf:type owl:Class ; rdfs:comment """(ADL FT) Tubular conduits of substantial length, with pumps, valves, and control devices, for conveying fluids, gases, or finely divided solids. [USGS Circ 1048] We use this category for compressor stations; for gas pipelines; for oil pipeline junctions; for oil pipeline terminals; for oil pipelines; for oil pumping stations; for pump houses; for pumphouses; for pumping stations; and for water pumping stations. NIMA GNS designators OILP, OILJ, TRMO, PMPO, PMPW."""@en ; rdfs:label "Pipeline"@en ; rdfs:subClassOf pext:TransportFacility . pext:RailroadFacility rdf:type owl:Class ; rdfs:comment """(ADL FT: Railroad Features) We use this category for metro rail stations; for railroad junctions; for railroad sidings; for railroad spurs; for railroad stations; for railroad stops; for railroad switches; for railroad yards; for railways; for subway stations; for switches (railroad); and for tramways. NIMA GNS designator RJCT, RR, RRQ, RSD, RSGNL, RSTN, RSTNQ, RSTP, RSTPQ, RYD."""@en ; rdfs:label "Railroad Facility"@en ; rdfs:subClassOf pext:TransportFacility . pext:Roadway rdf:type owl:Class ; rdfs:comment """(ADL FT) Open ways for passage of vehicles. [USGS Circ 1048] We use this category for caravan routes; for causeways; for drives; for highways; for intersections; for parkways; for road bends; for road cuts; for road junctions; for roads; for streets; and for traffic circles. NIMA GNS designators CSWY, CSWYQ, RD, RDA, RDB, RDCUT, RDJCT, RDST, RTE, STKR."""@en ; rdfs:label "Roadway"@en ; rdfs:subClassOf pext:TransportFacility . pext:Street rdf:type owl:Class ; rdfs:comment """The general notion for a roadway within a city or village, often, surrounded by buildings. We put here boulevards, streets, avenues, etc. NIMA GNS designator - missing."""@en ; rdfs:label "Street"@en ; rdfs:subClassOf pext:Roadway . pext:Tunnel rdf:type owl:Class ; rdfs:comment """(ADL FT) Underground or underwater passages. [USGS Circ 1048] We use this category for canal tunnels; for railroad tunnels; and for road tunnels. NIMA GNS designator TNL, TNLC, TNLN, TNLRD, TNLS"""@en ; rdfs:label "Tunnel"@en ; rdfs:subClassOf pext:TransportFacility . pext:RailroadTunnel rdf:type owl:Class ; rdfs:comment "NIMA GNS designator RTNL."@en ; rdfs:label "Railroad Tunnel"@en ; rdfs:subClassOf pext:RailroadFacility , pext:Tunnel . pext:Beach rdf:type owl:Class ; rdfs:comment """(ADL FT) Sloping shores along a body of water that is washed by waves or tides and is usually covered by sand or gravel. ... We use this category for sandy areas; and for strands. NIMA GNS designator BCH, BCHS."""@en ; rdfs:label "Beach"@en ; rdfs:subClassOf pext:LandRegion . pext:BiogeographicRegion rdf:type owl:Class ; rdfs:comment """(ADL FT) Geographic regions characterized chiefly by the dominant forms of plant life and the prevailing climate. [Adapted from American Heritage Dict. of the English Language, 4th ed.] We use this category for biomes; for ecoregions; and for vegetation. Omitted ADL sub-classes: Barren lands, Grasslands, Habitats, Snow Regions, Wetlands. NIMA GNS designator - no equivalent. Some correspondence to class Hypsographic Features."""@en ; rdfs:label "Biogeographic Region"@en ; rdfs:subClassOf pext:LandRegion . pext:Desert rdf:type owl:Class ; rdfs:comment """(ADL FT) Regions rendered barren or partially barren by environmental extremes, especially by low rainfall. [USGS Circ 1048] We use this category for arid regions; for bajadas; for rock deserts; for sandy areas; for sandy deserts; and for stony deserts. NIMA GNS designators DSRT, ERG, HMDA, REG."""@en ; rdfs:label "Desert"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Forest rdf:type owl:Class ; rdfs:comment """(ADL FT) Dense growths of trees, plants, and underbrush covering a large area. [American Heritage Dic. of the English Language, 4th ed.] We use this category for forest reserves; and for national forests. Omitted ADL sub-classes: Petrified forests, Rain forests, Woods (the sub-classes collapsed here). NIMA GNS designator FRST, FRSTF, GDVC, GRVO, GRVP, GRVPN, TREE."""@en ; rdfs:label "Forest"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Jungle rdf:type owl:Class ; rdfs:comment """(ADL FT) Tropical regions of wild, tangled, dense vegetation. NIMA GNS designator - no equivalent."""@en ; rdfs:label "Jungle"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Oasis rdf:type owl:Class ; rdfs:comment """(ADL FT) Fertile, vegetated areas in the midst of a desert, where the water table has come close enough to the surface for wells and springs or seepages to exist, thus making them suitable for human habitation. NIMA GNS designator OAS."""@en ; rdfs:label "Oasis"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Tundra rdf:type owl:Class ; rdfs:comment """(ADL FT) Treeless, level, or gently rolling plains characteristic of arctic or subarctic regions, having a permanently frozen subsoil, and usually supporting low growing vegetation such as lichens, mosses, and stunted shrubs. [USGS Circ 1048] We use this category for Arctic land. NIMA GNS designator TUND, LAND."""@en ; rdfs:label "Tundra"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Cape rdf:type owl:Class ; rdfs:comment """(ADL FT) Projection of land extending into a body of water that prominently marks a change in or interrupts the coastal trend of that water body. We use this category for headlands; for peninsulas; for points (physiographic); and for promontories. NIMA GNS designator CAPE, HDLD, PROM."""@en ; rdfs:label "Cape"@en ; rdfs:subClassOf pext:LandRegion . pext:Cave rdf:type owl:Class ; rdfs:comment """(ADL FT) Natural underground passageways or chambers, or hollowed out cavities in the side of a cliff. ... We use this category for cave entrances; for caverns; for grottoes; for natural tunnels; and for underground lakes. NIMA GNS designator CAVE."""@en ; rdfs:label "Cave"@en ; rdfs:subClassOf pext:LandRegion . pext:Coast rdf:type owl:Class ; rdfs:comment """(ADL FT: Coastal Zones) Strips of land (of indefinite width) that extend from the low-tide line inland to the first major change in landform features. [Adapted from Glossary of Geology, 4th ed.] We use this category for coastal plains; for coasts; for intertidal zones; for offshore areas; for shorelines; and for shores. NIMA GNS designators CST, SHOR."""@en ; rdfs:label "Coast"@en ; rdfs:subClassOf pext:LandRegion . pext:Continent rdf:type owl:Class ; rdfs:comment """(ADL FT) Earth's major land masses, including both dry land and continental shelves. NIMA GNS designator - no equivalent."""@en ; rdfs:label "Continent"@en ; rdfs:subClassOf pext:LandRegion , pext:PopulatedPlace . pext:Crater rdf:type owl:Class ; rdfs:comment """(ADL FT) Circular-shaped depressions at the summit of a volcanic core or on the surface of the land caused by the impact of a meteorite; man-made depressions caused by an explosion. ... We use this category for calderas. NIMA GNS designator CRTR, CLDA."""@en ; rdfs:label "Crater"@en ; rdfs:subClassOf pext:LandRegion . pext:Delta rdf:type owl:Class ; rdfs:comment """(ADL FT) Flat plains formed by alluvial deposits at the mouth of a stream. NIMA GNS designator DLTA."""@en ; rdfs:label "Delta"@en ; rdfs:label "Delta of a River"@en ; rdfs:subClassOf pext:LandRegion . pext:Gap rdf:type owl:Class ; rdfs:comment """(ADL FT) Ravines or gorges cut deeply through mountain ridges, or between hills or mountains. We use this category for cols; for defiles; for passes; for saddles (physiographic); and for sills (physiographic). NIMA GNS designator GAP, GAPU, GAPF, PASS, SILL, SILU."""@en ; rdfs:label "Gap"@en ; rdfs:subClassOf pext:LandRegion . pext:Island rdf:type owl:Class ; rdfs:comment """(ADL FT) Tracts of land smaller than a continent, surrounded by the water of an ocean, sea, lake or stream. [Glossary of Geology, 4th ed.] We use this category for atolls; for cays; for island arcs; for isles; for islets; for keys (islands); for land-tied islands; and for mangrove islands. NIMA GNS designator ISL, ISLF, ISLM, ISLS, ISLT, ISLX"""@en ; rdfs:label "Island"@en ; rdfs:subClassOf pext:LandRegion . pext:Isthmus rdf:type owl:Class ; rdfs:comment """(ADL FT) Narrow sections of land in a body of water connecting two larger land areas. NIMA GNS designator ISTH."""@en ; rdfs:label "Isthmus"@en ; rdfs:subClassOf pext:LandRegion . pext:Mountain rdf:type owl:Class ; rdfs:comment """(ADL FT) Landmasses that project conspicuously above their surroundings. [USGS Circ 1048] We use this category for cerros; for cordilleras; for foothills; for hills; for knolls; for mounds; and for mounts. Omitted ADL sub-classes: Continental divides. NIMA GNS designator MT, MTS, MTSU, MTU, MND, KNLU, KNSU, CDAU, HLL, HLLS, HLLU, HLSU."""@en ; rdfs:label "Mountain"@en ; rdfs:subClassOf pext:LandRegion . pext:MountainRange rdf:type owl:Class ; rdfs:comment """(ADL FT) (a) Chains of hills or mountains; (b) somewhat linear, complex mountainous or hilly areas. ... We use this category for ranges (physiographic); and for sierra. NIMA GNS designator RNGU."""@en ; rdfs:label "Mountain Range"@en ; rdfs:subClassOf pext:Mountain . pext:MountainSummit rdf:type owl:Class ; rdfs:comment """(ADL FT) Peaks of mountains. [USGS Circ 1048] We use this category for ahus; for mountain crests; for nunataks; for peaks; and for summits. NIMA GNS designators PK, PKS, PKSU, PKU."""@en ; rdfs:label "Mountain Summit"@en ; rdfs:subClassOf pext:Mountain . pext:Ridge rdf:type owl:Class ; rdfs:comment """(ADL FT) Elevations with a narrow, elongated crest which can be part of a hill or mountain. ... We use this category for aretes; for beach ridges; for cuestas; for eskers; for hogbacks; for icecap ridges; for rises (seafloor); and for spurs (physiographic). Omitted ADL sub-classes: Drumlin. NIMA GNS designators RDGB, RDGE, RDGG, RDGU, RISU, SPRU, SPUR."""@en ; rdfs:label "Ridge"@en ; rdfs:subClassOf pext:Mountain . pext:Volcano rdf:type owl:Class ; rdfs:comment """(ADL FT) Vents in the surface of the Earth through which magma and associated gases erupt; also, the forms or structures, usually conical, that are produced by the erupted material. NIMA GNS designator VLC."""@en ; rdfs:label "Volcano"@en ; rdfs:subClassOf pext:Mountain . pext:Peninsula rdf:type owl:Class ; rdfs:comment "NIMA GNS designator PEN, PENX."@en ; rdfs:label "Peninsula"@en ; rdfs:subClassOf pext:LandRegion . pext:Plain rdf:type owl:Class ; rdfs:comment """(ADL FT) Regions of general uniform slope, comparatively level and of considerable extent. [USGS Circ 1048] We use this category for interfluves; and for llanos. NIMA GNS designators PLN, PLNU, PLNX, INTF."""@en ; rdfs:label "Plain"@en ; rdfs:subClassOf pext:LandRegion . pext:Plateau rdf:type owl:Class ; rdfs:comment """(ADL FT) Comparatively flat areas of great extent and elevation; specif. extensive land regions considerably above the adjacent country or above sea level; commonly limited on at least one side by an abrupt descent, have flat or nearly smooth surfaces but are often dissected by deep valleys and surmounted by high hills or mountains, and have a large part of their total surface at or near the summit level. We use this category for table mountains; and for tablelands. The ADL type Mesas, collapsed here. NIMA GNS designators PLAT, PLTX, PLTU, MESA, MESU, TMSU, TMST."""@en ; rdfs:label "Plateau"@en ; rdfs:subClassOf pext:LandRegion . pext:Reef rdf:type owl:Class ; rdfs:comment """(ADL FT) Chains of rocks or coral at or near the surface of water. [USGS Circ 1048] We use this category for barrier reefs; and for fringing reefs. Collapsed ADL sub-class: Coral Reefs. NIMA GNS designator RF, RFSU, RFU, RFC, H.RFX."""@en ; rdfs:label "Reef"@en ; rdfs:subClassOf pext:LandRegion . pext:Valley rdf:type owl:Class ; rdfs:comment """(ADL FT) Low-lying land bordered by higher ground; especially elongate, relatively large gently sloping depressions of the Earth's surface, commonly situated between two mountains or between ranges of hills or mountains, and often containing a stream with an outlet. [Glossary of Geology, 4th ed.] We use this category for forks (physiographic features); for glens; for hanging valleys; for hollows; for median valleys; and for shelf valleys (seafloor). NIMA GNS designators VAL, VALG, VALU, VALS, VALX, VLSU, FRKU, FRSU, MDVU, SHVU."""@en ; rdfs:label "Valley"@en ; rdfs:subClassOf pext:LandRegion . pext:Canyon rdf:type owl:Class ; rdfs:comment """(ADL FT) Relatively narrow, deep depressions with steep sides, the bottom of which generally has a continuous slope ... We use this category for barrancas; for chasms; for flumes (natural); for gorges; for gulches; for quebradas; and for ravines. NIMA GNS designator CNSU, CNYN, CNYU, GRGE, RAVU, RVN."""@en ; rdfs:label "Canyon"@en ; rdfs:subClassOf pext:Valley . pext:WaterBank rdf:type owl:Class ; rdfs:comment """(ADL FT: Banks) Sloping margins of, or the ground bordering, a stream, and serving to confine the water to the natural channel during the normal course of flow. [Glossary of Geology, 4th ed.] We use this category for stream banks. NIMA GNS designator BKSU, BNK, BNKR, BNKU, BNKX."""@en ; rdfs:label "Water Bank"@en ; rdfs:subClassOf pext:LandRegion . pext:Waterfalls rdf:type owl:Class ; rdfs:comment """(ADL FT) Perpendicular or very steep falls of water in the course of a stream. ... We use this category for cascades; for cataracts; and for falls. NIMA GNS designator FLLS, FLLSX"""@en ; rdfs:label "Waterfalls"@en ; rdfs:subClassOf pext:LandRegion . pext:Country rdf:type owl:Class ; rdfs:comment """(ADL FTT) Territory occupied by a large group of people organized under a single, usually independent government, and recognized internationally as a country. [Adapted from American Heritage Dic. of the English Language, 4th ed.] We use this category for nations; and for republics. NIMA GNS designators PCL, PCLD, PCLF, PCLI, PCLS. FIPS 10-4 is applicable, difining: Basic geopolitical entities assigned country codes include the following categories: (a) independent states; (b) dependent areas; (c) areas of quasi-independence, non-contiguous territories, possessions without populations, areas with special sovereignty associations, areas without sovereignty; (d) political regimes not recognized by the United States; and (e) outlying areas of the United States. The list of basic entities provides complete coverage of the land areas of the world without overlap or duplication."""@en ; rdfs:label "Country"@en ; rdfs:subClassOf pext:PoliticalRegion, pext:PopulatedPlace . pext:hasCurrency rdf:type owl:ObjectProperty ; rdfs:domain pext:Country ; rdfs:label "has Currency"@en ; rdfs:range pext:Currency . pext:hasGovernment rdf:type owl:ObjectProperty ; rdfs:domain pext:Country ; rdfs:label "has Government"@en ; rdfs:range pext:GovernmentOrganization . pext:County rdf:type owl:Class ; rdfs:comment """(ADL FT: Countries, 2nd order divisions) Second-order divisions of a nation such as parishes, boroughs, counties, municipios, or judicial divisions, and independent cities such as those in Maryland, Missouri, Nevada, and Virginia. [Adapted from USGS Circ 1048] We use this category for boroughs; for counties; for judicial divisions; for municipios; for parishes; and for second-order administrative divisions. NIMA GNS designator ADM2."""@en ; rdfs:label "County"@en ; rdfs:subClassOf pext:PoliticalRegion, pext:PopulatedPlace . pext:MilitaryAreas rdf:type owl:Class ; rdfs:comment "(ADL FTT) We use this category for air force bases; for army facilities; for arsenals; for artillery ranges; for barracks; for bases (military); for camps (military); for forts; for infantry camps; for maneuver areas; for military bases; for military installations; for national guard facilities; and for naval bases. The following NIMA designators fit here: MILB, INSM, SCHM. The following ADL types are skipped as irrelevant: Cadastral areas,"@en ; rdfs:label "Military Areas"@en ; rdfs:subClassOf pext:PoliticalRegion . pext:Province rdf:type owl:Class ; rdfs:comment """(ADL FT: Countries, 1st Order Divisions) First-order divisions of a nation. [USGS Circ 1048] We use this category for cantons; for first-order administrative divisions; for provinces; for states; and for territories. NIMA GNS designator ADM1. Also corresponds to the FIPS 10-4 principal administrative division defined as \"an administrative area directly subordinate to the pertinent governing authority \" NIMA GNS designator ADM1."""@en ; rdfs:label "Province"@en ; rdfs:subClassOf pext:PoliticalRegion, pext:PopulatedPlace . pext:UrbanDistrict rdf:type owl:Class ; rdfs:comment """(ADL FT: Countries, 3rd order divisions) Minor civil units. [USGS Circ 1048] We use this category for barrios; for precincts; for third-order administrative divisions; and for townships. NIMA GNS designator ADM3."""@en ; rdfs:label "Urban District"@en ; rdfs:subClassOf pext:PoliticalRegion, pext:PopulatedPlace . pext:Parish rdf:type owl:Class ; rdfs:comment """A district of religious land. NIMA GNS designator A.PRSH."""@en ; rdfs:label "Parish"@en ; rdfs:subClassOf pext:PopulatedPlace . pext:City rdf:type owl:Class ; rdfs:comment """(ADL FT) For smaller, less formally established communities, use 'populated places'. For independent cities, use 'countries, 2nd order divisions. Incorporated populated places. [Adapted from USGS Circ 1048] We use this category for municipalities; for towns; and for urban areas. NIMA GNS designator PPL."""@en ; rdfs:label "City"@en ; rdfs:subClassOf pext:PopulatedPlace . pext:hasAirport rdf:type owl:ObjectProperty ; rdfs:domain pext:City ; rdfs:label "has Airport"@en ; rdfs:range pext:Airport . pext:Capital rdf:type owl:Class ; rdfs:comment """(ADL FT) Towns or cities that are the official seats of government in a political entity, such as a state or nation. [American Heritage Dic. of the English Language, 4th ed.] We use this category for county seats; for national capitals; and for state capitals. NIMA GNS designators PPLC, PPLA"""@en ; rdfs:label "Capital"@en ; rdfs:subClassOf pext:City . pext:CountryCapital rdf:type owl:Class ; rdfs:comment """A capital of a Country. NIMA GNS designator PPLC."""@en ; rdfs:label "Country Capital"@en ; rdfs:subClassOf pext:Capital . pext:LocalCapital rdf:type owl:Class ; rdfs:comment """A capital of a Province or smaller administrative region. NIMA GNS designator PPLA."""@en ; rdfs:label "Local Capital"@en ; rdfs:subClassOf pext:Capital . pext:Archipelago rdf:type owl:Class ; rdfs:comment """(ADL FT) Seas or areas in a sea that contain numerous islands; also, the island groups themselves. NIMA GNS designator - no equivalent."""@en ; rdfs:label "Archipelago"@en ; rdfs:subClassOf pext:LandRegion . pext:Bay rdf:type owl:Class ; rdfs:comment """(ADL FT) Indentations of a coastline or shoreline enclosing a part of a body of water; bodies of water partly surrounded by land. We use this category for bahias; for coves; and for embayments. NIMA GNS designators BAY, BAYS."""@en ; rdfs:label "Bay"@en ; rdfs:subClassOf pext:WaterRegion . pext:Fjord rdf:type owl:Class ; rdfs:comment """(ADL FT) Long narrow glacially-eroded inlets of the sea, U-shaped and steep-walled, generally several hundred meters deep, between high rocky cliffs or slopes along a mountainous coast. ... We use this category for fiords; and for lochs. NIMA GNS designator FJD, FJDS."""@en ; rdfs:label "Fjord"@en ; rdfs:subClassOf pext:Bay . pext:Channel rdf:type owl:Class ; rdfs:comment """(ADL FT) (a) Relatively narrow seas or stretches of water between two close landmasses and connecting two larger bodies of water; (b) Deeper parts of a moving body of water (as bays, estuaries, or straits) through which the main current flows or which affords the best passage through an area otherwise too shallow to navigate. ... We use this category for chutes (hydrographic); for cutoffs (hydrographic); for inlets; for lake channels; for marine channels; for narrows (hydrographic); for navigation channels; for reaches (hydrographic); for sounds (bodies of water); and for straits. NIMA GNS designators CHN, CHNL, CHNM, CHNN, STRT."""@en ; rdfs:label "Channel"@en ; rdfs:subClassOf pext:Canal . pext:Canal rdf:type owl:Class ; rdfs:comment """(ADL FT) Artificial waterways with no flow or a controlled flow used for navigation (canal), or for draining or irrigating land (ditch). We use this category for canal bends; for canalized streams; for ditch mouths; for ditches; for drainage canals; for drainage ditches; for drains (channels); for flumes (manmade); for irrigation canals; for irrigation ditches; for irrigation systems; for laterals; for navigation canals; and for underground irrigation canals. NIMA GNS designators CNL,CNLA, CNLB, CNLD, CNLI, CNLN, CNLQ, CNLSB, CNLX."""@en ; rdfs:label "Canal"@en ; rdfs:subClassOf pext:WaterRegion , pext:HydrographicStructure . pext:Ditch rdf:type owl:Class ; rdfs:comment """http://www.eionet.europa.eu/gemet/concept/2276. NIMA GNS designators H.DTCH, H.DTCHD, H.DTCHI, H.DTCHM."""@en ; rdfs:label "Ditch"@en ; rdfs:subClassOf pext:Canal , pext:HydrographicStructure . pext:Creek rdf:type owl:Class ; rdfs:comment """(ADL FT: Guts) Relatively small coastal waterways connecting larger bodies of water or other waterways. NIMA GNS designator CRKT, INLT."""@en ; rdfs:label "Creek"@en ; rdfs:subClassOf pext:WaterRegion . pext:Gulf rdf:type owl:Class ; rdfs:comment """(ADL FT) Largest of various forms of inlets of the sea; usually larger, more enclosed, and more deeply indented than bays. NIMA GNS designator GULF."""@en ; rdfs:label "Gulf"@en ; rdfs:subClassOf pext:Bay . pext:Harbor rdf:type owl:Class ; rdfs:comment """(ADL FT) Sheltered areas of water where ships or other watercraft can anchor or dock. We use this category for anchorages; for anclajes; for boat yards; for boatyards; for dock yards; for docking basins; for dockyards; for dry docks; for harbors; for marine terminals; for moorings; for ports; for roadsteads (anchorages); and for turning basins. The following sub-classes included (i.e. not-distinguishable): Marinas, Piers. NIMA GNS designators HBR, HBRX, MAR, BTYD, PIER, DCK, DCKB, DCKY, PRT, AIRS."""@en ; rdfs:label "Harbor"@en ; rdfs:subClassOf pext:WaterRegion , pext:HydrographicStructure . pext:Lake rdf:type owl:Class ; rdfs:comment """(ADL FT) Use 'reservoirs' for human engineered lakes. Natural inland bodies of standing water, generally of appreciable size, occupying a depression in the Earth's surface. [Adapted from Glossary of Geology, 4th ed.] We use this category for beaver ponds; for crater lakes; for dry lakes; for fish ponds; for fishponds; for inland seas; for intermittent lakes; for intermittent oxbow lakes; for intermittent ponds; for intermittent pools; for intermittent salt lakes; for intermittent salt ponds; for lagoons; for laguna; for lake beds; for lochs; for millponds; for oxbow lakes; for ponds; for pools (water bodies); for salt evaporation ponds; for salt lakes; for salt ponds; and for tarns. NIMA GNS designators LBED, LK, LKC, LKI, LKN, LKNI, LKO, LKOI, LKS, LKSB, LKSC, LKSI, LKSN, LKSNI, LKX"""@en ; rdfs:label "Lake"@en ; rdfs:subClassOf pext:WaterRegion . pext:Reservoir rdf:type owl:Class ; rdfs:comment """(ADL FT) Artificially impounded bodies of water. We use this category for covered reservoirs; and for intermittent reservoirs. (incl. dams) NIMA GNS designator RSV, RSVI."""@en ; rdfs:label "Reservoir"@en ; rdfs:subClassOf pext:Lake , pext:HydrographicStructure . pext:Sea rdf:type owl:Class ; rdfs:comment """(ADL FT) Large bodies of salt water. NIMA GNS designator SEA"""@en ; rdfs:label "Sea"@en ; rdfs:subClassOf pext:WaterRegion . pext:Ocean rdf:type owl:Class ; rdfs:comment """(ADL FT) Continuous salt-water bodies that surround the continents and fill the Earth's great depressions. NIMA GNS designator OCN"""@en ; rdfs:label "Ocean"@en ; rdfs:subClassOf pext:Sea . pext:Stream rdf:type owl:Class ; rdfs:comment """(ADL FT) Linear bodies of water flowing on the Earth's surface. We use this category for anabranches; for brooks; for burns (hydrographic); for confluences; for creeks; for distributaries; for dry stream beds; for forks (physiographic features); for intermittent streams; for lost rivers; for meanders; for stream bends; for stream mouths; for tidal creeks; for tributaries; and for watercourses. NIMA GNS designators STM, STMA, STMB, STMC, STMD, STMH, STMI, STMIX, STMM, STMQ, STMS, STMSB, STMX"""@en ; rdfs:label "Stream"@en ; rdfs:subClassOf pext:WaterRegion . pext:River rdf:type owl:Class ; rdfs:comment """(ADL FT) Natural freshwater surface streams of considerable volume and a permanent or seasonal flow, moving in a definite channel toward a sea, lake, or another river; any large streams, or ones larger than brooks or creeks, such as the trunk stream and larger branches of a drainage system. We use this category for rios. NIM GNS designators ... no direct equivalents!"""@en ; rdfs:label "River"@en ; rdfs:subClassOf pext:Stream . pext:Spring rdf:type owl:Class ; rdfs:comment """(ADL FT) Places where underground water flows naturally to the surface of the Earth. ... We use this category for mineral springs; and for sulfur springs. NIMA GNS designators SPNG, SPNS, SPNT."""@en ; rdfs:label "Spring"@en ; rdfs:subClassOf pext:WaterRegion . pext:Bog rdf:type owl:Class ; rdfs:comment """http://www.eionet.europa.eu/gemet/concept?ns=1&cp=12161. NIMA GNS designator H.BOG."""@en ; rdfs:label "Bog"@en ; rdfs:subClassOf pext:WaterRegion . pext:Confluence rdf:type owl:Class ; rdfs:comment """in geography, describes the meeting of two or more bodies of water. The opposite of a watershed. NIMA GNS designator H.CNFL."""@en ; rdfs:label "Confluence"@en ; rdfs:subClassOf pext:WaterRegion . pext:Cove rdf:type owl:Class ; rdfs:comment """a small type of bay or coastal inlet. http://www.eionet.europa.eu/gemet/concept/10142 NIMA GNS designator H.COVE."""@en ; rdfs:label "Cove"@en ; rdfs:subClassOf pext:Bay . pext:WaterCurrent rdf:type owl:Class ; rdfs:comment """http://www.eionet.europa.eu/gemet/concept/5792 A net transport of ocean water along a definable path. NIMA GNS designator H.CRNT."""@en ; rdfs:label "Current"@en ; rdfs:subClassOf pext:WaterRegion . pext:RiverCutoff rdf:type owl:Class ; rdfs:comment """A new channel cut by a river across the neck of an oxbow. NIMA GNS designator H.CUTF."""@en ; rdfs:label "Cutoff"@en ; rdfs:subClassOf pext:WaterRegion . pext:Estuary rdf:type owl:Class ; rdfs:comment """a partly enclosed coastal body of water with one or more rivers or streams flowing into it, and with a free connection to the open sea. NIMA GNS designator H.ESTY."""@en ; rdfs:label "Estuary"@en ; rdfs:subClassOf pext:WaterRegion . pext:FishingArea rdf:type owl:Class ; rdfs:comment """a bank or area where fishermen go to catch fish. NIMA GNS designator H.FISH."""@en ; rdfs:label "Fishing Area"@en ; rdfs:subClassOf pext:WaterRegion . pext:Geyser rdf:type owl:Class ; rdfs:comment """a spring characterized by intermittent discharge of water ejected turbulently and accompanied by a vapour phase (steam). NIMA GNS designator H.GYSR."""@en ; rdfs:label "Geyser"@en ; rdfs:subClassOf pext:Spring . pext:Lagoon rdf:type owl:Class ; rdfs:comment """A body of water cut off from the open sea by coral reefs or sand bars. http://www.eionet.europa.eu/gemet/concept/4589. NIMA GNS designator H.LGN, H.LGNS, H.LGNX."""@en ; rdfs:label "Lagoon"@en ; rdfs:subClassOf pext:WaterRegion . pext:Pond rdf:type owl:Class ; rdfs:comment """http://www.eionet.europa.eu/gemet/concept/6507. NIMA GNS designator H.PND, H.PNDI, H.PNDN, H.PNDNI, H.PNDS, H.PNDSF, H.PNDSI, H.PNDSN, H.MFGN."""@en ; rdfs:label "Pond"@en ; rdfs:subClassOf pext:WaterRegion . pext:Narrows rdf:type owl:Class ; rdfs:comment """a tidal strait. NIMA GNS designator H.NRWS."""@en ; rdfs:label "Narrows"@en ; rdfs:subClassOf pext:WaterRegion . pext:Overfalls rdf:type owl:Class ; rdfs:comment """an area of breaking waves caused by the meeting of currents or by waves moving against the current. NIMA GNS designator H.OVF."""@en ; rdfs:label "Overfalls"@en ; rdfs:subClassOf pext:WaterRegion . pext:Pool rdf:type owl:Class ; rdfs:comment """a small and comparatively still, deep part of a larger body of water. NIMA GNS designator H.POOL, H.POOLI."""@en ; rdfs:label "Pool"@en ; rdfs:subClassOf pext:WaterRegion . pext:WaterReach rdf:type owl:Class ; rdfs:comment """a straight section of a navigable stream or channel between two bends. NIMA GNS designator H.RCH."""@en ; rdfs:label "Reach"@en ; rdfs:subClassOf pext:WaterRegion . pext:Rapids rdf:type owl:Class ; rdfs:comment """a turbulent section of a stream associated with a steep, irregular stream bed. NIMA GNS designator H.RPDS."""@en ; rdfs:label "Rapids"@en ; rdfs:subClassOf pext:WaterRegion . pext:WaterTank rdf:type owl:Class ; rdfs:comment """a contained pool or tank of water at, below, or above ground level. NIMA GNS designator H.RSVT."""@en ; rdfs:label "Water Tank"@en ; rdfs:subClassOf pext:WaterRegion , pext:HydrographicStructure . pext:SeaSound rdf:type owl:Class ; rdfs:comment """a long arm of the sea forming a channel between the mainland and an island or islands; or connecting two larger bodies of water. NIMA GNS designator H.SD."""@en ; rdfs:label "Sound"@en ; rdfs:subClassOf pext:WaterRegion . pext:IrrigationSystem rdf:type owl:Class ; rdfs:comment """a network of ditches and one or more of the following elements: water supply, reservoir, canal, pump, well, drain, etc. NIMA GNS designator H.SYSI."""@en ; rdfs:label "Irrigation System"@en ; rdfs:subClassOf pext:WaterRegion . pext:Wadi rdf:type owl:Class ; rdfs:comment """a valley or ravine, bounded by relatively steep banks. NIMA GNS designator H.WAD, H.WADB, H.WADJ, H.WADM, H.WADS, H.WADX."""@en ; rdfs:label "Wadi"@en ; rdfs:subClassOf pext:LandRegion . pext:Whirlpool rdf:type owl:Class ; rdfs:comment """a turbulent, rotating movement of water in a stream. NIMA GNS designator H.WHRL."""@en ; rdfs:label "Whirlpool"@en ; rdfs:subClassOf pext:WaterRegion . pext:Well rdf:type owl:Class ; rdfs:comment """a cylindrical hole, pit, or tunnel drilled or dug down to a depth from which water, oil, or gas can be pumped or brought to the surface. NIMA GNS designator H.WLL, H.WLLQ, H.WLLS."""@en ; rdfs:label "Well"@en ; rdfs:subClassOf pext:WaterRegion , pext:HydrographicStructure . pext:Watercourse rdf:type owl:Class ; rdfs:comment """a natural, well-defined channel produced by flowing water, or an artificial channel designed to carry flowing water. NIMA GNS designator H.WTRC."""@en ; rdfs:label "Watercourse"@en ; rdfs:subClassOf pext:WaterRegion , pext:HydrographicStructure . pext:Waterhole rdf:type owl:Class ; rdfs:comment """a natural hole, hollow, or small depression that contains water, used by man and animals, especially in arid areas. NIMA GNS designator H.WTRH."""@en ; rdfs:label "Waterhole"@en ; rdfs:subClassOf pext:WaterRegion . pext:AgriculturalColony rdf:type owl:Class ; rdfs:comment """A tract of land set aside for agricultural settlement. NIMA GNS designator L.AGRC."""@en ; rdfs:label "Agricultural Colony"@en ; rdfs:subClassOf pext:LandRegion . pext:LandArea rdf:type owl:Class ; rdfs:comment """A tract of land without homogeneous character or boundaries. NIMA GNS designator L.AREA."""@en ; rdfs:label "Area"@en ; rdfs:subClassOf pext:LandRegion . pext:DrainageBasin rdf:type owl:Class ; rdfs:comment """An area drained by a stream. NIMA GNS designator L.BSND."""@en ; rdfs:label "Drainage Basin"@en ; rdfs:subClassOf pext:LandRegion . pext:PetroleumBasin rdf:type owl:Class ; rdfs:comment """An area underlain by an oil-rich structural basin. NIMA GNS designator L.BSNP."""@en ; rdfs:label "Petroleum Basin"@en ; rdfs:subClassOf pext:OilField . pext:Battlefield rdf:type owl:Class ; rdfs:comment """A site of a land battle of historical importance. NIMA GNS designator L.BTL."""@en ; rdfs:label "Battlefield"@en ; rdfs:subClassOf pext:HistoricPlace . pext:ForestClearing rdf:type owl:Class ; rdfs:comment """An area in a forest with trees removed. NIMA GNS designator L.CLG."""@en ; rdfs:label "Clearing"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Vineyard rdf:type owl:Class ; rdfs:comment "Plantings of grapevines"@en ; rdfs:label "Vineyard"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Scrubland rdf:type owl:Class ; rdfs:comment "An area of low trees, bushes, and shrubs stunted by some environmental limitation"@en ; rdfs:label "Scrubland"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Orchard rdf:type owl:Class ; rdfs:comment "A planting of fruit or nut trees"@en ; rdfs:label "Orchard"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Meadow rdf:type owl:Class ; rdfs:comment "A small, poorly drained area dominated by grassy vegetation"@en ; rdfs:label "Meadow"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Heath rdf:type owl:Class ; rdfs:comment "An upland moor or sandy area dominated by low shrubby vegetation including heather"@en ; rdfs:label "Heath"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:CoconutGrove rdf:type owl:Class ; rdfs:comment "A planting of coconut trees"@en ; rdfs:label "Coconut grove"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:Grassland rdf:type owl:Class ; rdfs:comment "An area dominated by grass vegetation"@en ; rdfs:label "Grassland"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:CultivatedArea rdf:type owl:Class ; rdfs:comment "An area under cultivation"@en ; rdfs:label "Cultivated area"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:BushLand rdf:type owl:Class ; rdfs:comment "A small clump of conspicuous bushes in an otherwise bare area"@en ; rdfs:label "Bush"@en ; rdfs:subClassOf pext:BiogeographicRegion . pext:SeaTrench rdf:type owl:Class ; rdfs:comment "A long, narrow, characteristically very deep and asymmetrical depression of the sea floor, with relatively steep sides"@en ; rdfs:label "Trench"@en ; rdfs:subClassOf pext:LandRegion . pext:SeaTrough rdf:type owl:Class ; rdfs:comment "A long depression of the sea floor characteristically flat bottomed and steep sided, and normally shallower than a trench"@en ; rdfs:label "Trough"@en ; rdfs:subClassOf pext:LandRegion . pext:SeaTongue rdf:type owl:Class ; rdfs:comment "An elongate (tongue-like) extension of a flat sea floor into an adjacent higher feature"@en ; rdfs:label "Tongue"@en ; rdfs:subClassOf pext:LandRegion . pext:Guyot rdf:type owl:Class ; rdfs:comment "A seamount having a comparatively smooth, flat top"@en ; rdfs:label "Guyot"@en ; rdfs:label "Tablemount"@en ; rdfs:subClassOf pext:LandRegion . pext:Seamount rdf:type owl:Class ; rdfs:comment "An elevation rising generally more than 1,000 meters and of limited extent across the summit. (U.SMSU; U.SMU)"@en ; rdfs:label "Seamount"@en ; rdfs:subClassOf pext:LandRegion . pext:Shoal rdf:type owl:Class ; rdfs:comment "Hazards to surface navigation composed of unconsolidated material. (U.SHSU; U.SHLU)"@en ; rdfs:label "Shoal"@en ; rdfs:subClassOf pext:LandRegion . pext:ContinentalShelf rdf:type owl:Class ; rdfs:comment "A zone adjacent to a continent (or around an island) that extends from the low water line to a depth at which there is usually a marked increase of slope towards oceanic depths"@en ; rdfs:label "Shelf"@en ; rdfs:subClassOf pext:LandRegion . pext:Saddleback rdf:type owl:Class ; rdfs:comment "A low part, resembling in shape a saddle, in a ridge or between contiguous seamounts"@en ; rdfs:label "Saddle"@en ; rdfs:subClassOf pext:LandRegion . pext:Seachannels rdf:type owl:Class ; rdfs:comment "Continuously sloping, elongated depressions commonly found in fans or plains and customarily bordered by levees on one or two sides (U.SCSU; U.SCSU)"@en ; rdfs:label "Seachannels"@en ; rdfs:subClassOf pext:LandRegion . pext:Ramp rdf:type owl:Class ; rdfs:comment "A gentle slope connecting areas of different elevations"@en ; rdfs:label "Ramp"@en ; rdfs:subClassOf pext:LandRegion . pext:Territory rdf:type owl:Class ; rdfs:comment """(http://www.eionet.europa.eu/gemet/concept?ns=1&cp=8401. NIMA GNS designator A.TERR."""@en ; rdfs:label "Territory"@en ; rdfs:subClassOf pext:LandRegion . pext:Zone rdf:type owl:Class ; rdfs:comment """(NIMA GNS designator A.ZN, A.ZNB."""@en ; rdfs:label "Zone"@en ; rdfs:subClassOf pext:LandRegion . pext:MountainPass rdf:type owl:Class ; rdfs:comment """Any mountain pass. NIMA GNS designators - no direct equivalents"""@en ; rdfs:label "Mountain Pass"@en ; rdfs:subClassOf pext:LandRegion . pext:AdministrativeRegion rdf:type owl:Class ; rdfs:comment """Any administrative region. NIMA GNS designators - PCLIX"""@en ; rdfs:label "Administrative Region"@en ; rdfs:subClassOf pext:PopulatedPlace . pext:Town rdf:type owl:Class ; rdfs:comment """Any town"""@en ; rdfs:label "Town"@en ; rdfs:subClassOf pext:PopulatedPlace . pext:Village rdf:type owl:Class ; rdfs:comment """Any village"""@en ; rdfs:label "Village"@en ; rdfs:subClassOf pext:PopulatedPlace . pext:GeographicLocation rdf:type owl:Class ; rdfs:comment """Any Geographic Region with lattitude and longitude coordinates"""@en ; rdfs:label "Geographic Region"@en ; rdfs:subClassOf ptop:Location . pext:Arena rdf:type owl:Class ; rdfs:comment """Any arena"""@en ; rdfs:label "Arena"@en ; rdfs:subClassOf pext:Building . pext:Atoll rdf:type owl:Class ; rdfs:comment """Any atoll"""@en ; rdfs:label "Atoll"@en ; rdfs:subClassOf pext:Island . pext:BasketballTeam rdf:type owl:Class ; rdfs:comment """Any basketball team"""@en ; rdfs:label "Basketball Team"@en ; rdfs:subClassOf pext:Team . pext:Locomotive rdf:type owl:Class ; rdfs:comment """Locomotive, a railway vehicle that provides the motive power for a train. (Wikipedia)"""@en ; rdfs:label "Locomotive"@en ; rdfs:subClassOf pext:Vehicle . pext:Museum rdf:type owl:Class ; rdfs:comment """Any museum, an institution that houses and cares for a collection of artifacts and other objects of scientific, artistic, or historical importance and makes them available for public viewing through exhibits that may be permanent or temporary. (Wikipedia)"""@en ; rdfs:label "Museum"@en ; rdfs:subClassOf pext:Building . pext:Priest rdfs:comment """Any priest, a professsion of a person who is authorized to perform the sacred rites of a religion. (Wikipedia)"""@en ; rdfs:label "Priest"@en ; rdf:type pext:Profession . pext:Restaurant rdf:type owl:Class ; rdfs:comment """Any restaurant, a place where food, drink and dessert to customers is prepared and served in return for money. (Wikipedia)"""@en ; rdfs:label "Restaurant"@en ; rdfs:subClassOf pext:Building . pext:Sculpture rdf:type owl:Class ; rdfs:comment """Any sculpture, three-dimensional artwork created by shaping or combining hard materials. (Wikipedia)"""@en ; rdfs:label "Sculpture"@en ; rdfs:subClassOf pext:PieceOfArt . pext:Painting rdf:type owl:Class ; rdfs:comment """Any painting, the results of a practice of applying paint, pigment, color or other medium[1] to a surface (support base). (Wikipedia) """@en ; rdfs:label "painting"@en ; rdfs:subClassOf pext:PieceOfArt . pext:ElectronicMap rdf:type owl:Class ; rdfs:comment """A webpage of a map"""@en ; rdfs:label "Map"@en ; rdfs:subClassOf ptop:Document . pext:locationMap rdf:type owl:ObjectProperty ; rdfs:comment "The relation between a geographic region and a map depicting its location"@en ; rdfs:domain ptop:Location ; rdfs:label "Location Map"@en ; rdfs:range pext:ElectronicMap . pext:nearby rdf:type owl:ObjectProperty ; rdfs:comment "The relation of a location nearby another location"@en ; rdfs:domain ptop:Location ; rdfs:label "Location Nearby another Location"@en ; rdfs:range ptop:Location . pext:neighbour rdf:type owl:ObjectProperty ; rdfs:comment "The relation of a location sharing a common location with another location"@en ; rdfs:domain ptop:Location ; rdfs:label "Location Sharing a Common Location with Another Location"@en ; rdfs:range ptop:Location . pext:neighbouringGeographicRegions ### ?? rdf:type owl:ObjectProperty ; rdfs:comment "The relation between an RDF document containing the descriptions of locations that share a common border"@en ; rdfs:domain pext:GeographicRegion ; rdfs:label "RDF document containing the descriptions of locations that share a common border"@en ; rdfs:range pext:Dataset . pext:isWrittenAbout rdf:type owl:ObjectProperty ; rdfs:comment "The relation between an RDF document containing the descriptions of locations that share a common border"@en ; rdfs:domain ptop:Location ; rdfs:label "RDF document containing the descriptions of locations that share a common border"@en ; rdfs:range pext:Article . pext:Bight rdf:type owl:Class ; rdfs:comment """an open body of water forming a slight recession in a coastline"""@en ; rdfs:label "Bight"@en ; rdfs:subClassOf pext:LandRegion . pext:Icecap rdf:type owl:Class ; rdfs:comment """a dome-shaped mass of glacial ice covering an area of mountain summits or other high lands; smaller than an ice sheet"""@en ; rdfs:label "Icecap"@en ; rdfs:subClassOf pext:LandRegion . pext:MudFlat rdf:type owl:Class ; rdfs:comment """ a relatively level area of mud either between high and low tide lines, or subject to flooding; a large flat area of mud or sand attached to the shore and alternately covered and uncovered by the tide; a tropical tidal mud flat characterized by mangrove vegetation """@en ; rdfs:label "Mud Flat"@en ; rdfs:subClassOf pext:LandRegion . pext:Glacier rdf:type owl:Class ; rdfs:comment """ a mass of ice, usually at high latitudes or high elevations, with sufficient thickness to flow away from the source area in lobes, tongues, or masses """@en ; rdfs:label "Glacier"@en ; rdfs:subClassOf pext:LandRegion . pext:FInlet rdf:type owl:Class ; rdfs:comment """ an inlet which has been filled in, or blocked by deposits """@en ; rdfs:label "Former Inlet"@en ; rdfs:subClassOf pext:WaterRegion . pext:Marsh rdf:type owl:Class ; rdfs:comment """ an area of open ground overlaid with wet peaty soils; a wetland dominated by grass-like vegetation; a flat area, subject to periodic salt water inundation, dominated by grassy salt-tolerant plants; a salt flat or salt encrusted plain subject to periodic inundation from flooding or high tides """@en ; rdfs:label "Marsh"@en ; rdfs:subClassOf pext:WaterRegion . pext:GovernmentBuilding rdf:type owl:Class ; rdfs:comment """ a government building, a building which serve the government, or where government officials work. """@en ; rdfs:label "Government Building"@en ; rdfs:subClassOf pext:Building . pext:AgriculturalFacility rdf:type owl:Class ; rdfs:comment """ agricultural facility; a building and/or tract of land used for improving agriculture """@en ; rdfs:label "Agricultural Facility"@en ; rdfs:subClassOf pext:Facility . pext:Airbase rdf:type owl:Class ; rdfs:comment """ an area used to store supplies, provide barracks for air force personnel, hangars and runways for aircraft, and from which operations are initiated """@en ; rdfs:label "Airbase"@en ; rdfs:subClassOf pext:MilitaryAreas . pext:Arch rdf:type owl:Class ; rdfs:comment """ a natural or man-made structure in the form of an arch """@en ; rdfs:label "Arch"@en ; rdfs:subClassOf pext:LandRegion . pext:ATM rdf:type owl:Class ; rdfs:comment """ An unattended electronic machine in a public place, connected to a data system and related equipment and activated by a bank customer to obtain cash withdrawals and other banking services. """@en ; rdfs:label "Automatic Teller Machine (ATM)"@en ; rdfs:subClassOf pext:TelecomFacility . pext:Bank rdf:type owl:Class ; rdfs:comment """ A business establishment in which money is kept for saving or commercial purposes or is invested, supplied for loans, or exchanged. """@en ; rdfs:label "Bank"@en ; rdfs:subClassOf pext:Building . pext:Beacon rdf:type owl:Class ; rdfs:comment """ a fixed artificial navigation mark """@en ; rdfs:label "Beacon"@en ; rdfs:subClassOf pext:Facility . pext:Barracks rdf:type owl:Class ; rdfs:comment """ a building for lodging military personnel """@en ; rdfs:label "Barracks"@en ; rdfs:subClassOf pext:MilitaryAreas . pext:Breakwater rdf:type owl:Class ; rdfs:comment """ a structure erected to break the force of waves at the entrance to a harbor or port """@en ; rdfs:label "Breakwater"@en ; rdfs:subClassOf pext:Facility . rdfs:comment rdf:type owl:AnnotationProperty . rdfs:label rdf:type owl:AnnotationProperty . owl:versionInfo rdf:type owl:AnnotationProperty .