@prefix gist: <https://w3id.org/semanticarts/ns/ontology/gist/> .
@prefix gistd: <https://w3id.org/semanticarts/ns/data/gist/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/semanticarts/ontology/gistCore>
	a owl:Ontology ;
	owl:versionIRI <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "gist is a minimalist upper ontology created by Semantic Arts."^^xsd:string ;
	skos:historyNote """
		gist 14.0.0 released 2025-Oct-31.
		gist 13.0.0 released 2024-Jul-24.
        gist 12.1.0 released 2024-Feb-27.
        gist 12.0.1 released 2023-Jul-28.
        gist 12.0.0 released 2023-Jul-05.
        gist 11.1.0 released 2022-Oct-10.
        gist 11.0.0 released 2022-Apr-11.
	"""^^xsd:string ;
	skos:prefLabel "gist"^^xsd:string ;
	gist:license "https://creativecommons.org/licenses/by/4.0/"^^xsd:anyURI ;
	.

skos:altLabel
	a owl:AnnotationProperty ;
	.

skos:definition
	a owl:AnnotationProperty ;
	.

skos:editorialNote
	a owl:AnnotationProperty ;
	.

skos:example
	a owl:AnnotationProperty ;
	.

skos:historyNote
	a owl:AnnotationProperty ;
	.

skos:prefLabel
	a owl:AnnotationProperty ;
	.

skos:scopeNote
	a owl:AnnotationProperty ;
	.

gistd:_Aspect_altitude
	a gist:Aspect ;
	skos:definition "The aspect altitude."^^xsd:string ;
	skos:editorialNote "This instance has been duplicated from reference data so it can be used in property restrictions."^^xsd:string ;
	skos:prefLabel "altitude"^^xsd:string ;
	.

gistd:_Aspect_area
	a gist:Aspect ;
	skos:definition "The aspect area."^^xsd:string ;
	skos:editorialNote "This instance has been duplicated from reference data so it can be used in property restrictions."^^xsd:string ;
	skos:prefLabel "area"^^xsd:string ;
	.

gistd:_Aspect_duration
	a gist:Aspect ;
	skos:definition "The aspect duration."^^xsd:string ;
	skos:editorialNote "This instance has been duplicated from reference data so it can be used in property restrictions."^^xsd:string ;
	skos:prefLabel "duration"^^xsd:string ;
	.

gistd:_Aspect_financial_balance
	a gist:Aspect ;
	skos:definition "The aspect financial balance."^^xsd:string ;
	skos:editorialNote "This instance has been duplicated from reference data so it can be used in property restrictions."^^xsd:string ;
	skos:prefLabel "balance"^^xsd:string ;
	.

gistd:_Aspect_mass
	a gist:Aspect ;
	skos:definition "The aspect mass."^^xsd:string ;
	skos:editorialNote "This instance has been duplicated from reference data so it can be used in property restrictions."^^xsd:string ;
	skos:prefLabel "mass"^^xsd:string ;
	.

gistd:_Aspect_monetary_value
	a gist:Aspect ;
	skos:definition "The aspect monetary value."^^xsd:string ;
	skos:editorialNote "This instance has been duplicated from reference data so it can be used in property restrictions."^^xsd:string ;
	skos:prefLabel "monetary value"^^xsd:string ;
	.

gistd:_Aspect_probability
	a gist:Aspect ;
	skos:definition "The aspect probability."^^xsd:string ;
	skos:editorialNote "This instance has been duplicated from reference data so it can be used in property restrictions."^^xsd:string ;
	skos:prefLabel "probability"^^xsd:string ;
	.

gistd:_Aspect_volume
	a gist:Aspect ;
	skos:definition "The aspect volume."^^xsd:string ;
	skos:editorialNote "This instance has been duplicated from reference data so it can be used in property restrictions."^^xsd:string ;
	skos:prefLabel "volume"^^xsd:string ;
	.

gist:Account
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Agreement
			[
				a owl:Restriction ;
				owl:onProperty gist:hasMagnitude ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:intersectionOf (
						gist:Magnitude
						[
							a owl:Restriction ;
							owl:onProperty gist:hasAspect ;
							owl:hasValue gistd:_Aspect_financial_balance ;
						]
					) ;
				] ;
			]
		) ;
	] ;
	skos:definition "An agreement having a balance."^^xsd:string ;
	skos:example "A bank account, a credit card account, an accounts receivable account."^^xsd:string ;
	skos:prefLabel "Account"^^xsd:string ;
	.

gist:Address
	a owl:Class ;
	rdfs:subClassOf gist:Content ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A reference to a place (real or virtual) that can be located by some routing algorithm and where messages or things can be sent or received."^^xsd:string ;
	skos:example "A PO Box, a URL to a PDF file."^^xsd:string ;
	skos:prefLabel "Address"^^xsd:string ;
	.

gist:AddressUsageType
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A category indicating the context or manner in which an address may be used."^^xsd:string ;
	skos:example "Billing, business, personal, postal, residence."^^xsd:string ;
	skos:prefLabel "Address Usage Type"^^xsd:string ;
	skos:scopeNote "If you are using temporal relations involving addresses, this category should be used to qualify the temporal relation rather than the address itself, since the same address may have different uses in different contexts, by different people and organizations, or at different times."^^xsd:string ;
	.

gist:Agreement
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Intention
			[
				a owl:Restriction ;
				owl:onProperty gist:hasParty ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:unionOf (
						gist:Organization
						gist:Person
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isDirectPartOf ;
				] ;
				owl:onClass gist:Commitment ;
				owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
			]
		) ;
	] ;
	skos:definition "A mutually understood arrangement in which two or more parties make commitments to one another."^^xsd:string ;
	skos:example "A gym membership is an agreement in which the member commits to paying the gym a certain price and the gym commits to allowing access to their facilities."^^xsd:string ;
	skos:prefLabel "Agreement"^^xsd:string ;
	skos:scopeNote "While an agreement has two or more parties, and contains commitments which bind those parties, it will not always be necessary to instantiate each individual commitment."^^xsd:string ;
	.

gist:Aspect
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A measurable characteristic."^^xsd:string ;
	skos:example "Length, weight, cost, cycle time, defect rate."^^xsd:string ;
	skos:prefLabel "Aspect"^^xsd:string ;
	skos:scopeNote "Depending on implementation, every aspect should be related to a unit group either directly or through a broader aspect. For example, angle of incidence could be related to the broader concept of angle, which in turn is related to a unit group, or it could be related directly to the unit group without the hierarchical relationship."^^xsd:string ;
	.

gist:Assignment
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:TemporalRelation
			[
				a owl:Restriction ;
				owl:onProperty gist:hasGiver ;
				owl:someValuesFrom owl:Thing ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:isAssignmentOf ;
				owl:someValuesFrom owl:Thing ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:isAssignmentTo ;
				owl:someValuesFrom owl:Thing ;
			]
		) ;
	] ;
	skos:definition "A temporal relationship between an assignee, the thing assigned, and the resource that made the assignment."^^xsd:string ;
	skos:example "An employee is assigned to a task by a supervisor. A person is assigned to a position."^^xsd:string ;
	skos:prefLabel "Assignment"^^xsd:string ;
	skos:scopeNote
		"Based on the Open World Assumption, the assigner may not be asserted or known."^^xsd:string ,
		"For some assignments, such as the assignment of a person to a task, it may seem equally correct in ordinary speech to say it is an assignment of a task to a person. Since gist:isAssignmentTo and gist:isAssignmentOf have no formal domains or ranges, the choice of which predicate to use for which is left as an implementation decision. Consistency is a key consideration."^^xsd:string
		;
	.

gist:Behavior
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A category indicating the nature of an activity."^^xsd:string ;
	skos:example "Drilling and cutting are two different kinds of manufacturing event."^^xsd:string ;
	skos:prefLabel "Behavior"^^xsd:string ;
	.

gist:Building
	a owl:Class ;
	rdfs:subClassOf gist:Landmark ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A relatively permanent man-made structure situated on a plot of land, having a roof and walls, commonly used for dwelling, entertaining, or working."^^xsd:string ;
	skos:example
		"A house, school, store, factory, chicken coop."^^xsd:string ,
		"Negative examples: houseboats (not built on land), caves (not man-made), food trucks and RVs (not permanently situated)."^^xsd:string
		;
	skos:prefLabel "Building"^^xsd:string ;
	skos:scopeNote "User discretion can be applied to edge cases: e.g., is a traditional yurt 'relatively permanently situated' although it is portable and has a tent-like construction?"^^xsd:string ;
	.

gist:BundledCatalogItem
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:CatalogItem
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isDirectPartOf ;
				] ;
				owl:someValuesFrom gist:CatalogItem ;
			]
		) ;
	] ;
	skos:definition "Any combination of descriptions of things offered together."^^xsd:string ;
	skos:example "A kit containing several parts offered together; a product plus a warranty."^^xsd:string ;
	skos:prefLabel "Bundled Catalog Item"^^xsd:string ;
	.

gist:CatalogItem
	a owl:Class ;
	rdfs:subClassOf gist:Specification ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A description of a product or service to be delivered, given in a sufficient level of detail that a receiver could determine whether delivery constituted discharge of the obligation to deliver."^^xsd:string ;
	skos:prefLabel "Catalog Item"^^xsd:string ;
	skos:scopeNote "In short, an unambiguous characterization of what it is that a potential buyer is paying for."^^xsd:string ;
	.

gist:Category
	a owl:Class ;
	rdfs:subClassOf [
		a owl:Restriction ;
		owl:onProperty gist:isAllocatedBy ;
		owl:someValuesFrom [
			a owl:Class ;
			owl:unionOf (
				gist:IntellectualProperty
				gist:Organization
				gist:Person
			) ;
		] ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A concept or label used to categorize other instances without specifying any formal semantics."^^xsd:string ;
	skos:example "Tags used in folksonomies; formal definitions from other systems."^^xsd:string ;
	skos:prefLabel "Category"^^xsd:string ;
	skos:scopeNote "Often a type can be modeled either as an owl:Class or as a gist:Category. Use the latter if you don't care much about the formal structure of the different types, or if there is a whole hierarchy of types that are going to be managed by a group separate from the ontology developers. The formal structure may be defined elsewhere and linked to, if necessary."^^xsd:string ;
	.

gist:Collection
	a owl:Class ;
	rdfs:subClassOf gist:Composite ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A grouping of things."^^xsd:string ;
	skos:example "A jury is a group of people; a financial ledger is a collection of transaction entries; a route is an (ordered) collection of segments."^^xsd:string ;
	skos:prefLabel "Collection"^^xsd:string ;
	skos:scopeNote "Individuals are placed in the collection using the gist:isMemberOf property. Collections typically are created because the members are functionally connected in some way. This definition allows a collection to have zero members."^^xsd:string ;
	.

gist:Commitment
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Intention
			[
				a owl:Class ;
				owl:unionOf (
					gist:Requirement
					gist:Restriction
				) ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:hasGiver ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:unionOf (
						gist:Organization
						gist:Person
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:isCategorizedBy ;
				owl:someValuesFrom gist:DegreeOfCommitment ;
			]
		) ;
	] ;
	skos:definition "A promise made by a single party to one or more parties to do or not do something or act in a particular way."^^xsd:string ;
	skos:example
		"Upon selling a treasury bill, the U.S. government makes a commitment to pay the purchaser a stated amount of money at a stated time."^^xsd:string ,
		"When signing an NDA, the signatory commits to keeping specified information confidential."^^xsd:string
		;
	skos:prefLabel "Commitment"^^xsd:string ;
	skos:scopeNote
		"A commitment is unilateral in that it is binding on only one party. This contrasts with gist:Agreement, which consists of commitments that bind two or more parties."^^xsd:string ,
		"A single commitment may be made to multiple parties at once; it is a single commitment rather than multiple commitments if the same action would fulfill the obligation to all the parties simultaneously. For example, a performer makes a single commitment to hold a performance to all ticket purchasers; by holding the performance, the commitment to all parties is fulfilled in a single action."^^xsd:string ,
		"The manner in which a commitment is binding may vary. In a business context, we are typically interested in commitments that are legally binding."^^xsd:string
		;
	.

gist:Component
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith gist:PhysicalSubstance ;
	skos:definition "Something that, while having an independent existence, is inherently part of or designed to be part of a larger entity, such as a system or network."^^xsd:string ;
	skos:prefLabel "Component"^^xsd:string ;
	skos:scopeNote
		"A component may be designed or intended as part of a whole without actually being so; e.g., a car steering wheel that is not installed in any car."^^xsd:string ,
		"Many things are in a trivial sense a part of a larger thing, but are not considered components because they are not inherently part of that larger thing. For example, while a book may be part of a library (a collection of books), it is not inherently so, and thus is not a component. A playing card, on the other hand, could be considered a component in (member of) a deck of cards. This may be use case-dependent; e.g., car parts might be modeled as components in an automobile manufacturing context but not in a retail auto parts store."^^xsd:string ,
		"Physical substances, such as ingredients in a cake batter, do not meet the independent existence criterion, so are not components."^^xsd:string ,
		"This class is not disjoint with gist:Composite, because a component may itself break down into smaller components."^^xsd:string ,
		"This is an abstract class that is not directly instantiated. Users will define subclasses that are meaningful to their domain of interest."^^xsd:string
		;
	.

gist:Composite
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Something which is made up of various parts or elements that are independently identifiable."^^xsd:string ;
	skos:example "A library (collection of books); a network of pipes and valves; a computer network of routers and computers."^^xsd:string ;
	skos:prefLabel "Composite"^^xsd:string ;
	skos:scopeNote
		"Some composites, like systems, networks, and ordered collections, have internal organization, while others, such as unordered collections, typically do not."^^xsd:string ,
		"This class is not disjoint with gist:Component, because a composite can itself be a component of a larger composite."^^xsd:string ,
		"This is an abstract class that will not be directly instantiated."^^xsd:string
		;
	.

gist:ContemporaryEvent
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Event
			[
				a owl:Restriction ;
				owl:onProperty gist:actualStartDateTime ;
				owl:cardinality "1"^^xsd:nonNegativeInteger ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:actualEndDateTime ;
				owl:maxCardinality "0"^^xsd:nonNegativeInteger ;
			]
		) ;
	] ;
	skos:definition "An event that has started but has not yet ended."^^xsd:string ;
	skos:prefLabel "Contemporary Event"^^xsd:string ;
	skos:scopeNote "When the event actually ends, it will cease being contemporary."^^xsd:string ;
	.

gist:Content
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith
		gist:GeoPoint ,
		gist:GeoRegion ,
		gist:Organization ,
		gist:PhysicalIdentifiableItem ,
		gist:PhysicalSubstance ,
		gist:UnitOfMeasure
		;
	skos:definition "Information available in some medium."^^xsd:string ;
	skos:example "A document, program, image."^^xsd:string ;
	skos:prefLabel "Content"^^xsd:string ;
	skos:scopeNote "Categories are not content until they are written down."^^xsd:string ;
	.

gist:ContentExpression
	a owl:Class ;
	rdfs:subClassOf
		gist:Content ,
		[
			a owl:Restriction ;
			owl:onProperty gist:isCategorizedBy ;
			owl:someValuesFrom gist:GeneralMediaType ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Intellectual property reduced to text, audio, etc.  If it contains text (written or spoken), it will be expressed in a language."^^xsd:string ;
	skos:prefLabel "Content Expression"^^xsd:string ;
	.

gist:ContingentEvent
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Event
			[
				a owl:Restriction ;
				owl:onProperty gist:hasMagnitude ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:intersectionOf (
						gist:Magnitude
						[
							a owl:Restriction ;
							owl:onProperty gist:hasAspect ;
							owl:hasValue gistd:_Aspect_probability ;
						]
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:isTriggeredBy ;
				owl:someValuesFrom gist:Event ;
			]
		) ;
	] ;
	skos:definition "An event with a probability of happening in the future, and usually dependent upon some other event or condition."^^xsd:string ;
	skos:example "A fire insurance payout is contingent on a particular building burning down; selling 20 shares of stock in a given company is contingent on the price dropping below $200/share; the death benefit payout on a life insurance policy is contingent on the death of the insured person."^^xsd:string ;
	skos:prefLabel "Contingent Event"^^xsd:string ;
	.

gist:ContingentObligation
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Commitment
			[
				a owl:Restriction ;
				owl:onProperty gist:hasGiver ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:unionOf (
						gist:Organization
						gist:Person
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:isTriggeredBy ;
				owl:someValuesFrom gist:Event ;
			]
		) ;
	] ;
	skos:definition "An obligation that is not yet firm. There is some contingent event whose occurrence will cause the obligation to become firm."^^xsd:string ;
	skos:prefLabel "Contingent Obligation"^^xsd:string ;
	skos:scopeNote "A contingent obligation might have a getter counterparty (as in the case of insurance); but it might not (as in the case of an offer)."^^xsd:string ;
	.

gist:Contract
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Agreement
			[
				a owl:Restriction ;
				owl:onProperty gist:isUnderJurisdictionOf ;
				owl:someValuesFrom gist:GovernmentOrganization ;
			]
		) ;
	] ;
	skos:definition "An agreement which can be enforced by law."^^xsd:string ;
	skos:prefLabel "Contract"^^xsd:string ;
	.

gist:ContractTerm
	a owl:Class ;
	rdfs:subClassOf gist:Specification ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A specification of some aspect of a contract."^^xsd:string ;
	skos:prefLabel "Contract Term"^^xsd:string ;
	.

gist:ControlledVocabulary
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Collection
			[
				a owl:Restriction ;
				owl:onProperty gist:isGovernedBy ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:unionOf (
						gist:Organization
						gist:Person
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isMemberOf ;
				] ;
				owl:someValuesFrom gist:Category ;
			]
		) ;
	] ;
	skos:definition "A collection of terms approved and managed by some organization or person."^^xsd:string ;
	skos:prefLabel "Controlled Vocabulary"^^xsd:string ;
	skos:scopeNote "A controlled vocabulary is similar to a skos:ConceptScheme, but it could also be used for things that are not concepts, such as organizations, US presidents, geographic regions, etc. Hierarchical relationships between instances of the controlled vocabulary are possible."^^xsd:string ;
	.

gist:CountryGeoRegion
	a owl:Class ;
	rdfs:subClassOf [
		a owl:Restriction ;
		owl:onProperty gist:isGovernedBy ;
		owl:cardinality "1"^^xsd:nonNegativeInteger ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:GovernedGeoRegion
			[
				a owl:Restriction ;
				owl:onProperty gist:isGovernedBy ;
				owl:someValuesFrom gist:CountryGovernment ;
			]
		) ;
	] ;
	skos:definition "A geographic region governed by exactly one country government."^^xsd:string ;
	skos:prefLabel "Country Geographic Region"^^xsd:string ;
	.

gist:CountryGovernment
	a owl:Class ;
	rdfs:subClassOf
		[
			a owl:Restriction ;
			owl:onProperty gist:isGovernedBy ;
			owl:onClass gist:GovernmentOrganization ;
			owl:maxQualifiedCardinality "0"^^xsd:nonNegativeInteger ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty [
				owl:inverseOf gist:isGovernedBy ;
			] ;
			owl:onClass gist:CountryGeoRegion ;
			owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith gist:SubCountryGovernment ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:GovernmentOrganization
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isGovernedBy ;
				] ;
				owl:someValuesFrom gist:CountryGeoRegion ;
			]
		) ;
	] ;
	skos:definition "A government organization which asserts both sovereignty (i.e., it is not governed by some other government organization) and governance over an entity generally recognized as a country."^^xsd:string ;
	skos:prefLabel "Country Government"^^xsd:string ;
	skos:scopeNote "While a country government may enter into treaties with other country governments, there are no governing relationships among the treaty members."^^xsd:string ;
	.

gist:DegreeOfCommitment
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The difficulty of reversing a commitment."^^xsd:string ;
	skos:example "A car rental typically has a lower degree of commitment than an airfare reservation."^^xsd:string ;
	skos:prefLabel "Degree Of Commitment"^^xsd:string ;
	.

gist:Determination
	a owl:Class ;
	rdfs:subClassOf gist:Event ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "An event whose purpose is to establish a specific result, value, or outcome, usually by research, measuring, evaluating, or calculating."^^xsd:string ;
	skos:example "Measuring the sulphur content of crude oil; evaluating a loan application for approval; estimating the price of gas for the next three months; determining whether and by how much an interest rate should change; classifying a purchase into a budget category."^^xsd:string ;
	skos:prefLabel "Determination"^^xsd:string ;
	.

gist:Discipline
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "An area of study or practice."^^xsd:string ;
	skos:example "Finance, accounting, project management, acoustics, ballistics."^^xsd:string ;
	skos:prefLabel "Discipline"^^xsd:string ;
	.

gist:ElectronicAddress
	a owl:Class ;
	rdfs:subClassOf gist:Address ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith gist:PhysicalAddress ;
	skos:altLabel "Virtual Address"^^xsd:string ;
	skos:definition "An address referring to a locatable virtual place that does not physically exist but is made by software or electronics to appear to do so."^^xsd:string ;
	skos:example "A file system path, website URL, IP address, email address, mobile or landline telephone number."^^xsd:string ;
	skos:prefLabel "Electronic Address"^^xsd:string ;
	.

gist:ElectronicAddressType
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A category indicating a kind of electronic address. Such a category is usually based on the technology that enables routing to the address referent."^^xsd:string ;
	skos:example "A URL, file system path, email address, mobile telephone number."^^xsd:string ;
	skos:prefLabel "Electronic Address Type"^^xsd:string ;
	.

gist:Equipment
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:PhysicalIdentifiableItem
			[
				a owl:Restriction ;
				owl:onProperty gist:isCategorizedBy ;
				owl:someValuesFrom gist:EquipmentType ;
			]
		) ;
	] ;
	skos:definition "Human-made, tangible property other than land or buildings used to perform a task or activity."^^xsd:string ;
	skos:example "A machine, a router, a car, a baseball bat."^^xsd:string ;
	skos:prefLabel "Equipment"^^xsd:string ;
	.

gist:EquipmentType
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A category of equipment."^^xsd:string ;
	skos:prefLabel "Equipment Type"^^xsd:string ;
	.

gist:Event
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith
		gist:Aspect ,
		gist:Category ,
		gist:Language ,
		gist:Magnitude ,
		gist:TimeInterval ,
		gist:UnitOfMeasure
		;
	skos:definition "Something that occurs over a period of time, often characterized as an activity being carried out by some person, organization, or software application or brought about by natural forces."^^xsd:string ;
	skos:example "A transaction, conference, baseball game, earthquake."^^xsd:string ;
	skos:prefLabel "Event"^^xsd:string ;
	skos:scopeNote
		"An event does not necessarily have either planned or actual start or end datetimes. For example, a conference can be in the planning phase without any dates selected, but is nevertheless an (unscheduled) event. The subclasses of gist:Event state particular restrictions on planned and actual start and end dates."^^xsd:string ,
		"An event occurs during a time interval, which is distinct from the event."^^xsd:string
		;
	.

gist:EventSpecification
	a owl:Class ;
	rdfs:subClassOf gist:Specification ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A characterization of an event that might happen."^^xsd:string ;
	skos:example "An insurance company defines the characteristics of a weather event that must be satisfied for it to qualify as a hail storm covered in its homeowner's policy; a bank defines the point at which a borrower defaults on a loan."^^xsd:string ;
	skos:prefLabel "Event Specification"^^xsd:string ;
	skos:scopeNote "This concept is useful for risk assessment and insurance policies."^^xsd:string ;
	.

gist:FormattedContent
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:ContentExpression
			[
				a owl:Restriction ;
				owl:onProperty gist:isExpressedIn ;
				owl:someValuesFrom gist:MediaType ;
			]
		) ;
	] ;
	skos:definition "Content which is in a particular format."^^xsd:string ;
	skos:example "An HTML website, a PDF document, a JPG image."^^xsd:string ;
	skos:prefLabel "Formatted Content"^^xsd:string ;
	.

gist:Function
	a owl:Class ;
	rdfs:subClassOf gist:Intention ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The activity that a human-made item is intended to perform."^^xsd:string ;
	skos:example "Transmit electricity, provide ballast, control ambient temperature."^^xsd:string ;
	skos:prefLabel "Function"^^xsd:string ;
	.

gist:GeneralMediaType
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The real-world media type for content."^^xsd:string ;
	skos:example "Audio, still image, video, textual, physical (e.g., a statue), performance (e.g., a play), oil or pastel for a painting."^^xsd:string ;
	skos:prefLabel "General Media Type"^^xsd:string ;
	.

gist:GeoLocation
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A physical location, with the earth as a frame of reference."^^xsd:string ;
	skos:prefLabel "Geographic Location"^^xsd:string ;
	skos:scopeNote "A geographic location may be a point, region, or volume."^^xsd:string ;
	.

gist:GeoPoint
	a owl:Class ;
	rdfs:subClassOf gist:GeoLocation ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith
		gist:IntellectualProperty ,
		gist:Intention ,
		gist:Language ,
		gist:Magnitude ,
		gist:Organization ,
		gist:PhysicalIdentifiableItem ,
		gist:PhysicalSubstance ,
		gist:UnitOfMeasure
		;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			[
				a owl:Restriction ;
				owl:onProperty gist:hasMagnitude ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:intersectionOf (
						gist:Magnitude
						[
							a owl:Restriction ;
							owl:onProperty gist:hasAspect ;
							owl:hasValue gistd:_Aspect_altitude ;
						]
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:latitude ;
				owl:someValuesFrom xsd:double ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:longitude ;
				owl:someValuesFrom xsd:double ;
			]
		) ;
	] ;
	skos:definition "An individual point on or above the Earth's surface, identified by latitude, longitude and altitude. Altitude is the distance measured from sea level. If altitude is missing, the point is assumed to be at the Earth's surface. These points are described using decimal latitude/longitude."^^xsd:string ;
	skos:prefLabel "Geographic Point"^^xsd:string ;
	.

gist:GeoRegion
	a owl:Class ;
	rdfs:subClassOf [
		a owl:Class ;
		owl:intersectionOf (
			gist:GeoLocation
			[
				a owl:Restriction ;
				owl:onProperty gist:hasMagnitude ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:intersectionOf (
						gist:Magnitude
						[
							a owl:Restriction ;
							owl:onProperty gist:hasAspect ;
							owl:hasValue gistd:_Aspect_area ;
						]
					) ;
				] ;
			]
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith
		gist:IntellectualProperty ,
		gist:Intention ,
		gist:Language ,
		gist:Magnitude ,
		gist:Organization ,
		gist:PhysicalIdentifiableItem ,
		gist:PhysicalSubstance ,
		gist:Template ,
		gist:UnitOfMeasure
		;
	skos:definition "A bounded region (or set of regions) on the surface of the Earth."^^xsd:string ;
	skos:example "The bounded shape that defines the region occupied by Crater Lake; the bounded area known as the contiguous USA."^^xsd:string ;
	skos:prefLabel "Geographic Region"^^xsd:string ;
	skos:scopeNote "A geographic region could be non-contiguous; e.g., the region governed by the US federal government is the contiguous area of the lower 48 states plus Alaska, Hawaii, and overseas territories. Child classes in lower ontologies can make this distinction."^^xsd:string ;
	.

gist:GeoRoute
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:OrderedCollection
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isMemberOf ;
				] ;
				owl:someValuesFrom gist:GeoPoint ;
			]
		) ;
	] ;
	skos:definition "An ordered set of geographic points that defines a path from a starting point to an ending point."^^xsd:string ;
	skos:prefLabel "Geographic Route"^^xsd:string ;
	skos:scopeNote "A geographic route could describe a bus route by identifying the points where the bus stops. A geographic route could describe the boundary of a polygonal geographic region (it does not have to be a travelled route)."^^xsd:string ;
	.

gist:GeoVolume
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:GeoLocation
			[
				a owl:Restriction ;
				owl:onProperty gist:hasMagnitude ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:intersectionOf (
						gist:Magnitude
						[
							a owl:Restriction ;
							owl:onProperty gist:hasAspect ;
							owl:hasValue gistd:_Aspect_volume ;
						]
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isGeoContainedIn ;
				] ;
				owl:someValuesFrom gist:GeoPoint ;
			]
		) ;
	] ;
	skos:definition "A three-dimensional space on or near the surface of the Earth, such as an oil reservoir, the body of a lake, or an airspace."^^xsd:string ;
	skos:prefLabel "Geographic Volume"^^xsd:string ;
	.

gist:GovernedGeoRegion
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:GeoRegion
			[
				a owl:Restriction ;
				owl:onProperty gist:isGovernedBy ;
				owl:someValuesFrom gist:GovernmentOrganization ;
			]
		) ;
	] ;
	skos:definition "A geographic region governed by at least one government organization."^^xsd:string ;
	skos:prefLabel "Governed Geographic Region"^^xsd:string ;
	skos:scopeNote "Geographic regions do not need not be physically contiguous in order to constitute a governed geographic region; e.g., Alaska and Hawaii are part of the region governed by the United States."^^xsd:string ;
	.

gist:GovernmentOrganization
	a owl:Class ;
	rdfs:subClassOf gist:Organization ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith gist:IntergovernmentalOrganization ;
	skos:definition "An independent organization exercising political and/or regulatory authority over a political unit, people, geographical region, etc., as well as performing certain functions for this unit or body."^^xsd:string ;
	skos:example
		"Negative example: A corporation, which is owned and therefore not independent."^^xsd:string ,
		"The State of Washington Office of Financial Management; the Food and Drug Administration; the Scottish Parliament."^^xsd:string
		;
	skos:prefLabel "Government Organization"^^xsd:string ;
	skos:scopeNote "Includes administrative, regulatory, and enforcement organizations created or sanctioned by country or sub-country governments."^^xsd:string ;
	.

gist:HistoricalEvent
	a owl:Class ;
	rdfs:subClassOf [
		a owl:Restriction ;
		owl:onProperty gist:actualStartDateTime ;
		owl:someValuesFrom xsd:dateTime ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Event
			[
				a owl:Restriction ;
				owl:onProperty gist:actualEndDateTime ;
				owl:someValuesFrom xsd:dateTime ;
			]
		) ;
	] ;
	skos:definition "An event which occurred in time, with an actual end earlier than the present moment."^^xsd:string ;
	skos:prefLabel "Historical Event"^^xsd:string ;
	.

gist:ID
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Content
			[
				a owl:Restriction ;
				owl:onProperty gist:isAllocatedBy ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:unionOf (
						gist:IntellectualProperty
						gist:Organization
						gist:Person
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:uniqueText ;
				owl:someValuesFrom xsd:string ;
			]
		) ;
	] ;
	skos:definition "Content that is used to uniquely identify something or someone."^^xsd:string ;
	skos:example "SSN for a person; serial number for a product; employee ID for a person."^^xsd:string ;
	skos:prefLabel "ID"^^xsd:string ;
	skos:scopeNote "Used in conjunction with gist:isIdentifiedBy."^^xsd:string ;
	.

gist:IntellectualProperty
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith
		gist:Magnitude ,
		gist:Organization ,
		gist:PhysicalIdentifiableItem ,
		gist:PhysicalSubstance ,
		gist:UnitOfMeasure
		;
	skos:definition "An intangible work, invention, or concept, independent of its being expressed in text, audio, video, image, or live performance. IP can also be tacit knowledge, know-how, or skill."^^xsd:string ;
	skos:example "The Old Man and The Sea; the Page Rank algorithm; the brand Coca Cola."^^xsd:string ;
	skos:prefLabel "Intellectual Property"^^xsd:string ;
	skos:scopeNote
		"For literature this could be called the 'Work', except that 'work' is a highly overloaded term (expenditure of energy, resource consumption, art).  Often the first expression precedes our recognition of the IP, but subsequent expressions are known to be derivatives of the IP, even if they are expression-to-expression translations (or copies)."^^xsd:string ,
		"This concept includes works that are out of copyright or were never formally registered; the defining feature is not that it is legally protected but that it is an intangible creation of the human mind."^^xsd:string
		;
	.

gist:Intention
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith
		gist:Magnitude ,
		gist:Organization ,
		gist:PhysicalIdentifiableItem ,
		gist:PhysicalSubstance ,
		gist:UnitOfMeasure
		;
	skos:definition "A goal, desire, or aspiration."^^xsd:string ;
	skos:prefLabel "Intention"^^xsd:string ;
	skos:scopeNote "The 'teleological' aspect of a system that indicates things are done with a purpose."^^xsd:string ;
	.

gist:IntergovernmentalOrganization
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Organization
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isMemberOf ;
				] ;
				owl:onClass gist:GovernmentOrganization ;
				owl:minQualifiedCardinality "2"^^xsd:nonNegativeInteger ;
			]
		) ;
	] ;
	skos:definition "An organization whose members are government organizations. This can comprise regional, municipal, state/province, or national level entities."^^xsd:string ;
	skos:example "The United Nations, the European Union, the Metropolitan Transit Authority."^^xsd:string ;
	skos:prefLabel "Intergovernmental Organization"^^xsd:string ;
	.

gist:KnowledgeConcept
	a owl:Class ;
	rdfs:subClassOf gist:IntellectualProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "An abstract concept that arises from the distillation of experience. It is similar to a category but, rather than being a simple tag, it has rich structure."^^xsd:string ;
	skos:example "Most domains will define a few subclasses, such as gene, protein, chemical, disease, subject matter, industry, method."^^xsd:string ;
	skos:prefLabel "Knowledge Concept"^^xsd:string ;
	skos:scopeNote """Some knowledge is about specific instances that already exist in the knowledge graph. We may have knowledge that Judge Jones is more lenient on repeat offenders in the morning; we may know that the earliest killing frost in Fort Collins is the last week of September.

These fit the broader definition of knowledge, the distillation of experience. But they do not require any new instances.  Judge Jones and Fort Collins already exist and have a place in our knowledge graph.

But some knowledge requires that we synthesize new instances in order to have a place to consolidate the knowledge.  A disease isn't a tangible thing, like a person or a building. A disease is a prediction that a person's health will decline in a predictable way (without treatment and with treatment). The number of diseases continues to grow as we collectively learn more and more granular distinctions. Lung cancer used to be a single disease, but now we have dozens of fine-grained distinctions; e.g., non-lymphoma small cell fusiform is different from alveolar adenocarcinoma because we now know the prognosis and treatment are different.

This superclass is meant as a place for subclasses that will have the instances that represent the foci of the knowledge we have acquired. Note the distinction between a particular portion of, say, gold, which instantiates gist:PhysicalSubstance, and the concept of gold, which instantiates gist:KnowledgeConcept.

In some ontologies what we are calling knowledge concepts are defined as classes; e.g., non-lymphoma small cell fusiform and alveolar adenocarcinoma would be two classes rather than two instances. But using a class makes it harder to connect the concept to other instances in a knowledge graph, and furthermore such classes would lack instances."""^^xsd:string ;
	.

gist:Landmark
	a owl:Class ;
	rdfs:subClassOf
		gist:PhysicalIdentifiableItem ,
		[
			a owl:Restriction ;
			owl:onProperty gist:hasPhysicalLocation ;
			owl:someValuesFrom [
				a owl:Class ;
				owl:unionOf (
					gist:GeoRegion
					gist:GeoVolume
				) ;
			] ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Something permanently attached to the Earth."^^xsd:string ;
	skos:editorialNote "See guidance on removing the term in the next major release at https://github.com/semanticarts/gist/issues/947#issuecomment-1679566885."^^xsd:string ;
	skos:prefLabel "Landmark"^^xsd:string ;
	.

gist:Language
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith
		gist:Magnitude ,
		gist:Organization ,
		gist:PhysicalIdentifiableItem ,
		gist:PhysicalSubstance ,
		gist:UnitOfMeasure
		;
	skos:definition "A recognized, organized set of symbols and grammar."^^xsd:string ;
	skos:example "Natural languages such as English and Spanish; computer languages such as OWL, Python, and XML."^^xsd:string ;
	skos:prefLabel "Language"^^xsd:string ;
	.

gist:LivingThing
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:PhysicalIdentifiableItem
			[
				a owl:Restriction ;
				owl:onProperty gist:hasBiologicalParent ;
				owl:someValuesFrom gist:LivingThing ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:birthDate ;
				owl:cardinality "1"^^xsd:nonNegativeInteger ;
			]
		) ;
	] ;
	skos:definition "Something that is currently, or at some point in time was, alive."^^xsd:string ;
	skos:example
		"A cat, a mushroom, a tree."^^xsd:string ,
		"Negative examples: fictional life forms such as unicorns or Mickey Mouse."^^xsd:string
		;
	skos:prefLabel "Living Thing"^^xsd:string ;
	skos:scopeNote "Not all life forms have exactly two parents, so the restriction only specifies a minimum of one."^^xsd:string ;
	.

gist:Magnitude
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:seeAlso gist:hasAccuracy ;
	owl:disjointWith
		gist:Organization ,
		gist:PhysicalIdentifiableItem ,
		gist:PhysicalSubstance ,
		gist:UnitOfMeasure
		;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			[
				a owl:Restriction ;
				owl:onProperty gist:hasAspect ;
				owl:someValuesFrom gist:Aspect ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:hasUnitOfMeasure ;
				owl:someValuesFrom gist:UnitOfMeasure ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:numericValue ;
				owl:someValuesFrom rdfs:Literal ;
			]
		) ;
	] ;
	skos:definition "The amount of a measurable characteristic (aspect)."^^xsd:string ;
	skos:example "A model of car could have a wheelbase of 113.2 inches. In this example, the aspect is wheelbase, the unit of measure is inch, and the numeric value is 113.2."^^xsd:string ;
	skos:prefLabel "Magnitude"^^xsd:string ;
	skos:scopeNote "An accuracy can be assigned to a magnitude using the property has accuracy."^^xsd:string ;
	.

gist:MediaType
	a owl:Class ;
	rdfs:subClassOf
		gist:Category ,
		[
			a owl:Restriction ;
			owl:onProperty gist:uniqueText ;
			owl:someValuesFrom xsd:string ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:seeAlso <https://www.iana.org/assignments/media-types/media-types.xhtml> ;
	skos:definition "A digitized type that computer applications can recognize."^^xsd:string ;
	skos:example "application/sparql-results+xml"^^xsd:string ;
	skos:prefLabel "Media Type"^^xsd:string ;
	skos:scopeNote "The unique text for an IANA media type is the concatenation of the 'Type name', a slash '/', and the 'Subtype name' as provided on the page displayed when you resolve the URI of the media type."^^xsd:string ;
	.

gist:Medium
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A physical material on which a work can be rendered, represented, or implemented."^^xsd:string ;
	skos:example "Paper, clay, a computer monitor."^^xsd:string ;
	skos:prefLabel "Medium"^^xsd:string ;
	.

gist:Message
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:ContentExpression
			[
				a owl:Restriction ;
				owl:onProperty gist:comesFromAgent ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:unionOf (
						gist:Organization
						gist:Person
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:goesToAgent ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:unionOf (
						gist:Organization
						gist:Person
					) ;
				] ;
			]
		) ;
	] ;
	skos:definition "A specific instance of content sent from a sender to at least one other recipient."^^xsd:string ;
	skos:example "An email, voice, or web service message; a phone call."^^xsd:string ;
	skos:prefLabel "Message"^^xsd:string ;
	.

gist:Network
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Composite
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isMemberOf ;
				] ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:unionOf (
						gist:NetworkLink
						gist:NetworkNode
					) ;
				] ;
			]
		) ;
	] ;
	skos:definition "A composite consisting of nodes connected by links."^^xsd:string ;
	skos:example "A physical network could include connected computers or routers, whereas a social network would consist of related person or organization members (or their proxies, such as accounts)."^^xsd:string ;
	skos:prefLabel "Network"^^xsd:string ;
	.

gist:NetworkLink
	a owl:Class ;
	rdfs:subClassOf
		[
			a owl:Restriction ;
			owl:onProperty gist:links ;
			owl:allValuesFrom gist:NetworkNode ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty gist:links ;
			owl:cardinality "2"^^xsd:nonNegativeInteger ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Component
			[
				a owl:Restriction ;
				owl:onProperty gist:isMemberOf ;
				owl:someValuesFrom gist:Network ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:links ;
				owl:someValuesFrom gist:NetworkNode ;
			]
		) ;
	] ;
	skos:definition "An abstract representation of the connection between two or more nodes in a network."^^xsd:string ;
	skos:example "A network link may be physical, such as pipes, wired or wireless networks, but may also be a link in a non-physical network, such as organizational structures or social networks."^^xsd:string ;
	skos:prefLabel "Network Link"^^xsd:string ;
	skos:scopeNote "Each newtork link is connected to a network node via the property gist:links or one of its subproperties."^^xsd:string ;
	.

gist:NetworkNode
	a owl:Class ;
	rdfs:subClassOf
		gist:Component ,
		[
			a owl:Restriction ;
			owl:onProperty gist:isMemberOf ;
			owl:someValuesFrom gist:Network ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A node in a network."^^xsd:string ;
	skos:example "A person's account is a node in a social network; a valve is a node in a network of pipes."^^xsd:string ;
	skos:prefLabel "Network Node"^^xsd:string ;
	.

gist:Offer
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:ContingentObligation
			[
				a owl:Restriction ;
				owl:onProperty gist:offersToProvide ;
				owl:someValuesFrom owl:Thing ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:offersToReceive ;
				owl:someValuesFrom owl:Thing ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:hasGiver ;
				owl:someValuesFrom [
					a owl:Class ;
					owl:unionOf (
						gist:Organization
						gist:Person
					) ;
				] ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:plannedEndDateTime ;
				owl:someValuesFrom xsd:dateTime ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:plannedStartDateTime ;
				owl:someValuesFrom xsd:dateTime ;
			]
		) ;
	] ;
	skos:definition "A contingent commitment to buy, sell, swap or provide one or more described or identified goods or services in exchange for another (or others)."^^xsd:string ;
	skos:example "An offer to sell a book for a given price; an offer to purchase real estate for a particular price; an offer to swap a sea kayak for a mountain bike; currency exchange. A donation may be modeled as an offer to receive money typically in exchange for $0.00, but sometimes for items of value such as coffee mugs or T-shirts."^^xsd:string ;
	skos:prefLabel "Offer"^^xsd:string ;
	skos:scopeNote "Dates on an offer represent the time period the offer is valid for, as in '25% off through October 25, 2025'."^^xsd:string ;
	.

gist:OrderedCollection
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Collection
			[
				a owl:Class ;
				owl:unionOf (
					[
						a owl:Restriction ;
						owl:onProperty [
							owl:inverseOf gist:isFirstMemberOf ;
						] ;
						owl:someValuesFrom gist:OrderedMember ;
					]
					[
						a owl:Restriction ;
						owl:onProperty [
							owl:inverseOf gist:isMemberOf ;
						] ;
						owl:cardinality "0"^^xsd:nonNegativeInteger ;
					]
				) ;
			]
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isMemberOf ;
				] ;
				owl:allValuesFrom gist:OrderedMember ;
			]
		) ;
	] ;
	skos:definition "A collection whose members are ordered in some way."^^xsd:string ;
	skos:prefLabel "Ordered Collection"^^xsd:string ;
	skos:scopeNote "Includes partially ordered collections as well as collections in which members occupy the same position in a 'tie.' All members of an ordered collection are ordered members."^^xsd:string ;
	.

gist:OrderedMember
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Component
			[
				a owl:Class ;
				owl:unionOf (
					[
						a owl:Restriction ;
						owl:onProperty gist:precedesDirectly ;
						owl:someValuesFrom gist:OrderedMember ;
					]
					[
						a owl:Restriction ;
						owl:onProperty [
							owl:inverseOf gist:precedesDirectly ;
						] ;
						owl:someValuesFrom gist:OrderedMember ;
					]
					[
						a owl:Restriction ;
						owl:onProperty gist:sequence ;
						owl:someValuesFrom xsd:integer ;
					]
				) ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:providesOrderFor ;
				owl:someValuesFrom owl:Thing ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:isMemberOf ;
				owl:allValuesFrom gist:OrderedCollection ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:isMemberOf ;
				owl:cardinality "1"^^xsd:nonNegativeInteger ;
			]
		) ;
	] ;
	skos:definition "A member of an ordered collection serving as a proxy for a real world item, which can appear in different orders in different collections. The ordered member appears in exactly one ordered collection."^^xsd:string ;
	skos:example "A person may rank 12th in the Boston Marathon but 29th in the New York City Marathon."^^xsd:string ;
	skos:prefLabel "Ordered Member"^^xsd:string ;
	skos:scopeNote "An ordered member points to the real world item via the providesOrderFor property. Ordering information is represented either as a number in a sequence, or by preceding or following another ordered member."^^xsd:string ;
	.

gist:Organization
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith
		gist:PhysicalIdentifiableItem ,
		gist:PhysicalSubstance ,
		gist:SchemaMetaData ,
		gist:UnitOfMeasure
		;
	skos:definition "A structured entity formed to achieve specific goals, typically involving members with defined roles."^^xsd:string ;
	skos:example "Legal entities like companies; non-legal entities like clubs, committees, or departments."^^xsd:string ;
	skos:prefLabel "Organization"^^xsd:string ;
	skos:scopeNote
		"Not all organizations have members, e.g. shell companies."^^xsd:string ,
		"While typically the members of organizations are people, in some cases they are other organizations; e.g., the members of the United Nations are country governments."^^xsd:string
		;
	.

gist:Permission
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Intention
			[
				a owl:Restriction ;
				owl:onProperty gist:allows ;
				owl:someValuesFrom gist:Behavior ;
			]
		) ;
	] ;
	skos:definition "A description of things one is permitted to do."^^xsd:string ;
	skos:example "Permission could be broad, such as free speech, but more often is very specific, such as the right to enter a particular property."^^xsd:string ;
	skos:prefLabel "Permission"^^xsd:string ;
	.

gist:Person
	a owl:Class ;
	rdfs:subClassOf [
		a owl:Restriction ;
		owl:onProperty gist:hasBiologicalParent ;
		owl:allValuesFrom gist:Person ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:LivingThing
			[
				a owl:Restriction ;
				owl:onProperty gist:hasBiologicalParent ;
				owl:someValuesFrom gist:Person ;
			]
		) ;
	] ;
	skos:definition "A human being who was or is alive."^^xsd:string ;
	skos:example "Negative example: fictional characters."^^xsd:string ;
	skos:prefLabel "Person"^^xsd:string ;
	.

gist:PhysicalActionType
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A category indicating the type of an action based on its effect in the physical world."^^xsd:string ;
	skos:example "Lifting a garage door, turning off a valve, dropping cadmium rods."^^xsd:string ;
	skos:prefLabel "Physical Action Type"^^xsd:string ;
	.

gist:PhysicalAddress
	a owl:Class ;
	rdfs:subClassOf gist:Address ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Address
			[
				a owl:Restriction ;
				owl:onProperty gist:refersTo ;
				owl:someValuesFrom gist:GeoLocation ;
			]
		) ;
	] ;
	skos:definition "An address that refers to a locatable place within the physical universe."^^xsd:string ;
	skos:example "1600 Pennsylvania Avenue NW, Washington, DC 20500; PO Box 7704, San Francisco, CA 94120-7704; Room 317 in the Louvre Museum."^^xsd:string ;
	skos:prefLabel "Physical Address"^^xsd:string ;
	.

gist:PhysicalAddressType
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A category indicating local customary characterizations of physical addresses."^^xsd:string ;
	skos:example "Street address, PO box, FPO code."^^xsd:string ;
	skos:prefLabel "Physical Address Type"^^xsd:string ;
	.

gist:PhysicalEvent
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Event
			[
				a owl:Restriction ;
				owl:onProperty gist:occursIn ;
				owl:someValuesFrom gist:GeoLocation ;
			]
		) ;
	] ;
	skos:definition "An event that can be said to have occurred at some place in space."^^xsd:string ;
	skos:example
		"A meeting, a car accident."^^xsd:string ,
		"Negative examples: Excludes events that have no meaningful location, such as financial events or project milestones."^^xsd:string
		;
	skos:prefLabel "Physical Event"^^xsd:string ;
	.

gist:PhysicalIdentifiableItem
	a owl:Class ;
	rdfs:subClassOf
		[
			a owl:Restriction ;
			owl:onProperty gist:hasMagnitude ;
			owl:someValuesFrom [
				a owl:Class ;
				owl:intersectionOf (
					gist:Magnitude
					[
						a owl:Restriction ;
						owl:onProperty gist:hasAspect ;
						owl:hasValue gistd:_Aspect_mass ;
					]
				) ;
			] ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty gist:hasMagnitude ;
			owl:someValuesFrom [
				a owl:Class ;
				owl:intersectionOf (
					gist:Magnitude
					[
						a owl:Restriction ;
						owl:onProperty gist:hasAspect ;
						owl:hasValue gistd:_Aspect_volume ;
					]
				) ;
			] ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty gist:isMadeUpOf ;
			owl:someValuesFrom gist:PhysicalSubstance ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith
		gist:SchemaMetaData ,
		gist:UnitOfMeasure
		;
	skos:definition "A discrete physical object which, if subdivided, will result in parts that are distinguishable in nature from the whole and in general also from the other parts."^^xsd:string ;
	skos:example "A computer, a book, a car."^^xsd:string ;
	skos:prefLabel "Physical Identifiable Item"^^xsd:string ;
	skos:scopeNote "This concept generally corresponds to count nouns in English. By contrast, physical substances, such as an amount of water, flour, or sand, are mass nouns. Physical identifiable items are made up of physical substances; e.g., a cake is made up of butter, flour, and sugar; a statue is made of bronze. If you divide a physical substance such as an amount of water into parts, you have two amounts of water otherwise indistinguishable from one another; if you divide a physical identifiable item such as a computer into parts, each part is different from the whole."^^xsd:string ;
	.

gist:PhysicalSubstance
	a owl:Class ;
	rdfs:subClassOf
		[
			a owl:Restriction ;
			owl:onProperty gist:hasMagnitude ;
			owl:someValuesFrom [
				a owl:Class ;
				owl:intersectionOf (
					gist:Magnitude
					[
						a owl:Restriction ;
						owl:onProperty gist:hasAspect ;
						owl:hasValue gistd:_Aspect_mass ;
					]
				) ;
			] ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty gist:hasMagnitude ;
			owl:someValuesFrom [
				a owl:Class ;
				owl:intersectionOf (
					gist:Magnitude
					[
						a owl:Restriction ;
						owl:onProperty gist:hasAspect ;
						owl:hasValue gistd:_Aspect_volume ;
					]
				) ;
			] ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith gist:UnitOfMeasure ;
	skos:definition "An undifferentiated amount of physical material which, when subdivided, results in each part being indistinguishable in nature from the whole and from every other part."^^xsd:string ;
	skos:example
		"An amount of water, penicillin, sand, or gold."^^xsd:string ,
		"Negative example: the concept of gold."^^xsd:string
		;
	skos:prefLabel "Physical Substance"^^xsd:string ;
	skos:scopeNote
		"An instance of this class has weight and takes up space. We mean the physical gold in a ring, not the concept of gold that shows up in the periodic table. The latter would be an instance of gist:KnowledgeConcept."^^xsd:string ,
		"This concept generally corresponds to mass nouns in English. By contrast, instances of PhysicalIdentifiableItem, such as a computer, book, or car, are count nouns. PhysicalIdentifiableItems are made up of PhysicalSubstances; e.g., a cake is made up of butter, flour, and sugar; a ring is made of gold. If you divide a PhysicalSubstance such as an amount of water into parts, you have different amounts of water otherwise indistinguishable from one another; if you divide a PhysicalIdentifiableItem such as a computer into parts, each part will be distinguishable from the original whole."^^xsd:string
		;
	.

gist:ProductCategory
	a owl:Class ;
	rdfs:subClassOf gist:Category ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Any of many ways of categorizing products."^^xsd:string ;
	skos:example "Automobile models, NATO product codes."^^xsd:string ;
	skos:prefLabel "Product Category"^^xsd:string ;
	.

gist:ProductSpecification
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:CatalogItem
			[
				a owl:Restriction ;
				owl:onProperty gist:isCategorizedBy ;
				owl:someValuesFrom gist:ProductCategory ;
			]
		) ;
	] ;
	skos:definition "Offering something which could be physically warehoused or digitally stored."^^xsd:string ;
	skos:prefLabel "Product Specification"^^xsd:string ;
	.

gist:Project
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Task
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isPartOf ;
				] ;
				owl:someValuesFrom gist:Task ;
			]
		) ;
	] ;
	skos:definition "A task, usually of longer duration, made up of other tasks."^^xsd:string ;
	skos:example "Designing an insurance product; adding a new feature to a software application; assessing the level of risk for a mortgage application."^^xsd:string ;
	skos:prefLabel "Project"^^xsd:string ;
	.

gist:ReferenceValue
	a owl:Class ;
	rdfs:subClassOf gist:Magnitude ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A magnitude that was neither measured nor estimated but set by fiat."^^xsd:string ;
	skos:example "The sales goal for a company."^^xsd:string ;
	skos:prefLabel "Reference Value"^^xsd:string ;
	.

gist:RenderedContent
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:FormattedContent
			[
				a owl:Restriction ;
				owl:onProperty gist:isRenderedOn ;
				owl:someValuesFrom gist:Medium ;
			]
		) ;
	] ;
	skos:definition "Content which has been physically expressed."^^xsd:string ;
	skos:example "Words printed on paper; audio played on speakers; images displayed on monitors."^^xsd:string ;
	skos:prefLabel "Rendered Content"^^xsd:string ;
	.

gist:Requirement
	a owl:Class ;
	rdfs:subClassOf gist:Intention ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The obligation of a person or organization to behave in a certain way."^^xsd:string ;
	skos:example "In the US, drivers must drive on the right side of the road."^^xsd:string ;
	skos:prefLabel "Requirement"^^xsd:string ;
	.

gist:Restriction
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Intention
			[
				a owl:Restriction ;
				owl:onProperty gist:prevents ;
				owl:someValuesFrom gist:Behavior ;
			]
		) ;
	] ;
	skos:definition "A description of things one is prevented from doing."^^xsd:string ;
	skos:example "In the US, tax laws restrict the amount of money a person can put in retirement accounts over the course of a year."^^xsd:string ;
	skos:prefLabel "Restriction"^^xsd:string ;
	.

gist:ScheduledEvent
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Event
			[
				a owl:Restriction ;
				owl:onProperty gist:plannedStartDateTime ;
				owl:someValuesFrom xsd:dateTime ;
			]
		) ;
	] ;
	skos:definition "An event with a planned start datetime."^^xsd:string ;
	skos:prefLabel "Scheduled Event"^^xsd:string ;
	skos:scopeNote "If the event already started, but has not yet ended, it is a contemporary event with an actual start datetime. If the event is over, it is a historical event having an actual end datetime. The event always retains its planned start datetime, and thus continues to be a scheduled event."^^xsd:string ;
	.

gist:ScheduledTask
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:ScheduledEvent
			gist:Task
		) ;
	] ;
	skos:definition "A task with a planned start datetime."^^xsd:string ;
	skos:prefLabel "Scheduled Task"^^xsd:string ;
	skos:scopeNote "If work on the task has already started, but has not yet ended, it will have an actual start datetime. If the task is completed, it will also have an actual end datetime. The task always retains its planned start time, and thus continues to be a scheduled task."^^xsd:string ;
	.

gist:SchemaMetaData
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith gist:UnitOfMeasure ;
	skos:definition "Superclass for all types of metadata."^^xsd:string ;
	skos:example "Relational concepts, such as tables and columns; tool inputs, such as queries and R2RML maps."^^xsd:string ;
	skos:prefLabel "Schema Meta Data"^^xsd:string ;
	skos:scopeNote "The definition of this class needs additional work."^^xsd:string ;
	.

gist:ServiceSpecification
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:CatalogItem
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isBasedOn ;
				] ;
				owl:someValuesFrom gist:Event ;
			]
		) ;
	] ;
	skos:definition "A description of something that can be done for a person or organization (which produces some form of an act)."^^xsd:string ;
	skos:prefLabel "Service Specification"^^xsd:string ;
	.

gist:Specification
	a owl:Class ;
	rdfs:subClassOf gist:Intention ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "One or more characteristics that specify what it means to be a particular type of thing, such as a material, product, service or event. A specification is sufficiently precise to allow evaluating conformance to the specification."^^xsd:string ;
	skos:example "The specification of the iPhone 14; hypothetical events covered by a homeowner's insurance policy."^^xsd:string ;
	skos:prefLabel "Specification"^^xsd:string ;
	skos:scopeNote "Although a characterization of how to do something is often called a specification, the intended meaning here is limited to specifying what something is. The focus is on the what, not the how. Use gist:TaskTemplate for specifying the how, such as a plan or process specification."^^xsd:string ;
	.

gist:SubCountryGovernment
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:GovernmentOrganization
			[
				a owl:Restriction ;
				owl:onProperty gist:isGovernedBy ;
				owl:someValuesFrom gist:CountryGovernment ;
			]
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isGovernedBy ;
				] ;
				owl:someValuesFrom gist:GeoRegion ;
			]
		) ;
	] ;
	skos:definition "The government of a governed geographic region other than a country which is under the direct or indirect control of a country government."^^xsd:string ;
	skos:prefLabel "Sub-Country Government"^^xsd:string ;
	skos:scopeNote
		"Note that the predicate gist:isGovernedBy is used both for the relationship a governed geographic region has to its government and for the relationship a sub-region government has to the government of the larger region."^^xsd:string ,
		"There are many types of sub-regions of a country and the governments thereof (as well as different terms, like 'province' and 'state,' which refer to essentially the same type of thing). We should not automatically assume 'state,' 'county,' and 'city.' Subclasses or categories can be defined if greater specificity is needed."^^xsd:string ,
		"This class applies only to organizations governing geographic regions. Regulatory and bureaucratic organizations are members of the more generic gist:GovernmentOrganization class."^^xsd:string
		;
	.

gist:System
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Composite
			[
				a owl:Restriction ;
				owl:onProperty [
					owl:inverseOf gist:isDirectPartOf ;
				] ;
				owl:someValuesFrom gist:Component ;
			]
		) ;
	] ;
	skos:definition "A composite with component parts that contribute to the goal of the system."^^xsd:string ;
	skos:prefLabel "System"^^xsd:string ;
	.

gist:Tag
	a owl:Class ;
	rdfs:subClassOf
		gist:Category ,
		[
			a owl:Restriction ;
			owl:onProperty gist:containedText ;
			owl:someValuesFrom xsd:string ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A term in a folksonomy used to categorize things. Tags can be made up on the fly by users."^^xsd:string ;
	skos:prefLabel "Tag"^^xsd:string ;
	skos:scopeNote "Whether to use gist:containedText or gist:uniqueText on tags is an implementation decision. Since the latter is a subproperty of the former, the restriction remains valid either way."^^xsd:string ;
	.

gist:Task
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Event
			[
				a owl:Restriction ;
				owl:onProperty gist:hasGoal ;
				owl:someValuesFrom gist:Intention ;
			]
		) ;
	] ;
	skos:definition "An activity or piece of work that is either proposed, planned, scheduled, underway, or completed."^^xsd:string ;
	skos:prefLabel "Task"^^xsd:string ;
	skos:scopeNote
		"Something that could potentially be executed, which is merely described but not proposed in any specific way, such as a business process for onboarding a new employee, or the steps in a recipe for making polyethylene from ethylene, is not a task but rather a task template."^^xsd:string ,
		"This term is broader than the English word 'task,' which implies assignment, responsibility, or duty. In ordinary English going to a concert has a goal but is (generally) done for pleasure rather than out of obligation, and would not be considered a task, while according to the gist definition it is a task. The expansion of meaning is deliberate, so that anything that has a goal and can be specified by a task template is a task."^^xsd:string ,
		"Use the property gist:isBasedOn to link a task back to the task template."^^xsd:string
		;
	.

gist:TaskTemplate
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:Template
			[
				a owl:Restriction ;
				owl:onProperty gist:hasGoal ;
				owl:someValuesFrom gist:Intention ;
			]
		) ;
	] ;
	skos:definition "An outline of a task of a particular type, which is the basis for executing such tasks."^^xsd:string ;
	skos:example "A business process for onboarding new employees."^^xsd:string ;
	skos:prefLabel "Task Template"^^xsd:string ;
	skos:scopeNote
		"A task template may define a single activity or a series of activities; the level of granularity can be varied according to use case. For example, in a new employee onboarding process, signing up for benefits might be one activity, or it might be broken down into signing up for health insurance, signing up for dental insurance, etc."^^xsd:string ,
		"Use the property isBasedOn to link the Task back to the TaskTemplate."^^xsd:string
		;
	.

gist:Template
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith gist:UnitOfMeasure ;
	skos:definition "Something used to make objects in its own image."^^xsd:string ;
	skos:example "A die in manufacturing is used to make stamped parts; a form provides a structure and fields to be filled in; a cookie cutter is a template for cookies."^^xsd:string ;
	skos:prefLabel "Template"^^xsd:string ;
	skos:scopeNote "Use gist:isBasedOn to link the object made from the template back to the template."^^xsd:string ;
	.

gist:TemporalRelation
	a owl:Class ;
	rdfs:subClassOf
		[
			a owl:Restriction ;
			owl:onProperty gist:startDateTime ;
			owl:cardinality "1"^^xsd:nonNegativeInteger ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty gist:hasParticipant ;
			owl:minCardinality "2"^^xsd:nonNegativeInteger ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A relationship existing for a period of time."^^xsd:string ;
	skos:example "The relationship between a person and their employer; the relationship between a person or business and an address."^^xsd:string ;
	skos:prefLabel "Temporal Relation"^^xsd:string ;
	skos:scopeNote "A temporal relation must have a minimum of two participants. For example, both the employer and the employee are participants in a temporal relation representing a period of employment. Note that 'participant' does not imply agency; a non-sentient being can participate in a temporal relation. For example, both a person and a house could be participants in a hypothetical relation 'lives at.'"^^xsd:string ;
	.

gist:Text
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:equivalentClass [
		a owl:Class ;
		owl:intersectionOf (
			gist:ContentExpression
			[
				a owl:Restriction ;
				owl:onProperty gist:isExpressedIn ;
				owl:someValuesFrom gist:Language ;
			]
			[
				a owl:Restriction ;
				owl:onProperty gist:containedText ;
				owl:someValuesFrom xsd:string ;
			]
		) ;
	] ;
	skos:definition "Content expressed as words and numbers."^^xsd:string ;
	skos:example "Negative example: graphical content."^^xsd:string ;
	skos:prefLabel "Text"^^xsd:string ;
	.

gist:TimeInterval
	a owl:Class ;
	rdfs:subClassOf
		[
			a owl:Restriction ;
			owl:onProperty gist:endDateTime ;
			owl:cardinality "1"^^xsd:nonNegativeInteger ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty gist:startDateTime ;
			owl:cardinality "1"^^xsd:nonNegativeInteger ;
		] ,
		[
			a owl:Restriction ;
			owl:onProperty gist:hasMagnitude ;
			owl:onClass [
				a owl:Class ;
				owl:intersectionOf (
					gist:Magnitude
					[
						a owl:Restriction ;
						owl:onProperty gist:hasAspect ;
						owl:hasValue gistd:_Aspect_duration ;
					]
				) ;
			] ;
			owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A span of time with a known start time, end time, and duration. As long as two of the three are known, the third can be inferred."^^xsd:string ;
	skos:example "7pm to 9pm on Jan 1, 2001; fiscal year 2023 (according to some particular definition of fiscal year); the week starting at midnight of January 12, 2023 and lasting exactly 168 hours."^^xsd:string ;
	skos:prefLabel "Time Interval"^^xsd:string ;
	skos:scopeNote
		"An ongoing state of affairs with an unknown end time in the future cannot be a time interval; e.g. the lifespan of a living person cannot be a time interval, as the end time is unknown."^^xsd:string ,
		"This is distinct from a duration, which describes how long a time interval lasts (e.g., one hour; 3 days; 22 minutes)."^^xsd:string
		;
	.

gist:Transaction
	a owl:Class ;
	rdfs:subClassOf gist:Event ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "An exchange or transfer of goods, services, or funds."^^xsd:string ;
	skos:prefLabel "Transaction"^^xsd:string ;
	skos:scopeNote "Different sorts of transactions can have different datetime precisions. For example, an electronic transaction would have a gist:actualEndMicrosecond."^^xsd:string ;
	.

gist:UnitGroup
	a owl:Class ;
	rdfs:subClassOf
		gist:Collection ,
		[
			a owl:Restriction ;
			owl:onProperty [
				owl:inverseOf gist:isMemberOf ;
			] ;
			owl:someValuesFrom gist:UnitOfMeasure ;
		]
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:disjointWith gist:UnitOfMeasure ;
	skos:definition "A collection of units of measure that can all be used to measure the same aspects."^^xsd:string ;
	skos:example "The units of measure bit, byte, kilobit, kilobyte, etc. are all in the same unit group because they can all be used to measure an amount of data."^^xsd:string ;
	skos:prefLabel "Unit Group"^^xsd:string ;
	skos:scopeNote "Typically there is one unit group per aspect. An example of an aspect with two unit groups is vehicle efficiency, which can be measured by miles per gallon (distance per volume) or by liters per 100 kilometers (volume per distance). These two units of measure need to be in different unit groups because they have different values of exponents. When adding a unit of measure to a unit group, make sure it has the same exponents as the other members of the unit group."^^xsd:string ;
	.

gist:UnitOfMeasure
	a owl:Class ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A standard amount used to measure or specify things."^^xsd:string ;
	skos:example "An acre is a unit for measuring area."^^xsd:string ;
	skos:prefLabel "Unit of Measure"^^xsd:string ;
	.

gist:actualEndDate
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:actualEndDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual date that something ended, with precision of one day."^^xsd:string ;
	skos:example "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "actual end date"^^xsd:string ;
	skos:scopeNote "Used for things where the precision of a date is sufficient, such as most projects, tasks, and the like. Recommended usage is to zero out the hours through microseconds to avoid spurious precision."^^xsd:string ;
	.

gist:actualEndDateTime
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:endDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual date and time that something ended, with no implied precision."^^xsd:string ;
	skos:prefLabel "actual end date time"^^xsd:string ;
	skos:scopeNote "This is an abstraction over the various precisions of actual end time, and is not expected to be asserted directly. Values of predicates with different precisions can be compared since they are all formally xsd:datetimes."^^xsd:string ;
	.

gist:actualEndMicrosecond
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:actualEndDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual time that something ended, expressed as a system time used for timestamps."^^xsd:string ;
	skos:example "'2021-06-01T08:03:27.12324-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "actual end microsecond"^^xsd:string ;
	skos:scopeNote "A system time will be as precise as the system can supply, typically at least milliseconds, sometimes microseconds. The convention for timestamps, such as recording a transaction, is to specify just the end point; the start time is rarely needed."^^xsd:string ;
	.

gist:actualEndMinute
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:actualEndDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual date and time that something ended, with precision of one minute."^^xsd:string ;
	skos:example "'2021-06-01T08:32:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "actual end minute"^^xsd:string ;
	skos:scopeNote "Used for things like meetings and time card entries, where the hour and minute are important. Recommended usage is to zero out the seconds and microseconds to avoid spurious precision."^^xsd:string ;
	.

gist:actualEndYear
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:actualEndDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual date that something ended, with precision of one year."^^xsd:string ;
	skos:example
		"'2021-01-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ,
		"The tenure of the previous chairman of the board ended in 2021."^^xsd:string
		;
	skos:prefLabel "actual end year"^^xsd:string ;
	skos:scopeNote "Used for things where the precision of a year is sufficient. Recommended usage is to zero out the hours through microseconds to avoid spurious precision. Note that it is not valid to zero out months and days, so arbitrary values must be included."^^xsd:string ;
	.

gist:actualStartDate
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:actualStartDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual date that something started, with precision of one day."^^xsd:string ;
	skos:example "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "actual start date"^^xsd:string ;
	skos:scopeNote "Used for things where the precision of a date is sufficient, such as most projects, tasks, and the like. Recommended usage is to zero out the hours through microseconds to avoid spurious precision."^^xsd:string ;
	.

gist:actualStartDateTime
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:startDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual date and time that something started, with no implied precision."^^xsd:string ;
	skos:prefLabel "actual start date time"^^xsd:string ;
	skos:scopeNote "This is an abstraction over the various precisions of actual start time, and is not expected to be asserted directly. Values of predicates with different precisions can be compared since they are all formally xsd:datetimes."^^xsd:string ;
	.

gist:actualStartMicrosecond
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:actualStartDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual time that something started, expressed as a system time used for timestamps."^^xsd:string ;
	skos:example "'2021-06-01T08:03:27.12324-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "actual start microsecond"^^xsd:string ;
	skos:scopeNote "A system time will be as precise as the system can supply, typically at least milliseconds, sometimes microseconds. The convention for timestamps, such as recording a transaction, is to specify just the end point; the start time is rarely needed. This property is defined for the cases when you do need to capture the runtime of a system process, and is then used in conjunction with gist:actualEndMicrosecond."^^xsd:string ;
	.

gist:actualStartMinute
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:actualStartDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual date and time that something started, with precision of one minute."^^xsd:string ;
	skos:example "'2021-06-01T08:32:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "actual start minute"^^xsd:string ;
	skos:scopeNote "Used for things like meetings and time card entries, where the hour and minute are important. Recommended usage is to zero out the seconds and microseconds to avoid spurious precision."^^xsd:string ;
	.

gist:actualStartYear
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:actualStartDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The actual date that something started, with precision of one year."^^xsd:string ;
	skos:example
		"'2021-01-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ,
		"The tenure of the current chairman of the board began in 2021."^^xsd:string
		;
	skos:prefLabel "actual start year"^^xsd:string ;
	skos:scopeNote "Used for things where the precision of a year is sufficient. Recommended usage is to zero out the hours through microseconds to avoid spurious precision. Note that it is not valid to zero out months and days, so arbitrary values must be included."^^xsd:string ;
	.

gist:allows
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a permission to a particular activity or type of activity it allows."^^xsd:string ;
	skos:example "An easement grants a right to cross or otherwise use someone else's land for a specified purpose."^^xsd:string ;
	skos:prefLabel "allows"^^xsd:string ;
	.

gist:atDateTime
	a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date and time at which something did or will occur, with variants for precision, start and end, and actual vs. planned."^^xsd:string ;
	skos:prefLabel "at date time"^^xsd:string ;
	skos:scopeNote """This is the top level property for asserting time, and is not expected to be asserted directly.

The subproperties allow the ontologist to do three things:
1) Distinguish start and end times.
2) Indicate whether a time is planned or actual. This is useful for everything from project management to calendar appointments and the like. It is also useful for date effectivities; i.e., something valid up to a planned date).
3) Distinguish varying levels of precision; sort of a simple version of the Allen functions.

All datetimes are of the same format: '2021-06-01T08:03:27.12324-6:00'^^xsd:dateTime. This is compatible with and a subset of ISO 8601.

Time zone offset, such as -6:00 (of which there are a few dozen) is recognized in the date itself, as shown. The actual time zone standard (of which there are 131) may optionally be attached to the event or other object itself.

There will be many historical dates that do not have a time zone offset (e.g., Lincoln's birthday, as well as about 75% of all legacy systems), and in that case the offset can be omitted.

The conventions for precision that are repeated in each property name are as follows:
	- *DateTime is an abstraction over the various precisions of its subproperties.
	- *Date refers to a calendar date (e.g., birthdays and invoice dates) and is assumed to have precision of one day. Time zone offset is allowed.
	- *Minute refers to clock time; e.g., a meeting will start at 9:15 with a timezone offset. Precision is assumed to have precision of one minute.
	- *Microsecond refers to system time, and it will be as precise as the system can supply; typically at least milliseconds, sometime microseconds.
"""^^xsd:string ;
	.

gist:birthDate
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:startDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date some living thing was or will be born, with precision of one day."^^xsd:string ;
	skos:example "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "birth date"^^xsd:string ;
	skos:scopeNote "This is a subproperty of gist:startDateTime rather than gist:actualStartDate because some living things have yet to be born. This property refers to a calendar date and is assumed to precision of one day (time zone offset is allowed). It is recommended to zero out the hours through microseconds to avoid spurious precision. Implementations requiring a birthdate to the minute can define a subproperty."^^xsd:string ;
	.

gist:comesFromAgent
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:hasParticipant ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range [
		a owl:Class ;
		owl:unionOf (
			gist:Organization
			gist:Person
		) ;
	] ;
	skos:definition "Relates something to the originating agent."^^xsd:string ;
	skos:example "A package is shipped by a person; a purchase order is emailed to a vendor by an organization."^^xsd:string ;
	skos:prefLabel "comes from agent"^^xsd:string ;
	skos:scopeNote
		"This is not the inverse of gist:goesToAgent, as both properties have the message or shipment as the subject."^^xsd:string ,
		"This property is intended to describe the physical or electronic transfer of something, such as a package or email, from one agent to another, whereas gist:hasGiver is typically used in more abstract contexts such as agreements, obligations, contracts, etc. However, there are contexts in which either may be appropriate, such as the giving of a gift."^^xsd:string
		;
	.

gist:comesFromPlace
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range [
		a owl:Class ;
		owl:unionOf (
			gist:Address
			gist:GeoLocation
		) ;
	] ;
	skos:definition "Relates something to its place of origin."^^xsd:string ;
	skos:example "A letter has a return address indicating its origin; a delivery route originates at a distribution center; a trail originates at the trailhead."^^xsd:string ;
	skos:prefLabel "comes from place"^^xsd:string ;
	.

gist:conformsTo
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The subject is consistent with or satisfies the requirements, rules, or expectations established by the object."^^xsd:string ;
	skos:example "Meet an obligation; adhere to a specification or standard; meet terms and conditions of an offer; comply with a regulation."^^xsd:string ;
	skos:prefLabel "conforms to"^^xsd:string ;
	gist:rangeIncludes gist:Intention ;
	.

gist:containedText
	a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A string that is closely associated with an individual."^^xsd:string ;
	skos:example "The string associated with a tag or with text content."^^xsd:string ;
	skos:prefLabel "contained text"^^xsd:string ;
	gist:domainIncludes
		gist:Tag ,
		gist:Text
		;
	.

gist:contributesTo
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a part of a system to the system whose goals or function it contributes to."^^xsd:string ;
	skos:prefLabel "contributes to"^^xsd:string ;
	.

gist:conversionFactor
	a
		owl:DatatypeProperty ,
		owl:FunctionalProperty
		;
	rdfs:domain gist:UnitOfMeasure ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range [
		a rdfs:Datatype ;
		owl:unionOf (
			xsd:decimal
			xsd:double
		) ;
	] ;
	rdfs:seeAlso gist:conversionOffset ;
	skos:definition "A value that relates a unit of measure to units of the International System of Units."^^xsd:string ;
	skos:example "In the equation 1 inch = 0.0254 meters, the value 0.0254 is the conversion factor of inch."^^xsd:string ;
	skos:prefLabel "conversion factor"^^xsd:string ;
	skos:scopeNote """To convert a numeric value from one unit of measure to another, multiply by the conversion factor of the first unit and then divide by the conversion factor of the second unit.

	For example, to convert 27 feet to yards:

		the conversion factor of foot is 0.3048
		the conversion factor of yard is 0.9144

		so

		27 feet = (27 x 0.3048) / 0.9144 = 9 yards"""^^xsd:string ;
	.

gist:conversionOffset
	a
		owl:DatatypeProperty ,
		owl:FunctionalProperty
		;
	rdfs:domain gist:UnitOfMeasure ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition """
		A value used along with a conversion factor to relate a unit to its corresponding unit in the International System of Units. In the equation below, the conversion offset is 459.669607 and the conversion factor is 5/9.

		y degrees Fahrenheit = (y + 459.669607) x 5/9 degrees Kelvin

		To convert from Fahrenheit to Kelvin, first add the offset and then multiply by the conversion factor.

		To convert from Kelvin to Fahrenheit, reverse the steps: first divide by the conversion factor and then subtract the offset."""^^xsd:string ;
	skos:prefLabel "conversion offset"^^xsd:string ;
	.

gist:deathDate
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:actualEndDate ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date some living thing died."^^xsd:string ;
	skos:example "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "death date"^^xsd:string ;
	skos:scopeNote "Refers to a calendar date and is assumed to have precision of one day (time zone offset is allowed). Recommended usage is to zero out the hours through microseconds to avoid spurious precision. Implementations requiring a death date to the minute can define a subproperty."^^xsd:string ;
	.

gist:description
	a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A statement about someone or something's attributes or characteristics."^^xsd:string ;
	skos:example
		"'The Empire State Building is a 102-story Art Deco skyscraper in midtown Manhattan in New York City. It was designed by Shreve, Lamb & Harmon and built from 1930 to 1931.'"^^xsd:string ,
		"A person does not have a definition, but might be described as being six feet tall with brown hair and blue eyes; an ontology class or taxonomy term has a definition."^^xsd:string
		;
	skos:prefLabel "description"^^xsd:string ;
	skos:scopeNote "This property is used to describe instance data which is not part of the ontology. A definition and a description have different semantics. Use skos:definition for a statement of the meaning of a thing and gist:description to describe a thing's attributes, characteristics, or features."^^xsd:string ;
	.

gist:domainIncludes
	a owl:AnnotationProperty ;
	rdfs:subPropertyOf skos:scopeNote ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a property to a class that the property is expected to be used on."^^xsd:string ;
	skos:example "The domain of the property gist:containedText includes gist:Tag and gist:Text."^^xsd:string ;
	skos:prefLabel "domain includes"^^xsd:string ;
	skos:scopeNote
		"There may be multiple domainIncludes assertions on a single property."^^xsd:string ,
		"This property is used to guide the ontology user; like all annotation properties, it does not play a role in inference."^^xsd:string
		;
	.

gist:encryptedText
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:containedText ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:string ;
	skos:definition "Encoded text produced from readable data by an algorithm so that it can only be understood or restored with a decryption key."^^xsd:string ;
	skos:prefLabel "encrypted text"^^xsd:string ;
	.

gist:endDateTime
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:atDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date and time that something ends."^^xsd:string ;
	skos:prefLabel "end date time"^^xsd:string ;
	skos:scopeNote
		"This property is neutral along two dimensions: precision (e.g., day, second, millisecond) and actual vs. planned. As such, it will generally not be asserted directly except in special cases (e.g., for time intervals)."^^xsd:string ,
		"Values of predicates with different precisions can be compared since they are all formally xsd:datetimes."^^xsd:string
		;
	.

gist:exponentOfAmpere
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of ampere in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 milliampere = 0.001 x ampere'

		the conversionFactor for milliampere is 0.001
		the exponent of ampere is 1
		all other exponents are zero

		Every member of a unit group containing milliampere must be a multiple of ampere."""^^xsd:string ;
	skos:prefLabel "exponent of ampere"^^xsd:string ;
	.

gist:exponentOfBit
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of bit in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 megabit per second = 1000000 x bit per second'

		the conversion factor for megabit per second is 1000000
		the exponent of bit is 1
		the exponent of second is -1
		all other exponents are zero

		Every member of a unit group containing megabit per second must be a multiple of bit per second."""^^xsd:string ;
	skos:prefLabel "exponent of bit"^^xsd:string ;
	.

gist:exponentOfCandela
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of candela in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 candlepower = 1 x candela'

		the conversion factor for candlepower is 1
		the exponent of candela is 1
		all other exponents are zero

		Every member of a unit group containing candlepower must be a multiple of candela."""^^xsd:string ;
	skos:prefLabel "exponent of candela"^^xsd:string ;
	.

gist:exponentOfKelvin
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of Kelvin in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation 'y degrees Fahrenheit = (y + 459.6669607) x 5/9 degrees Kelvin'

		the conversion offset for degree Fahrenheit is 459.6669607
		the conversion factor for degree Fahrenheit is 5/9
		the exponent of Kelvin is 1
		all other exponents are zero

		Every member of a unit group containing degree Fahrenheit will have a similar equation, with different offset or conversion factor (or both)."""^^xsd:string ;
	skos:prefLabel "exponent of Kelvin"^^xsd:string ;
	.

gist:exponentOfKilogram
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of kilogram in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 millimole per gram = 1 x mole per kilogram'

		the conversion factor for millimole per gram is 1
		the exponent of mole is 1
		the exponent of kilogram is -1
		all other exponents are zero

		Every member of a unit group containing millimole per gram must be a multiple of mole per kilogram."""^^xsd:string ;
	skos:prefLabel "exponent of kilogram"^^xsd:string ;
	.

gist:exponentOfMeter
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of meter in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 microgram per milliliter = 0.001 x kilogram per meterCubed'

		the conversion factor for microgram per milliliter is 0.001
		the exponent of kilogram is 1
		the exponent of meter is -3
		all other exponents are zero

		Every member of a unit group containing microgram per milliliter must be a multiple of kilogram per meterCubed."""^^xsd:string ;
	skos:prefLabel "exponent of meter"^^xsd:string ;
	.

gist:exponentOfMole
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of mole in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 katal = 1 x mole per second'

		the conversion factor for katal is 1
		the exponent of mole is 1
		the exponent of second is -1
		all other exponents are zero

		Every member of a unit group containing katal must be a multiple of mole per second."""^^xsd:string ;
	skos:prefLabel "exponent of mole"^^xsd:string ;
	.

gist:exponentOfNumber
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of number in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 beat per minute = 0.016667 x number per second'

		the conversion factor for beat per minute is 0.016667
		the exponent of number is 1
		the exponent of second is -1
		all other exponents are zero

		Every member of a unit group containing beat per minute must be a multiple of number per second."""^^xsd:string ;
	skos:prefLabel "exponent of number"^^xsd:string ;
	skos:scopeNote "Use when the unit of measure involves a count or other number."^^xsd:string ;
	.

gist:exponentOfOther
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "Indicates whether a unit of measure can be expressed in terms of the standard exponents (as shown in the examples)."^^xsd:string ;
	skos:example "Decibel, pH, and octave are units of measure that are logarithmic. Their unit groups have exponent of other = 1."^^xsd:string ;
	skos:prefLabel "exponent of other"^^xsd:string ;
	skos:scopeNote """Set the value to 0 if the units of measure in the unit group can be expressed using the standard set of exponents (as in the examples).

		Otherwise set the value to 1, which typically means the units of measure in the group use a logarithmic scale."""^^xsd:string ;
	.

gist:exponentOfRadian
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of radian in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 revolution = 6.283 x radian'

		the conversion factor for revolution is 6.283
		the exponent of radian is 1
		all other exponents are zero

		Every member of a unit group containing revolution must be a multiple of radian."""^^xsd:string ;
	skos:prefLabel "exponent of radian"^^xsd:string ;
	.

gist:exponentOfSecond
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of second in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 watt-hour = 3600 x kilogram meterSquared per secondSquared'

		the conversion factor for watt-hour is 3600
		the exponent of kilogram is 1
		the exponent of meter is 2
		the exponent of second is -2
		all other exponents are zero

		Every member of a unit group containing watt-hour must be a multiple of kilogram meterSquared per secondSquared."""^^xsd:string ;
	skos:prefLabel "exponent of second"^^xsd:string ;
	.

gist:exponentOfSteradian
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of steradian in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 watt per square meter steradian = 1 x kilogram per secondCubed steradian'

		the conversion factor for watt per square meter steradian is 1
		the exponent of kilogram is 1
		the exponent of second is -3
		the exponent of steradian is -1
		all other exponents are zero

		Every member of a unit group containing watt per square meter steradian must a multiple of kilogram per secondCubed steradian."""^^xsd:string ;
	skos:prefLabel "exponent of steradian"^^xsd:string ;
	skos:scopeNote "Steradian is a measure of solid angle."^^xsd:string ;
	.

gist:exponentOfUSDollar
	a owl:DatatypeProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:UnitGroup
			gist:UnitOfMeasure
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:decimal ;
	skos:definition "The exponent of US Dollar in a product of powers of base units."^^xsd:string ;
	skos:example """In the equation '1 million dollars per week = 1.65344 x dollar per second'

		the conversion factor for million dollars per week is 1.65344
		the exponent of US Dollar is 1
		the exponent of second is -1
		all other exponents are zero

		Every member of a unit group containing million dollars per week must be a multiple of dollar per second."""^^xsd:string ;
	skos:prefLabel "exponent of US dollar"^^xsd:string ;
	skos:scopeNote "The factors for converting from one currency to another change constantly."^^xsd:string ;
	.

gist:goesToAgent
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:hasParticipant ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range [
		a owl:Class ;
		owl:unionOf (
			gist:Organization
			gist:Person
		) ;
	] ;
	skos:definition "Relates something to the agent that receives it."^^xsd:string ;
	skos:example "A package is sent to a person; a purchase order email is received by a vendor."^^xsd:string ;
	skos:prefLabel "goes to agent"^^xsd:string ;
	skos:scopeNote
		"This is not the inverse of gist:comesFromAgent, as both properties have the message or shipment as the subject."^^xsd:string ,
		"This property is intended to describe the physical or electronic transfer of something, such as a package or email, from one agent to another, whereas gist:hasRecipient is typically used in more abstract contexts such as agreements, obligations, contracts, etc. However, there are contexts in which either may be appropriate, such as the recieving of a gift."^^xsd:string
		;
	.

gist:goesToPlace
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range [
		a owl:Class ;
		owl:unionOf (
			gist:Address
			gist:GeoLocation
		) ;
	] ;
	skos:definition "Relates something to its destination place."^^xsd:string ;
	skos:example "A letter has an address indicating its destination; a segment of a delivery route terminates at a delivery location; a trail terminates at an intersection with another trail."^^xsd:string ;
	skos:prefLabel "goes to place"^^xsd:string ;
	.

gist:hasAccuracy
	a
		owl:ObjectProperty ,
		owl:FunctionalProperty
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:Magnitude ;
	rdfs:seeAlso "https://en.wikipedia.org/wiki/Accuracy_and_precision"^^xsd:anyURI ;
	skos:definition "Relates a magnitude to another magnitude that describes its accuracy."^^xsd:string ;
	skos:example "Temperature accurate to tenth of a degree C; length accurate to the nearest centimeter."^^xsd:string ;
	skos:prefLabel "has accuracy"^^xsd:string ;
	skos:scopeNote """gist uses the ISO-5725 definition of accuracy, which is a combination of trueness (a measure of systemic error) and precision (a measure of random error). The accuracy of a measurement method describes how close its measurements are to actual values. Similarly, the accuracy of an individual measurement is its likely closeness to the actual value. When we say a temperature measurement is accurate to within a tenth of a degree, it means with a certain probability such as 95%.

Note that the unit of measure of the accuracy has to be compatible with the unit of measure of the original magnitude (e.g. something measured in meters could have a accuracy in terms of millimeters or any other unit that measures distance)."""^^xsd:string ;
	gist:domainIncludes gist:Magnitude ;
	.

gist:hasAddend
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates an aspect to another aspect that is an additive component of it."^^xsd:string ;
	skos:example "In the equation 'profit = revenue - expenses', revenue is an addend and expenses is a subtrahend."^^xsd:string ;
	skos:prefLabel "has addend"^^xsd:string ;
	skos:scopeNote "Commonly used with financial metrics."^^xsd:string ;
	.

gist:hasAddress
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:Address ;
	skos:definition "Relates something to its physical or electronic address."^^xsd:string ;
	skos:example "A brick-and-mortar store has a street address; a person can be contacted electronically via an email address."^^xsd:string ;
	skos:prefLabel "has address"^^xsd:string ;
	.

gist:hasAspect
	a
		owl:ObjectProperty ,
		owl:FunctionalProperty
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:Aspect ;
	skos:definition "Relates a magnitude to its aspect (measurable characteristic)."^^xsd:string ;
	skos:prefLabel "has aspect"^^xsd:string ;
	.

gist:hasBiologicalParent
	a owl:ObjectProperty ;
	rdfs:domain gist:LivingThing ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:LivingThing ;
	skos:definition "Relates a living thing to its biological parent."^^xsd:string ;
	skos:prefLabel "has biological parent"^^xsd:string ;
	.

gist:hasBroader
	a
		owl:ObjectProperty ,
		owl:TransitiveProperty
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a thing to another thing with a broader meaning."^^xsd:string ;
	skos:example "The aspect distance is broader than the aspect height."^^xsd:string ;
	skos:prefLabel "has broader"^^xsd:string ;
	.

gist:hasDirectBroader
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:hasBroader ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a thing to another thing with a broader meaning, when there is no intermediate between them."^^xsd:string ;
	skos:prefLabel "has direct broader"^^xsd:string ;
	skos:scopeNote "Unlike gist:hasBroader, this property is not transitive. It is safest to use this property when semantic directness is inherent in the relationship. Otherwise, there is a risk of making a hasDirectBroader assertion and then later inserting an intermediate part; this will result in making an asserted triple false even though there was no change in the world. When in doubt, use the transitive version gist:hasBroader."^^xsd:string ;
	.

gist:hasDivisor
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a unit of measure to another unit of measure that is a divisor, or relates an aspect to another aspect that is a divisor."^^xsd:string ;
	skos:example "Miles per hour has miles as a multiplier and hour as a divisor; speed has distance as a multiplier and duration as a divisor."^^xsd:string ;
	skos:prefLabel "has divisor"^^xsd:string ;
	skos:scopeNote "Provides a supplemental method of decomposing a unit of measure or an aspect into component factors. Enables dimensional analysis such as miles per hour x hours = miles."^^xsd:string ;
	.

gist:hasGiver
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:hasParticipant ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	owl:propertyDisjointWith gist:hasRecipient ;
	skos:definition "Relates something to the participant that provides it."^^xsd:string ;
	skos:example "An offer is made by a giver; an obligation has a giver who is obligated to another person; a gift is presented by the giver."^^xsd:string ;
	skos:prefLabel "has giver"^^xsd:string ;
	skos:scopeNote "This property is often used in abstract contexts such as agreements, obligations, contracts, etc., whereas gist:comesFromAgent is intended to describe the physical or electronic transfer of something, such as a package or email, from one agent to another. However, there are contexts in which either may be appropriate, such as the giving of a gift."^^xsd:string ;
	.

gist:hasGoal
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something to the end towards which it directs effort."^^xsd:string ;
	skos:example "The sales division of a company has the goal of acquiring new customers and contracts."^^xsd:string ;
	skos:prefLabel "has goal"^^xsd:string ;
	.

gist:hasIncumbent
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a position to the thing or person that currently holds that position."^^xsd:string ;
	skos:prefLabel "has incumbent"^^xsd:string ;
	skos:scopeNote "To create a temporal view, define a subclass of gist:TemporalRelation for this property (e.g., Incumbency)."^^xsd:string ;
	.

gist:hasMagnitude
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:Magnitude ;
	skos:definition "Relates a thing to a magnitude."^^xsd:string ;
	skos:example "A car or model of car has magnitudes for length, width, weight, average miles per gallon, etc."^^xsd:string ;
	skos:prefLabel "has magnitude"^^xsd:string ;
	.

gist:hasMultiplier
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a unit of measure to another unit of measure that is a factor, or relates an aspect to another aspect that is a factor."^^xsd:string ;
	skos:example "Miles per hour has miles as a multiplier and hours as a divisor; speed has distance as a multiplier and duration as a divisor."^^xsd:string ;
	skos:prefLabel "has multiplier"^^xsd:string ;
	skos:scopeNote "Provides a supplemental method of decomposing a unit of measure or aspect into component factors. Enables dimensional analysis such as miles per hour x hours = miles."^^xsd:string ;
	.

gist:hasNavigationalParent
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a child category to a parent category in an informal (e.g., faceted) hierarchy."^^xsd:string ;
	skos:example "Refrigerator handles are not refrigerators, but it may be useful to represent their relationship hierarchically for a faceted UI filter."^^xsd:string ;
	skos:prefLabel "has navigational parent"^^xsd:string ;
	.

gist:hasParticipant
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something (e.g. an agreement) to things that play a role, or take part or are otherwise involved in some way."^^xsd:string ;
	skos:example "An event of transferring money has a participating account that receives the money."^^xsd:string ;
	skos:prefLabel "has participant"^^xsd:string ;
	skos:scopeNote
		"The thing with participants will often be an agreement, event or obligation. Participation does not imply agency."^^xsd:string ,
		"This will most often be used as an abstract property. Use subproperties that indicate the nature of the participation (e.g. hasBorrower, hasVenue)."^^xsd:string
		;
	.

gist:hasParty
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:hasParticipant ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range [
		a owl:Class ;
		owl:unionOf (
			gist:Organization
			gist:Person
		) ;
	] ;
	skos:definition "Relates an event, agreement, or obligation to a participating person or organization."^^xsd:string ;
	skos:example "Loan agreements have lender and borrower parties."^^xsd:string ;
	skos:prefLabel "has party"^^xsd:string ;
	skos:scopeNote "Subproperties may be defined to describe specific parties, such as hasLender and hasBorrower for a loan."^^xsd:string ;
	.

gist:hasPhysicalLocation
	a
		owl:ObjectProperty ,
		owl:TransitiveProperty
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:GeoLocation ;
	skos:definition "Relates something to its physical location."^^xsd:string ;
	skos:prefLabel "has physical location"^^xsd:string ;
	skos:scopeNote "This property does not distinguish between things whose locations are stable and those whose locations change over time; e.g., a fire hydrant vs. a car."^^xsd:string ;
	.

gist:hasRecipient
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:hasParticipant ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something to the participant that receives or is intended to receive it."^^xsd:string ;
	skos:example "An offer is made to a recipient; an obligation has a recipient to whom another person is obligated; a gift is bestowed upon a recipient."^^xsd:string ;
	skos:prefLabel "has recipient"^^xsd:string ;
	skos:scopeNote "This property is used in abstract contexts such as agreements, obligations, contracts, etc., whereas gist:goesToAgent is intended to describe the physical or electronic transfer of something, such as a package or email, from one agent to another. However, there are contexts in which either may be appropriate, such as the giving of a gift."^^xsd:string ;
	.

gist:hasSubtrahend
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates an aspect to another aspect that is a subtracted component of it."^^xsd:string ;
	skos:example "In the equation 'profit = revenue - expenses', revenue is an addend and expenses is a subtrahend."^^xsd:string ;
	skos:prefLabel "has subtrahend"^^xsd:string ;
	skos:scopeNote "Commonly used with financial metrics."^^xsd:string ;
	.

gist:hasUniqueBroader
	a
		owl:ObjectProperty ,
		owl:FunctionalProperty
		;
	rdfs:subPropertyOf gist:hasBroader ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a thing to a unique other thing with a broader meaning."^^xsd:string ;
	skos:prefLabel "has unique broader"^^xsd:string ;
	.

gist:hasUniqueNavigationalParent
	a
		owl:ObjectProperty ,
		owl:FunctionalProperty
		;
	rdfs:subPropertyOf gist:hasNavigationalParent ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a subject category to a unique parent category in an informal (e.g., faceted) hierarchy."^^xsd:string ;
	skos:prefLabel "has unique navigational parent"^^xsd:string ;
	.

gist:hasUnitGroup
	a owl:ObjectProperty ;
	rdfs:domain gist:Aspect ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:UnitGroup ;
	skos:definition "Relates an aspect to a unit group. The aspect can be measured using any of the members of the unit group."^^xsd:string ;
	skos:example "The aspect distance can have a unit group that includes the units meter, inch, foot, etc."^^xsd:string ;
	skos:prefLabel "has unit group"^^xsd:string ;
	.

gist:hasUnitOfMeasure
	a owl:ObjectProperty ;
	rdfs:domain gist:Magnitude ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:UnitOfMeasure ;
	skos:definition "Relates a magnitude to its unit of measure."^^xsd:string ;
	skos:example "The magnitude 87 inches of height has unit of measure inches."^^xsd:string ;
	skos:prefLabel "has unit of measure"^^xsd:string ;
	.

gist:idText
	a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:string ;
	skos:definition "A text string that identifies an individual."^^xsd:string ;
	skos:example "The id text for a car is '4Y1SL65848Z411439'; the id text for the HR department of some company is H31415."^^xsd:string ;
	skos:prefLabel "id text"^^xsd:string ;
	skos:scopeNote
		"A common use case would be for pre-existing internal company identifiers."^^xsd:string ,
		"Often, there will be just one identifying text string. More would be appropriate if the individual had different identifiers, such as employee number and social security number. A good way to model that would be to have functional subproperties of idText, such as departmentNumber."^^xsd:string ,
		"This property is an alternative to using the property gist:isIdentifiedBy in conjunction with instances of the class gist:ID."^^xsd:string
		;
	.

gist:isAbout
	a owl:ObjectProperty ;
	rdfs:domain gist:Content ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Subject matter of a document."^^xsd:string ;
	skos:prefLabel "is about"^^xsd:string ;
	.

gist:isAffectedBy
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates an affected thing to the source of the effect."^^xsd:string ;
	skos:prefLabel "is affected by"^^xsd:string ;
	.

gist:isAllocatedBy
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range [
		a owl:Class ;
		owl:unionOf (
			gist:IntellectualProperty
			gist:Organization
			gist:Person
		) ;
	] ;
	skos:definition "Relates something to whomever or whatever assigns or distributes it."^^xsd:string ;
	skos:example "A U.S. Social Security number is allocated by the U.S. Social Security Administration; the media type https://www.iana.org/assignments/media-types/text/csv is allocated by the Internet Assigned Numbers Authority (IANA)."^^xsd:string ;
	skos:prefLabel "is allocated by"^^xsd:string ;
	skos:scopeNote "The allocator may be a person, organization, or automated process."^^xsd:string ;
	gist:domainIncludes
		gist:Category ,
		gist:ID
		;
	.

gist:isAssignmentOf
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates an assignment to the resource it assigns."^^xsd:string ;
	skos:example "Assignment of a person to a project."^^xsd:string ;
	skos:prefLabel "is assignment of"^^xsd:string ;
	skos:scopeNote
		"People, organizations, monetary amounts, equipment can all be assigned."^^xsd:string ,
		"While typically this predicate will be used with assignment subjects, there may be other use cases, and therefore a domain is not specified."^^xsd:string
		;
	gist:domainIncludes gist:Assignment ;
	gist:rangeIncludes
		gist:Equipment ,
		gist:IntellectualProperty ,
		gist:Organization ,
		gist:Person
		;
	.

gist:isAssignmentTo
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something (typically an assignment) to the thing the resource is assigned to, such as a project, position, organization, pay rate, or billing rate."^^xsd:string ;
	skos:prefLabel "is assignment to"^^xsd:string ;
	skos:scopeNote "While typically this predicate will be used with gist:Assignment subjects, there may be other use cases, and therefore a domain is not specified."^^xsd:string ;
	gist:domainIncludes gist:Assignment ;
	.

gist:isBasedOn
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The object is a foundation for, a starting point for, gave rise to, or justifies the subject."^^xsd:string ;
	skos:example "A document is based on a document template; a metric computing the average income of a population is based on the metric for individual income."^^xsd:string ;
	skos:prefLabel "is based on"^^xsd:string ;
	.

gist:isCategorizedBy
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something to a taxonomy term or other less formally defined classification."^^xsd:string ;
	skos:prefLabel "is categorized by"^^xsd:string ;
	gist:rangeIncludes gist:Category ;
	.

gist:isConnectedTo
	a
		owl:ObjectProperty ,
		owl:SymmetricProperty
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A non-owning, non-causal, non-subordinate (i.e., peer-to-peer) relationship."^^xsd:string ;
	skos:prefLabel "is connected to"^^xsd:string ;
	.

gist:isDirectPartOf
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:isPartOf ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The relationship between a part and a whole where the part has independent existence and there are no other parts in between."^^xsd:string ;
	skos:prefLabel "is direct part of"^^xsd:string ;
	skos:scopeNote
		"Because the part has independent existence, there is no cascading delete."^^xsd:string ,
		"It is safest to use this property when semantic directness is inherent in the relationship, rather than simply expressing a chosen granularity. For example, a spark plug is a direct part of an engine block; there cannot be any intermediate parts. Otherwise, there is a risk of making an isDirectPartOf assertion and then later inserting an intermediate part; this will result in making an asserted triple false even though there was no change in the world. When in doubt, use the transitive version gist:isPartOf."^^xsd:string
		;
	.

gist:isExpressedIn
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something to the language it is expressed in."^^xsd:string ;
	skos:prefLabel "is expressed in"^^xsd:string ;
	gist:domainIncludes gist:Text ;
	gist:rangeIncludes gist:Language ;
	.

gist:isFirstMemberOf
	a
		owl:ObjectProperty ,
		owl:FunctionalProperty
		;
	rdfs:subPropertyOf gist:isMemberOf ;
	rdfs:domain gist:OrderedMember ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:OrderedCollection ;
	skos:definition "Relates the first member of an ordered collection to the collection."^^xsd:string ;
	skos:prefLabel "is first member of"^^xsd:string ;
	skos:scopeNote "Given the Open World Assumption, the absence of a predecessor does not entail that an ordered member is the first member of an ordered collection. This property is used to explicitly indicate the first member. Since ordered collections need not be strictly ordered, there can be more than one first member."^^xsd:string ;
	.

gist:isGeoContainedIn
	a
		owl:ObjectProperty ,
		owl:TransitiveProperty
		;
	rdfs:domain gist:GeoLocation ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:GeoLocation ;
	skos:definition "Relates one geographic location to another that contains it."^^xsd:string ;
	skos:prefLabel "is geographically contained in"^^xsd:string ;
	.

gist:isGovernedBy
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates an entity to another entity that controls, directs, determines or has a guiding influence or authority over it."^^xsd:string ;
	skos:example "A country geographic region is governed by a country government; the installation and use of software is governed by a license."^^xsd:string ;
	skos:prefLabel "is governed by"^^xsd:string ;
	.

gist:isIdentifiedBy
	a
		owl:ObjectProperty ,
		owl:InverseFunctionalProperty
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:ID ;
	skos:definition "Relates something to a content object that uniquely identifies it."^^xsd:string ;
	skos:prefLabel "is identified by"^^xsd:string ;
	skos:scopeNote "This is like a URI: a thing can have more than one ID, but each ID can refer to only one thing. Note that it is possible to have two IDs with the same text that refer to different things."^^xsd:string ;
	.

gist:isMadeUpOf
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:PhysicalSubstance ;
	skos:definition "Relates something to a substance that it is made up of."^^xsd:string ;
	skos:example "A vase is made of clay; water is made up of hydrogen and oxygen."^^xsd:string ;
	skos:prefLabel "is made up of"^^xsd:string ;
	.

gist:isMemberOf
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a member individual to the thing, such as a collection or organization, that it is a member of."^^xsd:string ;
	skos:prefLabel "is member of"^^xsd:string ;
	gist:rangeIncludes
		gist:Collection ,
		gist:Organization
		;
	.

gist:isPartOf
	a
		owl:ObjectProperty ,
		owl:TransitiveProperty
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The relationship between a part and a whole where the part has independent existence."^^xsd:string ;
	skos:prefLabel "is part of"^^xsd:string ;
	skos:scopeNote
		"Because the part has independent existence, there is no cascading delete."^^xsd:string ,
		"The transitive version of gist:isDirectPartOf."^^xsd:string
		;
	.

gist:isProducedBy
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something to the thing that created, composed, or brought it into existence."^^xsd:string ;
	skos:example
		"A deliverable is produces by a task."^^xsd:string ,
		"A measurement is produced by a sensor."^^xsd:string ,
		"A painting is produced by a person."^^xsd:string
		;
	skos:prefLabel "is produced by"^^xsd:string ;
	.

gist:isRecognizedBy
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range [
		a owl:Class ;
		owl:unionOf (
			gist:Organization
			gist:Person
		) ;
	] ;
	skos:definition "Relates something to a party that formally acknowledges its existence, validity, or legality."^^xsd:string ;
	skos:example "The existence of a particular company is recognized by the state."^^xsd:string ;
	skos:prefLabel "is recognized by"^^xsd:string ;
	.

gist:isRecordedAt
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:atDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The date that something was posted (which is not necessarily the date it occurred). It must be after the date of occurrence, but could be before or after the planned date."^^xsd:string ;
	skos:example "The date and time a customer payment or stock purchase was posted."^^xsd:string ;
	skos:prefLabel "is recorded at"^^xsd:string ;
	skos:scopeNote "Precision may vary according to context."^^xsd:string ;
	.

gist:isRenderedOn
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates content to the media on which it is rendered."^^xsd:string ;
	skos:example "A document is rendered on a computer screen; a piece of music is rendered through speakers."^^xsd:string ;
	skos:prefLabel "is rendered on"^^xsd:string ;
	.

gist:isSupersededBy
	a owl:AnnotationProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a deprecated term to a term that replaces it, which is either an exact (in the case of simple renaming) or approximate (in the case of renaming and some semantic change) semantic match."^^xsd:string ;
	skos:example "gist:connectedTo was superseded by gist:isConnectedTo (renaming with no semantic change)."^^xsd:string ;
	skos:prefLabel "is superseded by"^^xsd:string ;
	.

gist:isTriggeredBy
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a contingency, such as an event or obligation, to the event that gives rise to it."^^xsd:string ;
	skos:example "Fire insurance is contingent on a particular building burning down; the death benefit payout on a life insurance policy is contingent on the death of the insured person."^^xsd:string ;
	skos:prefLabel "is triggered by"^^xsd:string ;
	skos:scopeNote "For obligations, this property describes what must happen to trigger the contingent obligation. Other uses include controls, processes, etc."^^xsd:string ;
	.

gist:isUnderJurisdictionOf
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a law, contract, etc., to the system of law or government which has the power, right, or authority to interpret and apply it."^^xsd:string ;
	skos:prefLabel "is under jurisdiction of"^^xsd:string ;
	.

gist:latitude
	a owl:DatatypeProperty ;
	rdfs:domain gist:GeoPoint ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:double ;
	skos:definition "Degrees above or below the equator."^^xsd:string ;
	skos:prefLabel "latitude"^^xsd:string ;
	.

gist:license
	a owl:AnnotationProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something to its conditions of use."^^xsd:string ;
	skos:example "The gist ontology is licensed under the CC By 4.0 license."^^xsd:string ;
	skos:prefLabel "license"^^xsd:string ;
	skos:scopeNote "Could refer to a license object by URI or name or could consist of the license text itself."^^xsd:string ;
	.

gist:links
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a network link to a network node that it connects to another node. Used when the connection is undirected or the direction is not known."^^xsd:string ;
	skos:prefLabel "links"^^xsd:string ;
	gist:domainIncludes gist:NetworkLink ;
	gist:rangeIncludes gist:NetworkNode ;
	.

gist:linksFrom
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:links ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a network link to its origin network node. Unlike the superproperty, this represents a directed connection."^^xsd:string ;
	skos:prefLabel "links from"^^xsd:string ;
	gist:domainIncludes gist:NetworkLink ;
	gist:rangeIncludes gist:NetworkNode ;
	.

gist:linksTo
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:links ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a network link to its destination network node. Unlike the superproperty, this represents a directed connection."^^xsd:string ;
	skos:prefLabel "links to"^^xsd:string ;
	gist:domainIncludes gist:NetworkLink ;
	gist:rangeIncludes gist:NetworkNode ;
	.

gist:longitude
	a owl:DatatypeProperty ;
	rdfs:domain gist:GeoPoint ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:double ;
	skos:definition "Degrees from the prime meridian."^^xsd:string ;
	skos:prefLabel "longitude"^^xsd:string ;
	.

gist:name
	a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates an individual to (one of) its name(s)."^^xsd:string ;
	skos:prefLabel "name"^^xsd:string ;
	.

gist:numericValue
	a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range [
		a rdfs:Datatype ;
		owl:unionOf (
			xsd:byte
			xsd:decimal
			xsd:double
			xsd:float
			xsd:int
			xsd:integer
			xsd:long
			xsd:negativeInteger
			xsd:nonNegativeInteger
			xsd:nonPositiveInteger
			xsd:positiveInteger
			xsd:short
			xsd:unsignedByte
			xsd:unsignedInt
			xsd:unsignedLong
			xsd:unsignedShort
			owl:rational
			owl:real
		) ;
	] ;
	skos:definition "The actual value of a magnitude."^^xsd:string ;
	skos:prefLabel "numeric value"^^xsd:string ;
	.

gist:occursIn
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something, such as an event, to the geographic location where it did, does, or will happen."^^xsd:string ;
	skos:prefLabel "occurs in"^^xsd:string ;
	.

gist:offersToProvide
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates an offer to the thing being made available for exchange."^^xsd:string ;
	skos:example "An offer to provide a specific product in exchange for an amount of money or to pay a certain price for a home that is for sale."^^xsd:string ;
	skos:prefLabel "offers to provide"^^xsd:string ;
	skos:scopeNote "This will most often be a good or service, but could be an amount of money, e.g., for currency exchange."^^xsd:string ;
	gist:domainIncludes gist:Offer ;
	.

gist:offersToReceive
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates an offer to the thing expected in return for the offered item."^^xsd:string ;
	skos:example "A vendor makes an offer to receive a particular amount of money in exchange for the offered product; an offer to receive a home in exchange for an amount of money."^^xsd:string ;
	skos:prefLabel "offers to receive"^^xsd:string ;
	skos:scopeNote "This will most often be an amount of money, but could be anything of value, as in swaps."^^xsd:string ;
	gist:domainIncludes gist:Offer ;
	.

gist:owns
	a owl:ObjectProperty ;
	rdfs:domain [
		a owl:Class ;
		owl:unionOf (
			gist:Organization
			gist:Person
		) ;
	] ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a party to something that it possesses and controls."^^xsd:string ;
	skos:prefLabel "owns"^^xsd:string ;
	skos:scopeNote
		"The ultimate form of ownership is the right to destroy."^^xsd:string ,
		"There is a long list of potential range classes."^^xsd:string
		;
	.

gist:plannedEndDate
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:plannedEndDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date that something is or was planned to end, with precision of one day."^^xsd:string ;
	skos:example "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "planned end date"^^xsd:string ;
	skos:scopeNote "Used for anything with a planned end date, such as when a lease will expire, when an offer is no longer available, etc. Typically a planned date is in the future when first captured, but when tasks run late, we leave the plan where it was and compare it to the actual. Recommended usage is to zero out the hours through microseconds to avoid spurious precision."^^xsd:string ;
	.

gist:plannedEndDateTime
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:endDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date that something is or was planned to end, with no implied precision."^^xsd:string ;
	skos:prefLabel "planned end date time"^^xsd:string ;
	skos:scopeNote
		"This is an abstraction over the various precisions of planned end time, and is not expected to be asserted directly. Values of predicates with different precisions can be compared since they are all formally xsd:datetimes."^^xsd:string ,
		"This property, unlike gist:actualEndDateTime, does not have a subproperty for microsecond precision, because planned times typically are not expressed at that level of granularity. Typically a planned date is in the future when first captured, but when tasks run late, we leave the plan where it was and compare it to the actual."^^xsd:string
		;
	.

gist:plannedEndMinute
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:plannedEndDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date and time that something is or was planned to end, with precision of one minute."^^xsd:string ;
	skos:example "'2021-06-01T08:32:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "planned end minute"^^xsd:string ;
	skos:scopeNote "Used for things like meetings and time card entries, where the hour and minute are important. Recommended usage is to zero out the seconds and microseconds to avoid spurious precision.Typically a planned date is in the future when first captured, but when tasks run late, we leave the plan where it was and compare it to the actual."^^xsd:string ;
	.

gist:plannedEndYear
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:plannedEndDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date that something is or was planned to end, with precision of one year."^^xsd:string ;
	skos:example
		"'2021-01-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ,
		"The automobile manufacturer announced that it will stop producing gas-powered vehicles in 2035."^^xsd:string
		;
	skos:prefLabel "planned end year"^^xsd:string ;
	skos:scopeNote "Used for anything with a planned end date where precision of one year is sufficient. Typically a planned date is in the future when first captured, but when tasks run late, we leave the plan where it was and compare it to the actual. Recommended usage is to zero out the hours through microseconds to avoid spurious precision. Note that it is not valid to zero out months and days, so arbitrary values must be included."^^xsd:string ;
	.

gist:plannedStartDate
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:plannedStartDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date that something is or was planned to start, with precision of one day."^^xsd:string ;
	skos:example "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "planned start date"^^xsd:string ;
	skos:scopeNote "Used for anything with a planned start date, such as when a lease will start, when a configuration becomes available, etc. Typically a planned date is in the future when first captured, but when tasks run late, we leave the plan where it was and compare it to the actual. Recommended usage is to zero out the hours through microseconds to avoid spurious precision."^^xsd:string ;
	.

gist:plannedStartDateTime
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:startDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date and time that something is or was planned to start, with no implied precision."^^xsd:string ;
	skos:prefLabel "planned start date time"^^xsd:string ;
	skos:scopeNote
		"This is an abstraction over the various precisions of planned start time, and is not expected to be asserted directly. Values of predicates with different precisions can be compared since they are all formally xsd:datetimes."^^xsd:string ,
		"This property, unlike gist:actualStartDateTime, does not have a subproperty for microsecond precision, because planned times typically are not expressed at that level of granularity. Typically a planned date is in the future when first captured, but when tasks run late, we leave the plan where it was and compare it to the actual."^^xsd:string
		;
	.

gist:plannedStartMinute
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:plannedStartDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date and time that something is or was planned to start, with precision of one minute."^^xsd:string ;
	skos:example "'2021-06-01T08:32:00-6:00'^^xsd:dateTime"^^xsd:string ;
	skos:prefLabel "planned start minute"^^xsd:string ;
	skos:scopeNote "Used for things like meetings and time card entries, where the hour and minute are important. Typically a planned date is in the future when first captured, but when tasks run late, we leave the plan where it was and compare it to the actual. Recommended usage is to zero out the seconds and microseconds to avoid spurious precision."^^xsd:string ;
	.

gist:plannedStartYear
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:plannedStartDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date that something is or was planned to start, with precision of one year."^^xsd:string ;
	skos:example
		"'2021-01-01T00:00:00-6:00'^^xsd:dateTime"^^xsd:string ,
		"The automobile manufacturer announced that its full line-up will include only electric cars starting in 2035."^^xsd:string
		;
	skos:prefLabel "planned start year"^^xsd:string ;
	skos:scopeNote "Used for anything with a planned start date where precision of one year is sufficient. Typically a planned date is in the future when first captured, but when tasks run late, we leave the plan where it was and compare it to the actual. Recommended usage is to zero out the hours through microseconds to avoid spurious precision. Note that it is not valid to zero out months and days, so arbitrary values must be included."^^xsd:string ;
	.

gist:precedes
	a
		owl:ObjectProperty ,
		owl:TransitiveProperty
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A generic ordering relation indicating that the subject comes before the object."^^xsd:string ;
	skos:prefLabel "precedes"^^xsd:string ;
	skos:scopeNote
		"The less-than symbol is often used to represent this relation."^^xsd:string ,
		"This is the transitive version of gist:precedesDirectly."^^xsd:string ,
		"Typically this predicate would be used asymmetricallly and irreflexively, but the ontology does not formalize this."^^xsd:string
		;
	.

gist:precedesDirectly
	a owl:ObjectProperty ;
	rdfs:subPropertyOf gist:precedes ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A generic ordering relation indicating that the subject comes immediately before the object."^^xsd:string ;
	skos:prefLabel "precedes directly"^^xsd:string ;
	skos:scopeNote
		"If two items in an ordered collection share the same position, they both directly precede the following element."^^xsd:string ,
		"It is safest to use this property only when the directness has a semantic correspondence with the world. Only break a direct link by inserting an intermediate item when that change corresponds to a change in the world."^^xsd:string ,
		"Typically this predicate would be used asymmetricallly and irreflexively, but the ontology does not formalize this."^^xsd:string
		;
	.

gist:prevents
	a owl:ObjectProperty ;
	rdfs:domain gist:Intention ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range gist:Behavior ;
	skos:definition "Relates an intention to behavior that it prohibits."^^xsd:string ;
	skos:example "A city ordinance prohibits jaywalking."^^xsd:string ;
	skos:prefLabel "prevents"^^xsd:string ;
	.

gist:providesOrderFor
	a
		owl:ObjectProperty ,
		owl:FunctionalProperty
		;
	rdfs:domain gist:OrderedMember ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Links a member of an ordered collection to the real-world item it represents in that collection."^^xsd:string ;
	skos:prefLabel "provides order for"^^xsd:string ;
	.

gist:rangeIncludes
	a owl:AnnotationProperty ;
	rdfs:subPropertyOf skos:scopeNote ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates a property to a class that is an expected type of its values."^^xsd:string ;
	skos:example "The range of the property gist:isCategorizedBy includes gist:Category."^^xsd:string ;
	skos:prefLabel "range includes"^^xsd:string ;
	skos:scopeNote
		"There may be multiple rangeIncludes assertions on a single property."^^xsd:string ,
		"This property is used to guide the ontology user; like all annotation properties, it does not play a role in inference."^^xsd:string
		;
	.

gist:refersTo
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "Relates something to another resource that it points to, indicates, or references."^^xsd:string ;
	skos:prefLabel "refers to"^^xsd:string ;
	.

gist:requires
	a owl:ObjectProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The subject needs the object or makes it necessary, mandatory, or compulsory."^^xsd:string ;
	skos:example "Humans require air; solar power requires sunshine."^^xsd:string ;
	skos:prefLabel "requires"^^xsd:string ;
	skos:scopeNote """This predicate is defined generally enough to encompass a few different meanings of the English word 'requires':

		1. To need something or to make something necessary.
		2. To order or demand something, or to order someone to do something, especially because of a rule or law.
		3. To make it officially necessary for someone to do something.

	Implementations requiring a more specific meaning should define subproperties."""^^xsd:string ;
	.

gist:sequence
	a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:integer ;
	skos:definition "For ordering ordered lists."^^xsd:string ;
	skos:prefLabel "sequence"^^xsd:string ;
	.

gist:startDateTime
	a owl:DatatypeProperty ;
	rdfs:subPropertyOf gist:atDateTime ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	rdfs:range xsd:dateTime ;
	skos:definition "The date and time that something starts."^^xsd:string ;
	skos:prefLabel "start date time"^^xsd:string ;
	skos:scopeNote
		"This property is neutral along two dimensions: precision (e.g., day, second, millisecond) and actual vs. planned. As such, it will generally not be asserted directly except in special cases (e.g., for time intervals)."^^xsd:string ,
		"Values of predicates with different precisions can be compared since they are all formally xsd:datetimes."^^xsd:string
		;
	.

gist:symbol
	a owl:DatatypeProperty ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "A symbol for something using only ASCII characters."^^xsd:string ;
	skos:example "The ASCII symbol for square meter is m^2."^^xsd:string ;
	skos:prefLabel "symbol"^^xsd:string ;
	gist:domainIncludes gist:UnitOfMeasure ;
	.

gist:uniqueText
	a
		owl:DatatypeProperty ,
		owl:FunctionalProperty
		;
	rdfs:subPropertyOf gist:containedText ;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore14.0.0> ;
	skos:definition "The unique string value of some content object, to be used when there is no possibility of having more than one value."^^xsd:string ;
	skos:example "The unique string for a vehicle identification number."^^xsd:string ;
	skos:prefLabel "unique text"^^xsd:string ;
	skos:scopeNote "Note that the uniqueness only goes in one direction: a product catalog number might also be an employee ID."^^xsd:string ;
	gist:domainIncludes
		gist:ID ,
		gist:MediaType ,
		gist:Tag ,
		gist:Text
		;
	.

