gistCore12.0.0.jsonld

[
	{
		"@id" : "https://w3id.org/semanticarts/ontology/gistCore",
		"@type" : "owl:Ontology",
		"owl:versionIRI" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore12.0.0" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "gist is a minimalist upper ontology created by Semantic Arts."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "gist"
		},
		"sh:declare" : { "@id" : "gist:_PrefixDeclaration_gist" },
		"gist:license" : {
			"@type" : "xsd:string",
			"@value" : "https://creativecommons.org/licenses/by-sa/3.0/"
		},
		"@context" : {
			
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"sh" : "http://www.w3.org/ns/shacl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#"
		}
	},
	{
		"@id" : "gist:Account",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Agreement" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMagnitude" },
						"owl:someValuesFrom" : { "@id" : "gist:Balance" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An agreement having a balance, as in a bank account, or credit card account, or Accounts Receivable account."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Account"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Actuator",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Equipment" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A device that can affect the real world via a message interface"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Actuator"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Address",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Content" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A reference to a place (real or virtual) that can be located by some routing algorithm, and where messages or things can be sent to or retrieved from. E.g. PO Box or URL to a PDF file."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Address"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Agreement",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Commitment" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasParty" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasDirectPart" },
						"owl:onClass" : { "@id" : "gist:Obligation" },
						"owl:minQualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "2"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Something which two or more People or Organizations mutually commit to do."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Agreement"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Area",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:AreaUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A measurement of two-dimensional space."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Area"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:AreaUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:ProductUnit" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMultiplicand" },
						"owl:onClass" : { "@id" : "gist:DistanceUnit" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMultiplier" },
						"owl:onClass" : { "@id" : "gist:DistanceUnit" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit of two-dimensional area, such as square inches or hectares."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Area Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Artifact",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : {
			"@type" : "owl:Restriction",
			"owl:onProperty" : { "@id" : "gist:hasGoal" },
			"owl:someValuesFrom" : { "@id" : "gist:Function" }
		},
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An intentional, person-made thing, which could be physical or content"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Artifact"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Aspect",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A very general term for the characteristic of something that is being measured.  E.g., property (height) or a process (cycle time) or a behavior (loyalty)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Aspect"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Balance",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isAffectedBy" },
						"owl:someValuesFrom" : { "@id" : "gist:Transaction" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An amount decremented or incremented by a series of transactions."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Balance"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:BaseUnit",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:SimpleUnitOfMeasure" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:oneOf" : {
				"@list" : [
					{ "@id" : "gist:_USDollar" },
					{ "@id" : "gist:_ampere" },
					{ "@id" : "gist:_bit" },
					{ "@id" : "gist:_candela" },
					{ "@id" : "gist:_each" },
					{ "@id" : "gist:_kelvin" },
					{ "@id" : "gist:_kilogram" },
					{ "@id" : "gist:_meter" },
					{ "@id" : "gist:_mole" },
					{ "@id" : "gist:_second" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A primitive unit that cannot be decomposed into other units. It can be converted from one measurement system to another.  The base units in gist are the seven primitive units from the System Internationale (SI): (meter, second, kilogram, ampere, kelvin, mole, candela), plus three convenience ones: each. bit and usDollar."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Base Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Behavior",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A way of categorizing events.  E.g., differentiating drilling versus cutting."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Behavior"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Building",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : [
			{ "@id" : "gist:Artifact" },
			{ "@id" : "gist:Landmark" }
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A relatively permanent man-made structure situated on a plot of land, having a roof and walls, commonly used for dwelling, entertaining, or working."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "A house, school, store, factory, chicken coop."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Negative examples: houseboats (not built on land), caves (not man-made), food trucks and RVs (not permanently situated)."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Building"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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?"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:BundledCatalogItem",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:CatalogItem" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasDirectPart" },
						"owl:someValuesFrom" : { "@id" : "gist:CatalogItem" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Any combination of descriptions of things offered together.  Could be a kit (several parts offered together), but could also be a product plus a warranty."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Bundled Catalog Item"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:CatalogItem",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Specification" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Catalog Item"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "In short, an unambiguous characterization of what it is that a potential buyer is paying for."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Category",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : {
			"@type" : "owl:Restriction",
			"owl:onProperty" : { "@id" : "gist:isAllocatedBy" },
			"owl:someValuesFrom" : {
				"@type" : "owl:Class",
				"owl:unionOf" : {
					"@list" : [
						{ "@id" : "gist:IntellectualProperty" },
						{ "@id" : "gist:Organization" },
						{ "@id" : "gist:Person" }
					]}
			}
		},
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A concept or label used to categorize other instances informally. Things that can be thought of as types are usually Categories."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Tags used in folksonomies; formal definitions from other systems."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Category"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Often a 'bucket' 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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:CoherentProductUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:ProductUnit" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMultiplicand" },
						"owl:allValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:BaseUnit" },
									{ "@id" : "gist:CoherentProductUnit" },
									{ "@id" : "gist:CoherentRatioUnit" }
								]}
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMultiplier" },
						"owl:allValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:BaseUnit" },
									{ "@id" : "gist:CoherentProductUnit" },
									{ "@id" : "gist:CoherentRatioUnit" }
								]}
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A product unit both of whose factors are coherent units. The conversion factor is 1."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Square meter, an area unit."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Coherent Product Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:CoherentRatioUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:RatioUnit" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasDenominator" },
						"owl:allValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:BaseUnit" },
									{ "@id" : "gist:CoherentProductUnit" },
									{ "@id" : "gist:CoherentRatioUnit" }
								]}
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasNumerator" },
						"owl:allValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:BaseUnit" },
									{ "@id" : "gist:CoherentProductUnit" },
									{ "@id" : "gist:CoherentRatioUnit" }
								]}
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A ratio unit whose conversion factor is 1."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Newton, a force unit also expressed as kg-m/s^2"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Coherent Ratio Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:CoherentUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:seeAlso" : { "@id" : "http://www.eim.gr/metrology/measurement-units/si-derived-units/coherent-derived-units/" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:BaseUnit" },
					{ "@id" : "gist:CoherentProductUnit" },
					{ "@id" : "gist:CoherentRatioUnit" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit that is expressed in units that have no conversions.  It may be a simple unit.  It may also be a product or ratio unit that bottoms out in simple units."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "A simple unit: kilogram"
			},
			{
				"@type" : "xsd:string",
				"@value" : "The standard unit for acceleration is meters per square second (feet per square second  requires a conversion)"
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Coherent Unit"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "Coherent unit is the physics term for this, informally you might think of it as the standard unit for a given dimension."
			},
			{
				"@type" : "xsd:string",
				"@value" : "In principle, the CoherentUnit for a ProductUnit or RatioUnit can be inferred by recursively decomposing the products and ratios into their respective CoherentUnits, bottoming out in SimpleUnits"
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Collection",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A grouping of things."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A jury is a group of people, a financial ledger is a collection of transaction entries; a route is an (ordered) collection of segments."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Collection"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Individuals are placed in the collection using the gist:hasMember property. Collections typically are created because the members are functionally connected in some way. This definition allows a collection to have zero members."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Commitment",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{
						"@type" : "owl:Class",
						"owl:unionOf" : {
							"@list" : [
								{ "@id" : "gist:Requirement" },
								{ "@id" : "gist:Restriction" }
							]}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasGiver" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isCategorizedBy" },
						"owl:someValuesFrom" : { "@id" : "gist:DegreeOfCommitment" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An obligation (possibly unilateral)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Commitment"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Component",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Artifact" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:contributesTo" },
						"owl:someValuesFrom" : { "@id" : "gist:System" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A component is an artifact that contributes to a system.  Could be a simple mechanical component, such as the float contributing to the toilet tank maintaining a constant level, or much more complex as in the internet of things."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Component"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ContemporaryEvent",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Event" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:actualStartDateTime" },
						"owl:cardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:actualEndDateTime" },
						"owl:maxCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "0"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An event that has started but has not yet ended."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Contemporary Event"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "When the event actually ends, it will cease being contemporary."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Content",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Artifact" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:GeoPoint" },
			{ "@id" : "gist:GeoRegion" },
			{ "@id" : "gist:Organization" },
			{ "@id" : "gist:PhysicalIdentifiableItem" },
			{ "@id" : "gist:PhysicalSubstance" },
			{ "@id" : "gist:UnitOfMeasure" }
			
		],
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A document, program, image, etc.  (Categories are not content until they are written down.)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Content"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ContentExpression",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : [
			{ "@id" : "gist:Content" },
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:isCategorizedBy" },
				"owl:someValuesFrom" : { "@id" : "gist:GeneralMediaType" }
			},
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:isExpressedIn" },
				"owl:someValuesFrom" : { "@id" : "gist:Language" }
			}
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Intellectual Property reduced to text, audio etc.  If it contains text (written or spoken), it may be in a language."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Content Expression"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ContingentEvent",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Event" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMagnitude" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Restriction",
							"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
							"owl:hasValue" : { "@id" : "gist:_percent" }
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isTriggeredBy" },
						"owl:someValuesFrom" : { "@id" : "gist:Event" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An event with a probability of happening in the future, and usually dependent upon some other event or condition."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "Fire insurance is contingent on a particular building burning down"
			},
			{
				"@type" : "xsd:string",
				"@value" : "Sell 20 shares of stock in a given company when the price drops below $200/share."
			},
			{
				"@type" : "xsd:string",
				"@value" : "The death benefit payout on a life insurance policy following the death of a specific person."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Contingent Event"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ContingentObligation",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Commitment" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasGiver" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isTriggeredBy" },
						"owl:someValuesFrom" : { "@id" : "gist:Event" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An obligation that is not yet firm.  There is some contingent event, the occurrence of which will cause the obligation to become firm."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Contingent Obligation"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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)."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Contract",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Agreement" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isUnderJurisdictionOf" },
						"owl:someValuesFrom" : { "@id" : "gist:GovernmentOrganization" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An Agreement which can be enforced by law"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Contract"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ContractTerm",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Specification" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A specification of some aspect of a contract."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Contract Term"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ControlledVocabulary",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Collection" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMember" },
						"owl:someValuesFrom" : { "@id" : "gist:Category" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isGovernedBy" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A collection of terms approved and managed by some organization or person."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Controlled Vocabulary"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Controller",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Equipment" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:directs" },
						"owl:someValuesFrom" : { "@id" : "gist:Actuator" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isCategorizedBy" },
						"owl:someValuesFrom" : { "@id" : "gist:ControllerType" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:respondsTo" },
						"owl:someValuesFrom" : { "@id" : "gist:Sensor" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A device that takes messages or signals from a sensor and decides through algorithms whether and which actuator to fire via messages"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Controller"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ControllerType",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A kind of controller."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Controller Type"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Count",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:CountingUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A measure that involves countable amounts (?eaches? as well as cases, etc.). Can be decimal."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Count"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Count is not disjoint with all the other magnitudes, as there are some magnitudes that could conceivably be counted."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:CountingUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_each" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit of counting, especially ?each?, but also units such as dozens."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Counting Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:CountryGeoRegion",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:GovernedGeoRegion" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isGovernedBy" },
						"owl:onClass" : { "@id" : "gist:CountryGovernment" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A defined geographical area (or areas) governed by exactly one country government."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Country Geo-Region"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:CountryGovernment",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : { "@id" : "gist:SubCountryGovernment" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:GovernmentOrganization" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : {
							"owl:inverseOf" : { "@id" : "gist:isGovernedBy" }
						},
						"owl:onClass" : { "@id" : "gist:CountryGeoRegion" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isGovernedBy" },
						"owl:onClass" : { "@id" : "gist:GovernmentOrganization" },
						"owl:maxQualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "0"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "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'."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Country Government"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "While a country government may enter into treaties with other country governments, there are no governing relationships among the treaty members."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:CurrencyPerDurationUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:RatioUnit" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasDenominator" },
						"owl:allValuesFrom" : { "@id" : "gist:DurationUnit" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasNumerator" },
						"owl:allValuesFrom" : { "@id" : "gist:CurrencyUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit for measuring a monetary amount over a period of time, such as dollars/hour or euros/month."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Currency per Duration Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:CurrencyUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:DataSizeUnit" },
			{ "@id" : "gist:DistanceUnit" },
			{ "@id" : "gist:DurationUnit" },
			{ "@id" : "gist:ElectricalCurrentUnit" },
			{ "@id" : "gist:LuminousIntensityUnit" },
			{ "@id" : "gist:MassUnit" },
			{ "@id" : "gist:MoleUnit" },
			{ "@id" : "gist:TemperatureUnit" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_USDollar" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit of money. Note: this is the only unit whose conversion factors include time (i.e., the conversion rates change on a daily basis)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Currency Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:DataSizeUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:DistanceUnit" },
			{ "@id" : "gist:DurationUnit" },
			{ "@id" : "gist:ElectricalCurrentUnit" },
			{ "@id" : "gist:LuminousIntensityUnit" },
			{ "@id" : "gist:MassUnit" },
			{ "@id" : "gist:MoleUnit" },
			{ "@id" : "gist:TemperatureUnit" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_bit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit to measure amounts of digital information."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Data Size Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:DegreeOfCommitment",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The difficulty of reversing a commitment."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A car rental typically has a lower degree of commitment than an airfare reservation."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Degree Of Commitment"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:DistanceUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:DurationUnit" },
			{ "@id" : "gist:ElectricalCurrentUnit" },
			{ "@id" : "gist:LuminousIntensityUnit" },
			{ "@id" : "gist:MassUnit" },
			{ "@id" : "gist:MoleUnit" },
			{ "@id" : "gist:TemperatureUnit" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_meter" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit to measure linear distance, such as feet or kilometers."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Distance Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Duration",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:DurationUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Time, but not on a timeline."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "One week (or seven days), but not Jan 1, 2008 to Jan 7, 2008 (which is an interval)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Duration"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Intervals have durations, but are not themselves durations."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:DurationUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:ElectricalCurrentUnit" },
			{ "@id" : "gist:LuminousIntensityUnit" },
			{ "@id" : "gist:MassUnit" },
			{ "@id" : "gist:MoleUnit" },
			{ "@id" : "gist:TemperatureUnit" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_second" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit to measure passage of time: hours, days, years."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Duration Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ElectricCurrent",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:ElectricalCurrentUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A flow of electric charge."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Electric Current"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ElectricalCurrentUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:LuminousIntensityUnit" },
			{ "@id" : "gist:MassUnit" },
			{ "@id" : "gist:MoleUnit" },
			{ "@id" : "gist:TemperatureUnit" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_ampere" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Unit of electrical current, which is charge per unit time.  The SI unit is the ampere.  (Note that electrical current is a composed unit.)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Electrical Current Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ElectronicMessageAddress",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Address" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Any place an electronic message (email, fax, etc.) can be sent."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Electronic Message Address"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:EmailAddress",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:ElectronicMessageAddress" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An email address is a unique identifier for an email account. It is used to both send and receive email messages over the Internet."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Email Address"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Equipment",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Artifact" },
					{ "@id" : "gist:PhysicalIdentifiableItem" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isCategorizedBy" },
						"owl:someValuesFrom" : { "@id" : "gist:EquipmentType" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Tangible property other than land or buildings.  Any kind of equipment, could be machine, router, car etc."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Equipment"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:EquipmentType",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Categories of equipment"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Equipment Type"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Event",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Restriction",
			"owl:onProperty" : { "@id" : "gist:isCharacterizedAs" },
			"owl:someValuesFrom" : { "@id" : "gist:Behavior" }
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A transaction, conference, baseball game, earthquake."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Event"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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 Event state particular restrictions on planned and actual start and end dates."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Extent",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:DistanceUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A measure of distance, which could be distances over the Earth, and could also be height, width, length, depth, girth, etc."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Extent"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:FormattedContent",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:ContentExpression" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isExpressedIn" },
						"owl:someValuesFrom" : { "@id" : "gist:MediaType" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Content which is in a particular format. (E.g., HTML, PDF, JPG.)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Formatted Content"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Function",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Intention" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A function is what a specific made item is intended to do.  For instance: transmit electricity, provide ballast, control ambient temperature."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Function"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:GeneralMediaType",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The real-world media type for content."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Audio, still image, video, textual, physical (e.g., a statue), or performance (i.e. a play).  Or it could be oil or pastel for a painting."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "General Media Type"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:GeoPoint",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Place" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:IntellectualProperty" },
			{ "@id" : "gist:Intention" },
			{ "@id" : "gist:Language" },
			{ "@id" : "gist:Magnitude" },
			{ "@id" : "gist:Organization" },
			{ "@id" : "gist:PhysicalIdentifiableItem" },
			{ "@id" : "gist:PhysicalSubstance" },
			{ "@id" : "gist:UnitOfMeasure" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasAltitude" },
						"owl:someValuesFrom" : { "@id" : "gist:Extent" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:latitude" },
						"owl:someValuesFrom" : { "@id" : "xsd:double" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:longitude" },
						"owl:someValuesFrom" : { "@id" : "xsd:double" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An individual point on the Earth's surface, identified by latitude, longitude and altitude. If altitude is missing, it is assumed to be at the Earth's surface.  However, altitude is measured from sea level.  these points are to the WGS-84 coordinate system using the GPS decimal lat/long"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Geo Point"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Assume coordinate system used by Google (WGS 84 Web Mercator)."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:GeoRegion",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:IntellectualProperty" },
			{ "@id" : "gist:Intention" },
			{ "@id" : "gist:Language" },
			{ "@id" : "gist:Magnitude" },
			{ "@id" : "gist:Organization" },
			{ "@id" : "gist:PhysicalIdentifiableItem" },
			{ "@id" : "gist:PhysicalSubstance" },
			{ "@id" : "gist:Template" },
			{ "@id" : "gist:UnitOfMeasure" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Place" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMagnitude" },
						"owl:someValuesFrom" : { "@id" : "gist:Area" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A bounded region (or set of regions) on the surface of the Earth."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The bounded shape that defines the region occupied by Crater Lake; the bounded area known as the contiguous USA."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Geo Region"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "A GeoRegion could be non-contiguous; e.g. the region governed by the USA is the region governed by the lower 48 states plus that of Alaska and Hawaii.  Child classes in lower ontologies can make this distinction."
			},
			{
				"@type" : "xsd:string",
				"@value" : "A GeoRegion has an area, but it is not itself an instance of the Area class.  (Area in gist is a magnitude)."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:GeoRoute",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:OrderedCollection" },
					{ "@id" : "gist:Place" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasDirectPart" },
						"owl:someValuesFrom" : { "@id" : "gist:GeoSegment" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An ordered set of GeoPoints that defines a path from starting point to ending point."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Geo Route"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:GeoSegment",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Place" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:comesFromPlace" },
						"owl:onClass" : { "@id" : "gist:GeoPoint" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:goesToPlace" },
						"owl:onClass" : { "@id" : "gist:GeoPoint" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A single portion of a GeoRegion which has been divided (i.e., segmented)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Geo Segment"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:GeoVolume",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Place" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : {
							"owl:inverseOf" : { "@id" : "gist:isGeographicallyContainedIn" }
						},
						"owl:someValuesFrom" : { "@id" : "gist:GeoPoint" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMagnitude" },
						"owl:someValuesFrom" : { "@id" : "gist:Volume" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Geo Volume"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Goal",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Intention" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A specific intentional endpoint.  One can tell whether it has been achieved, as opposed to an intention, which may not have an evaluation function."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Goal"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:GovernedGeoRegion",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:GeoRegion" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isGovernedBy" },
						"owl:onClass" : { "@id" : "gist:GovernmentOrganization" },
						"owl:minQualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A defined geographic area or areas governed by at least one government organization."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Governed Geo-Region"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Geographic regions do not need not be physically contiguous in order to constitute a governed geo-region; e.g., Alaska and Hawaii."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:GovernmentOrganization",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Organization" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : { "@id" : "gist:IntergovernmentalOrganization" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An organization which exercises political and/or regulatory authority over a political unit, people, geo-region, etc., as well as performing certain functions for this unit or body. Differs from a corporation in that it cannot be owned."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The State of Washington Office of Financial Management; the Food and Drug Administration; the Scottish Parliament."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Government Organization"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Includes administrative, regulatory, and enforcement organizations created or sanctioned by Country or SubCountry Governments."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:HistoricalEvent",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Event" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:actualEndDateTime" },
						"owl:cardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:actualStartDateTime" },
						"owl:cardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An event which occurred in time, with an actual end earlier than the present moment."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Historical Event"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ID",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Content" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isAllocatedBy" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:IntellectualProperty" },
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:uniqueText" },
						"owl:someValuesFrom" : { "@id" : "xsd:string" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Content that is used to uniquely identify something or someone."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "SSN for a person; serial number for a product; employee ID."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "ID"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This is used in conjunction with gist:isIdentifiedBy"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:InformationQuantity",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:DataSizeUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An amount of data, such as 6 petabytes, or 640KB."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Information Quantity"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:IntellectualProperty",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Artifact" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:Intention" },
			{ "@id" : "gist:Magnitude" },
			{ "@id" : "gist:Organization" },
			{ "@id" : "gist:PhysicalIdentifiableItem" },
			{ "@id" : "gist:PhysicalSubstance" },
			{ "@id" : "gist:UnitOfMeasure" }
			
		],
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A 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. Also includes Brands."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The Old Man and The Sea; the Page Rank algorithm; Coca Cola"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Intellectual Property"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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)."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Intention",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:Magnitude" },
			{ "@id" : "gist:Organization" },
			{ "@id" : "gist:PhysicalIdentifiableItem" },
			{ "@id" : "gist:PhysicalSubstance" },
			{ "@id" : "gist:UnitOfMeasure" }
			
		],
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Goal, desire, aspiration. This is the \"teleologic\" aspect of the system that indicates things are done with a purpose."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Intention"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:IntergovernmentalOrganization",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Organization" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMember" },
						"owl:onClass" : { "@id" : "gist:GovernmentOrganization" },
						"owl:minQualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "2"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An organization whose members are government organizations. This can comprise regional, municipal, state/province, or national level entities."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The United Nations, the European Union, the MTA (Metropolitan Transit Authority)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Intergovernmental Organization"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Landmark",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Place" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:PhysicalIdentifiableItem" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:occupiesGeographicallyPermanently" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:GeoRegion" },
									{ "@id" : "gist:GeoVolume" }
								]}
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Something permanently attached to the Earth."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Landmark"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Language",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:Magnitude" },
			{ "@id" : "gist:Organization" },
			{ "@id" : "gist:PhysicalIdentifiableItem" },
			{ "@id" : "gist:PhysicalSubstance" },
			{ "@id" : "gist:UnitOfMeasure" }
			
		],
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A recognized, organized set of symbols and grammar."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Natural languages such as English and Spanish; computer languages such as OWL, Python, and XML."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Language"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:LivingThing",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:PhysicalIdentifiableItem" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBiologicalParent" },
						"owl:minCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:birthDate" },
						"owl:cardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Something that is currently, or at some point in time was, alive."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "A cat, a mushroom, a tree."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Negative examples: fictional life forms such as unicorns or Mickey Mouse."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Living Thing"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Not all life forms have exactly two parents, so the restriction only specifies a minimum of one."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:LuminousIntensity",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:LuminousIntensityUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A measure of the wavelength-weighted power emitted by a light source in a particular direction per unit solid angle.  This is based on the luminosity function, a standardized model of the sensitivity of the human eye."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Luminous Intensity"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:LuminousIntensityUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:MassUnit" },
			{ "@id" : "gist:MoleUnit" },
			{ "@id" : "gist:TemperatureUnit" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_candela" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The measure of brightness. The SI unit is the candela."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Luminous Intensity Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Magnitude",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:Organization" },
			{ "@id" : "gist:PhysicalIdentifiableItem" },
			{ "@id" : "gist:PhysicalSubstance" },
			{ "@id" : "gist:UnitOfMeasure" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasPrecision" },
						"owl:someValuesFrom" : { "@id" : "gist:Magnitude" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:UnitOfMeasure" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:numericValue" },
						"owl:someValuesFrom" : { "@id" : "xsd:double" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Base class for units which can be converted.  The primitive units can be converted from one measurement system to another; the complex units (ratio or product) have to decompose to their primitives."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Magnitude"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "Magnitudes of the same dimensional type (i.e., duration or electric current) can be compared with a greater-than or less-than operator, but can still differ in their relationToTheWorld type.  (I.e., you can compare actuals to estimates or references, so long as the dimension is the same.)"
			},
			{
				"@type" : "xsd:string",
				"@value" : "The precision should be in the same type of unit as the magnitude."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Mass",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:MassUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Magnitude of mass."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Mass"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:MassUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:MoleUnit" },
			{ "@id" : "gist:TemperatureUnit" }
			
		],
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_kilogram" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit representing the amount of matter in a particle or object.  The SI unit of mass is the kilogram."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Mass Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:MediaType",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:seeAlso" : { "@id" : "https://www.iana.org/assignments/media-types/media-types.xhtml" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A digitized type that computer applications can recognize."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Media Type"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Medium",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A physicality on which a work could be implemented or exposed. E.g., paper, clay, or a computer monitor."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Medium"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Message",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:ContentExpression" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:comesFromAgent" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:goesToAgent" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A specific instance of content sent from an Organization or Person to at least one other Organization or Person."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "An email message, a phone call, a voice message, or a Web Service message."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Message"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:MessageDefinition",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:SchemaMetaData" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Each pulse from a Sensor is reflected in a message, as well as each instruction to an Actuator"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Message Definition"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:MolarQuantity",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:MoleUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Amount of a substance, as counted molecules."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Molar Quantity"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:MoleUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : { "@id" : "gist:TemperatureUnit" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_mole" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Amount of chemical material.  Measured in Avogadro units (moles) of 6.02 x 10^23 molecules."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Mole Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Monetary",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:CurrencyUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A special type of magnitude, due to the way rounding is handled in math and the temporal aspect of conversion."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Monetary"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:MonetaryPerDuration",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:RatioMagnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:allValuesFrom" : { "@id" : "gist:CurrencyPerDurationUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A monetary amount over a period of time."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Dollars per hour, euros per month."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Monetary per Duration"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Network",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Artifact" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMember" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:NetworkLink" },
									{ "@id" : "gist:NetworkNode" }
								]}
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A network is a set of nodes connected by links."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A physical network could include connected computers or routers, whereas a social network would consist of related Person or Organization instances."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Network"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:NetworkLink",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : {
							"owl:inverseOf" : { "@id" : "gist:hasMember" }
						},
						"owl:someValuesFrom" : { "@id" : "gist:Network" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:links" },
						"owl:allValuesFrom" : { "@id" : "gist:NetworkNode" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:links" },
						"owl:onClass" : { "@id" : "gist:NetworkNode" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "2"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An abstract representation of the connection between two or more nodes in a network."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Network Link"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Each NetworkLink is connected to a NetworkNode via the property 'gist:links' or one of its subproperties."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:NetworkNode",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : {
			"@type" : "owl:Restriction",
			"owl:onProperty" : {
				"owl:inverseOf" : { "@id" : "gist:hasMember" }
			},
			"owl:someValuesFrom" : { "@id" : "gist:Network" }
		},
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A node in a network."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A person is a node in a social network; a valve is a node in a network of pipes."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Network Node"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Obligation",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Commitment" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasGiver" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasRecipient" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A future commitment from one organization or person to another. Contracts are sets of obligations to do or forbear, or to indemnify or warrant."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Obligation"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Obligations will often be governed by some Agreement or Offer."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Offer",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:ContingentObligation" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasDirectPart" },
						"owl:someValuesFrom" : { "@id" : "gist:CatalogItem" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasGiver" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:unionOf" : {
								"@list" : [
									{ "@id" : "gist:Organization" },
									{ "@id" : "gist:Person" }
								]}
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMagnitude" },
						"owl:someValuesFrom" : { "@id" : "gist:Monetary" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:plannedEndDateTime" },
						"owl:cardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:plannedStartDateTime" },
						"owl:cardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A commitment to buy or sell a described or identified part or service."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Offer"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:OrderedCollection",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Collection" },
					{
						"@type" : "owl:Class",
						"owl:unionOf" : {
							"@list" : [
								{
									"@type" : "owl:Restriction",
									"owl:onProperty" : { "@id" : "gist:hasFirstMember" },
									"owl:someValuesFrom" : { "@id" : "owl:Thing" }
								},
								{
									"@type" : "owl:Restriction",
									"owl:onProperty" : { "@id" : "gist:hasMember" },
									"owl:cardinality" : {
										"@type" : "xsd:nonNegativeInteger",
										"@value" : "0"
									}
								}
							]}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMember" },
						"owl:allValuesFrom" : { "@id" : "gist:OrderedMember" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A collection in which the members are sequentially ordered. All members of an OrderedCollection are OrderedMembers."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Ordered Collection"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Includes collections in which members occupy the same position in a 'tie.'"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:OrderedMember",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{
						"@type" : "owl:Class",
						"owl:unionOf" : {
							"@list" : [
								{
									"@type" : "owl:Restriction",
									"owl:onProperty" : {
										"owl:inverseOf" : { "@id" : "gist:precedesDirectly" }
									},
									"owl:someValuesFrom" : { "@id" : "gist:OrderedMember" }
								},
								{
									"@type" : "owl:Restriction",
									"owl:onProperty" : { "@id" : "gist:precedesDirectly" },
									"owl:someValuesFrom" : { "@id" : "gist:OrderedMember" }
								},
								{
									"@type" : "owl:Restriction",
									"owl:onProperty" : { "@id" : "gist:sequence" },
									"owl:someValuesFrom" : { "@id" : "xsd:integer" }
								}
							]}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : {
							"owl:inverseOf" : { "@id" : "gist:hasMember" }
						},
						"owl:allValuesFrom" : { "@id" : "gist:OrderedCollection" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : {
							"owl:inverseOf" : { "@id" : "gist:hasMember" }
						},
						"owl:cardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A person may rank 12th in the Boston Marathon but 29th in the New York City Marathon."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Ordered Member"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Organization",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:PhysicalIdentifiableItem" },
			{ "@id" : "gist:PhysicalSubstance" },
			{ "@id" : "gist:SchemaMetaData" },
			{ "@id" : "gist:UnitOfMeasure" }
			
		],
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A generic organization that can be formal or informal, legal or non-legal. It can have members, or not."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Legal entities like companies; non-legal entities like clubs, committees, or departments."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Organization"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "There are a plethora of different kinds of organizations that differ along many facets, including members, structure, purpose, legal vs. non-legal, etc."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Permission",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Intention" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:allows" },
						"owl:someValuesFrom" : { "@id" : "gist:Behavior" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A description of things one is permitted to do. This could be broad, such as free speech, but more often is very specific, such as the right of egress through a particular property."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Permission"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Person",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:LivingThing" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBiologicalParent" },
						"owl:allValuesFrom" : { "@id" : "gist:Person" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A human being that may or may not still be alive."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Negative example:fictional characters."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Person"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:PhenomenaType",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The things that a sensor can sense, such as light, heat, current, moisture, etc."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Phenomena Type"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:PhysicalActionType",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The effects to be realized in the real world, such as lifting a garage door, turning off a valve, dropping cadmium rods, etc."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Physical Action Type"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:PhysicalEvent",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Event" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:occursIn" },
						"owl:someValuesFrom" : { "@id" : "gist:Place" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An event that can be said to have occurred at some place in space."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "A meeting, a car accident."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Negative examples: Excludes events that have no meaningful location, such as financial events or project milestones."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Physical Event"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:PhysicalIdentifiableItem",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : [
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:hasMagnitude" },
				"owl:someValuesFrom" : { "@id" : "gist:Mass" }
			},
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:hasMagnitude" },
				"owl:someValuesFrom" : { "@id" : "gist:Volume" }
			},
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:isMadeUpOf" },
				"owl:someValuesFrom" : { "@id" : "gist:PhysicalSubstance" }
			}
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : [
			{ "@id" : "gist:SchemaMetaData" },
			{ "@id" : "gist:UnitOfMeasure" }
			
		],
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A computer, book, car."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Physical Identifiable Item"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This concept generally corresponds to count nouns in English. By contrast, instances of PhysicalSubstance, such as an amount of water, flour, or sand, are mass nouns. PhysicalIdentifiableItems are made up of PhysicalSubstances; e.g., a cake is made up of butter, flour, and sugar; a statue is made of bronze. If you divide a PhysicalSubstance such as an amount of water into parts, you have two amounts of water otherwise indistinguishable from one another; if you divide a PhysicalIdentifiableItem such as a computer into parts, each part is different from the whole."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:PhysicalSubstance",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : [
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:hasMagnitude" },
				"owl:someValuesFrom" : { "@id" : "gist:Mass" }
			},
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:hasMagnitude" },
				"owl:someValuesFrom" : { "@id" : "gist:Volume" }
			}
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : { "@id" : "gist:UnitOfMeasure" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "An amount of water, penicillin, sand, gold: an actual piece of gold, not the concept of gold."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Physical Substance"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "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."
			},
			{
				"@type" : "xsd:string",
				"@value" : "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."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Place",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Union of all the geo classes"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Place"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:PostalAddress",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Address" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A set of codes the postal authorities can use to deliver physical mail."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A street address, a PO Box, an FPO code, or the route codes."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Postal Address"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ProductCategory",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Category" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Any of many ways of categorizing products, including models, NATO product codes, and the like."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Product Category"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ProductMagnitude",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:ProductUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A magnitude expressed as a product of primitives.  (E.g., Force = M*A)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Product Magnitude"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ProductSpecification",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:CatalogItem" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isCategorizedBy" },
						"owl:someValuesFrom" : { "@id" : "gist:ProductCategory" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Offering something which could be physically warehoused or digitally stored."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Product Specification"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ProductUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:UnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMultiplicand" },
						"owl:someValuesFrom" : { "@id" : "gist:UnitOfMeasure" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMultiplier" },
						"owl:someValuesFrom" : { "@id" : "gist:UnitOfMeasure" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit of measure that is the product of two simpler ones."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Area and Volume are the classic cases.  But other, more exotic cases exist, such as Newtons."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Product Unit"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "A ProductUnit is intended have a value for conversionFactor."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Project",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Task" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasPart" },
						"owl:someValuesFrom" : { "@id" : "gist:Task" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A task, usually of longer duration, made up of other tasks."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Designing an insurance product, adding a new feature to a software application, assessing the level of risk for a mortgage application."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Project"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:RatioMagnitude",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:RatioUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "This is a number whose unit of measure is a ratio."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Speed.  The ratio magnitude is 60, the unit of measure might be MilesPerHour."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Ratio Magnitude"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "A RatioMagnitude just has one decimal value."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:RatioUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:UnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasDenominator" },
						"owl:someValuesFrom" : { "@id" : "gist:UnitOfMeasure" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasNumerator" },
						"owl:someValuesFrom" : { "@id" : "gist:UnitOfMeasure" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A UnitOfMeasure composed of a numerator unit and a denominator unit."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Miles per hour."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Ratio Unit"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "If needed, a conversion factor for a RatioUnit can be (recursively) derived from the conversion factors of the numerator and denominator units.  E.g., the derived conversion factor from km/minute to meters/second is 1000/60 or 16 2/3."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ReferenceValue",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Magnitude" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A measure that was neither measured nor estimated but set by fiat. For instance, a goal. There is no Measurement associated with a ReferenceValue."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Reference Value"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:RenderedContent",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:ContentExpression" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isExpressedIn" },
						"owl:someValuesFrom" : { "@id" : "gist:MediaType" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isRenderedOn" },
						"owl:someValuesFrom" : { "@id" : "gist:Medium" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Content which has been expressed, either to print, or through speakers, or on a monitor."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Rendered Content"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Requirement",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Intention" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A documented physical or functional need that a particular design, product, or process must be able to perform.  Alternately, the obligation of a person or organization to behave in a certain way (i.e., drive on the right side of the road)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Requirement"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Restriction",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Intention" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:prevents" },
						"owl:someValuesFrom" : { "@id" : "gist:Behavior" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A description of things one is prevented from doing.  Most laws are restrictions."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Restriction"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ScheduledEvent",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Event" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:plannedStartDateTime" },
						"owl:cardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An event with a planned start datetime."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Scheduled Event"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ScheduledTask",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:ScheduledEvent" },
					{ "@id" : "gist:Task" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A task with a planned start datetime."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Scheduled Task"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:SchemaMetaData",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : { "@id" : "gist:UnitOfMeasure" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Superclass for all types of metadata, including owl concepts (such as class) and relational (tables, elements) and tool related (queries, R2RML maps etc etc)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Schema Meta Data"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Sensor",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Equipment" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A device that can detect something and report it. Light sensors, temperature sensors,"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Sensor"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:ServiceSpecification",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:CatalogItem" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : {
							"owl:inverseOf" : { "@id" : "gist:isBasedOn" }
						},
						"owl:someValuesFrom" : { "@id" : "gist:Event" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A description of something that can be done for a person or organization (which produces some form of an act)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Service Specification"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:SimpleUnitOfMeasure",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:UnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:onClass" : { "@id" : "gist:BaseUnit" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:conversionFactor" },
						"owl:someValuesFrom" : { "@id" : "xsd:double" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Each simple unit has a base unit and a conversion factor to the base. The bases are from the System International (SI). The conversion factor is the number which one multiplies a Unit by to get to base, or divides by to get from base.  E.g., the conversionFactor for inch is 0.0254 to get to the base unit (meter)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Simple Unit Of Measure"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Specification",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Requirement" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A set of requirements to be satisfied by a material, design, product, or service."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Specification"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:StreetAddress",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:PostalAddress" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An address which references a fixed location in the physical world."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The street address of a building, a park, campground, or an empty lot."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Street Address"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This excludes addresses not associated with a fixed location, such as a PO box or FPO code."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:SubCountryGovernment",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:GovernmentOrganization" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : {
							"owl:inverseOf" : { "@id" : "gist:isGovernedBy" }
						},
						"owl:someValuesFrom" : { "@id" : "gist:GeoRegion" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isGovernedBy" },
						"owl:someValuesFrom" : { "@id" : "gist:CountryGovernment" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A government of a governed geo-region other than a country, which is under the direct or indirect control of a country government."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Sub-Country Government"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "Across the world, there are a variety of types of subsections 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'.  It is more future-proof just to mint the instances using the generic SubCountryGovernment and, where greater specificity is needed, define categories or subclasses."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Note that the predicate 'governs' is used both for the relationship a government has to a governed geo-region, and for the relationship one government has to the governments of its sub-regions."
			},
			{
				"@type" : "xsd:string",
				"@value" : "This class applies only to organizations governing geo-regions. Regulatory and bureaucratic organizations are members of the more generic GovernmentOrganization class."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:System",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Artifact" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasDirectPart" },
						"owl:someValuesFrom" : { "@id" : "gist:Component" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A system is an artifact with component parts where the parts contribute to the goal of the system"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "System"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Tag",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Category" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:tagText" },
						"owl:someValuesFrom" : { "@id" : "xsd:string" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "This is for folksonomy type terms, which can be made up on the fly by users."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Tag"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Task",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Event" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasGoal" },
						"owl:someValuesFrom" : { "@id" : "gist:Intention" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A piece of work that is either proposed, planned, scheduled, underway, or completed."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Task"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "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."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Use the property isBasedOn to link a Task back to the TaskTemplate."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:TaskTemplate",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Template" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasGoal" },
						"owl:someValuesFrom" : { "@id" : "gist:Intention" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An outline of a task of a particular type, which is the basis for executing such tasks."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A business process for onboarding new employees."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Task Template"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "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."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Use the property isBasedOn to link the Task back to the TaskTemplate."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Taxonomy",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:ControlledVocabulary" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMember" },
						"owl:someValuesFrom" : {
							"@type" : "owl:Class",
							"owl:intersectionOf" : {
								"@list" : [
									{ "@id" : "gist:Category" },
									{
										"@type" : "owl:Class",
										"owl:unionOf" : {
											"@list" : [
												{
													"@type" : "owl:Restriction",
													"owl:onProperty" : {
														"owl:inverseOf" : { "@id" : "gist:hasSuperCategory" }
													},
													"owl:someValuesFrom" : { "@id" : "gist:Category" }
												},
												{
													"@type" : "owl:Restriction",
													"owl:onProperty" : { "@id" : "gist:hasSuperCategory" },
													"owl:someValuesFrom" : { "@id" : "gist:Category" }
												}
											]}
									}
								]}
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A controlled vocabulary arranged as a hierarchy of concepts."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Taxonomy"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:TelephoneNumber",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Address" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A numeric code a telephonic device uses for contacting another telephonic device."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Mobile, fax, or landline phone number."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Telephone Number"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Temperature",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:TemperatureUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The degree or intensity of heat present in a substance or object, especially as expressed according to a comparative scale."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Temperature"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:TemperatureUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:SimpleUnitOfMeasure" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasBaseUnit" },
						"owl:hasValue" : { "@id" : "gist:_kelvin" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:conversionOffset" },
						"owl:someValuesFrom" : { "@id" : "xsd:double" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Unit of measurement for expressing temperature.  Per SI, the base of temperature is in Kelvin, to allow for all units to be expressed relative to a real (in this case absolute) zero."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Temperature Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Template",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:disjointWith" : { "@id" : "gist:UnitOfMeasure" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Something used to make objects in its own image."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "A die in manufacturing that is used to make stamped parts. "
			},
			{
				"@type" : "xsd:string",
				"@value" : "A form. A filled-in form has the structure of the form with data entered into some or all of the fields."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Cookie cutters are templates for cookies."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Template"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Use gist:isBasedOn to link the object made from the template back to the template."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:TemporalRelation",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : [
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:endDateTime" },
				"owl:cardinality" : {
					"@type" : "xsd:nonNegativeInteger",
					"@value" : "1"
				}
			},
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:startDateTime" },
				"owl:cardinality" : {
					"@type" : "xsd:nonNegativeInteger",
					"@value" : "1"
				}
			},
			{
				"@type" : "owl:Restriction",
				"owl:onProperty" : { "@id" : "gist:hasParticipant" },
				"owl:minCardinality" : {
					"@type" : "xsd:nonNegativeInteger",
					"@value" : "2"
				}
			}
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A relationship existing for a period of time."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "employs-Employment, hasStreetAddress-EstablishedLocation. One important context for reifying a property."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Temporal Relation"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "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."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Note that 'participant' does not imply agency; a non-sentient being can be participate in a temporal relation. For example, both a person and a house could be participants in a hypothetical relation 'lives at.'"
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Text",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Content" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:isExpressedIn" },
						"owl:someValuesFrom" : { "@id" : "gist:Language" }
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:containedText" },
						"owl:someValuesFrom" : { "@id" : "xsd:string" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Content expressed as words and numbers (not graphics)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Text"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:TimeInterval",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "7pm to 9pm on Jan 1, 2001; fiscal year 2023; the week starting at midnight of January 12, 2023 and lasting exactly 168 hours."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Time Interval"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "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."
			},
			{
				"@type" : "xsd:string",
				"@value" : "This is distinct from a gist:Duration, which describes how long a time interval lasts (e.g., one hour; 3 days; 22 minutes)."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Transaction",
		"@type" : "owl:Class",
		"rdfs:subClassOf" : { "@id" : "gist:Event" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An event which has an effect on at least one accumulator."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Transaction"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:UnitOfMeasure",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Standard unit by which we measure things"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Unit of Measure"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:Volume",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:Magnitude" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasUnitOfMeasure" },
						"owl:someValuesFrom" : { "@id" : "gist:VolumeUnit" }
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Three-dimensional space, or equivalent fluid measurement."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Volume"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:VolumeUnit",
		"@type" : "owl:Class",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:equivalentClass" : {
			"@type" : "owl:Class",
			"owl:intersectionOf" : {
				"@list" : [
					{ "@id" : "gist:ProductUnit" },
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMultiplicand" },
						"owl:onClass" : { "@id" : "gist:AreaUnit" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					},
					{
						"@type" : "owl:Restriction",
						"owl:onProperty" : { "@id" : "gist:hasMultiplier" },
						"owl:onClass" : { "@id" : "gist:DistanceUnit" },
						"owl:qualifiedCardinality" : {
							"@type" : "xsd:nonNegativeInteger",
							"@value" : "1"
						}
					}
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Units of three-dimensional space, expressed here as an area times a distance."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Volume Unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_PrefixDeclaration_gist",
		"@type" : "sh:PrefixDeclaration",
		"sh:namespace" : {
			"@type" : "xsd:anyURI",
			"@value" : "https://w3id.org/semanticarts/ns/ontology/gist/"
		},
		"sh:prefix" : {
			"@type" : "xsd:string",
			"@value" : "gist"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"sh" : "http://www.w3.org/ns/shacl#"
		}
	},
	{
		"@id" : "gist:_USDollar",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for currency."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "US Dollar"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_USDollar" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "USD"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_ampere",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for electrical current."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "ampere"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_ampere" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "A"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_bit",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for measuring digital information."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "bit"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "A bit (short for binary digit) is the smallest unit of data in a computer. A bit has a single binary value, either 0 or 1."
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_bit" },
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_candela",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for luminous intensity."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "candela"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_candela" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "cd"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_day",
		"@type" : "gist:DurationUnit",
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A duration unit that is 24 hours long."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "day"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "8.64e+04"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_second" },
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"skos" : "http://www.w3.org/2004/02/skos/core#"
		}
	},
	{
		"@id" : "gist:_each",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for count magnitudes."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "each"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_each" },
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_kelvin",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for measuring temperature."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "Kelvin"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:conversionOffset" : {
			"@type" : "xsd:double",
			"@value" : "0e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_kelvin" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "K"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_kilogram",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for measuring mass."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "mass"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_kilogram" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "kg"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_meter",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for measuring distance."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "distance"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_meter" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "m"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_millisecond",
		"@type" : "gist:DurationUnit",
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit equal to a thousandth of a second."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "millisecond"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e-03"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_second" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "ms"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"skos" : "http://www.w3.org/2004/02/skos/core#"
		}
	},
	{
		"@id" : "gist:_minute",
		"@type" : "gist:DurationUnit",
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A unit equal to 60 seconds."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "minute"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "6e+01"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_second" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "min"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"skos" : "http://www.w3.org/2004/02/skos/core#"
		}
	},
	{
		"@id" : "gist:_mole",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for measuring molar quantities."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "mole"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_mole" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "mol"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:_percent",
		"@type" : "gist:UnitOfMeasure",
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The unit designating a quantity that is the ratio of two quantities with the same unit of measure and which has been multiplied by 100."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "percent"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "Because the units of the numerator and denominator are the same, they cancel out, resulting in a dimensional quantity."
			},
			{
				"@type" : "xsd:string",
				"@value" : "To keep the unit of measure of the numerator and denominator, use a ratio unit; e.g., cm/cm."
			}
			
		],
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e-02"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_each" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "%"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"skos" : "http://www.w3.org/2004/02/skos/core#"
		}
	},
	{
		"@id" : "gist:_second",
		"@type" : [
			"owl:Thing",
			"gist:BaseUnit"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The base unit for measuring durations."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "second"
		},
		"gist:conversionFactor" : {
			"@type" : "xsd:double",
			"@value" : "1e+00"
		},
		"gist:hasBaseUnit" : { "@id" : "gist:_second" },
		"gist:unitSymbol" : {
			"@type" : "xsd:string",
			"@value" : "s"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:accepts",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The types of input messages that will be allowed."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "accepts"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualEndDate",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:actualEndDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual date that something ended, with precision of one day."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual end date"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualEndDateTime",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:endDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual date and time that something ended, with no implied precision."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual end date time"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This is an abstraction over the various precisions of actual end time, and is not expected to be asserted directly. Values with different precisions can be compared since they all have the same format."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualEndMicrosecond",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:actualEndDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual time that something ended, expressed as a system time used for timestamps."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T08:03:27.12324-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual end microsecond"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualEndMinute",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:actualEndDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual date and time that something ended, with precision of one minute."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T08:32:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual end minute"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualEndYear",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:actualEndDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual date that something ended, with precision of one year."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "'2021-01-01T00:00:00-6:00'^^xsd:dateTime"
			},
			{
				"@type" : "xsd:string",
				"@value" : "The tenure of the previous chairman of the board ended in 2021."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual end year"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualStartDate",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:actualStartDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual date that something started, with precision of one day."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual start date"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualStartDateTime",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:startDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual date and time that something started, with no implied precision."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual start date time"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This is an abstraction over the various precisions of actual start time, and is not expected to be asserted directly. Values with different precisions can be compared since they all have the same format."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualStartMicrosecond",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:actualStartDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual time that something started, expressed as a system time used for timestamps."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T08:03:27.12324-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual start microsecond"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualStartMinute",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:actualStartDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual date and time that something started, with precision of one minute."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T08:32:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual start minute"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:actualStartYear",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:actualStartDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual date that something started, with precision of one year."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "'2021-01-01T00:00:00-6:00'^^xsd:dateTime"
			},
			{
				"@type" : "xsd:string",
				"@value" : "The tenure of the current chairman of the board began in 2021."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "actual start year"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:allows",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : { "@id" : "gist:Intention" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Behavior" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The intention (say a grant) allows a particular kind of activity (for instance egress)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "allows"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:atDateTime",
		"@type" : "owl:DatatypeProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date and time at which something did or will occur, with variants for precision, start and end, and actual vs. planned."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "at date time"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This is the top level property for asserting time, and is not expected to be asserted directly.\u000d\u000a\u000d\u000aThe subproperties allow the ontologist to do three things:\u000d\u000a1) Distinguish start and end times.\u000d\u000a2) 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).\u000d\u000a3) Distinguish varying levels of precision; sort of a simple version of the Allen functions.  \u000d\u000a\u000d\u000aAll 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.\u000d\u000a\u000d\u000aTime 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.\u000d\u000a\u000d\u000aThere 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. \u000d\u000a\u000d\u000aThe conventions for precision that are repeated in each property name are as follows:\u000d\u000a\u0009- *DateTime is an abstraction over the various precisions of its subproperties.\u000d\u000a\u0009- *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.\u000d\u000a\u0009- *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.\u000d\u000a\u0009- *Microsecond refers to system time, and it will be as precise as the system can supply; typically at least milliseconds, sometime microseconds.\u000d\u000a"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:birthDate",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:startDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date some living thing was or will be born, with precision of one day."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "birth date"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:comesFromAgent",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:hasParticipant" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Organization" },
					{ "@id" : "gist:Person" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The party that is the source of something (e.g. a message, shipment, etc.)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "comes from agent"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This is not the inverse of gist:goesToAgent. A message can be to someone. If we made it the inverse the person would be \"from\" the message"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:comesFromPlace",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Address" },
					{ "@id" : "gist:Place" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Origin"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "comes from place"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:conformsTo",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The subject conforms to the Object, e.g. meet an obligation, meet terms of an offer, adhere to a specification"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "conforms to"
		},
		"gist:rangeIncludes" : { "@id" : "gist:Intention" },
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:containedText",
		"@type" : "owl:DatatypeProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:string" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Links to the string corresponding to Text"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "contained text"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:contributesTo",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The parts of a system contribute to the goal/ function of the whole system"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "contributes to"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:conversionFactor",
		"@type" : "owl:DatatypeProperty",
		"rdfs:domain" : { "@id" : "gist:UnitOfMeasure" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:double" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The conversion factor used to convert a unit to its standard (i.e., coherent) unit (which could be a base unit.)"
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "A value expressed in inches is multiplied by a conversion factor of 0.0254 to express the value in the base unit, meter."
			},
			{
				"@type" : "xsd:string",
				"@value" : "An area expressed as 7 square kilometers is multiplied by a conversion factor of one million which results in 7 million square meters."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "conversion factor"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Sometimes this property must be used in conjunction with conversionOffset. Kelvin =  (Degrees F - conversionOffset) * conversionFactor. Or K = (F-(-469.67)) * (5/9)."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:conversionOffset",
		"@type" : "owl:DatatypeProperty",
		"rdfs:domain" : { "@id" : "gist:UnitOfMeasure" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:double" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Add this number to get to the zero point.  On the Celsius scale, the conversionOffset is -273.15 degrees C. On the Fahrenheit scale it is -459.67 degrees.  Is equal to 0 when the unit has the same zero point as the base unit. e.g. inch, meter."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "conversion offset"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:deathDate",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:actualEndDate" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date some living thing died."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "death date"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:description",
		"@type" : "owl:DatatypeProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A statement about someone or something's attributes or characteristics."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The Empire State Building is a 102-story Art Deco skyscraper in Midtown Manhattan in New York City, United States. It was designed by Shreve, Lamb & Harmon and built from 1930 to 1931."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "description"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This property is used to provide a description of an instance entity in greater detail than a label."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:directs",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The set of actuators that a controller can affect"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "directs"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:domainIncludes",
		"@type" : "owl:AnnotationProperty",
		"rdfs:subPropertyOf" : { "@id" : "skos:scopeNote" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a property to a class that is (one of) the type(s) the property is expected to be used on."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The domain for the property gist:hasMember includes gist:Collection."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "domain includes"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "This property is used to guide the ontology user; like all annotation properties, it does not play a role in inference."
			},
			{
				"@type" : "xsd:string",
				"@value" : "This property means the same thing as the Schema.org version, which is an rdf:Property and not compliant with OWL-DL."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:encryptedText",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:containedText" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:string" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Links to the string corresponding to EncryptedText"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "encrypted text"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:endDateTime",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:atDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date and time that something ended."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "end date time"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "This is an abstraction over the various precisions of end time, and is not expected to be asserted directly. Values with different precisions can be compared since they all have the same format."
			},
			{
				"@type" : "xsd:string",
				"@value" : "We have looked at some extreme edge cases (e.g., did this meeting end before or after the trade was posted?) and we couldn't find any use case that required special processing. Those who have such use cases can implement them (and feel free to let us know)."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:goesToAgent",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:hasParticipant" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Organization" },
					{ "@id" : "gist:Person" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The party that is the recipient of something (e.g. a message, shipment, etc.)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "goes to agent"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This is not the inverse of gist:comesFromAgent. A message can be from someone. If we made it the inverse the person would be \"to\" the message"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:goesToPlace",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Address" },
					{ "@id" : "gist:Place" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Destination"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "goes to place"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasAddress",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Address" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates the subject to its physical or virtual address."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The street address of a building; the email address of a person."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has address"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasAltitude",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : { "@id" : "gist:GeoPoint" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Extent" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Distance above sea level"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has altitude"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasBaseUnit",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:hasStandardUnit" },
		"rdfs:domain" : { "@id" : "gist:UnitOfMeasure" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:BaseUnit" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a UnitOfMeasure to its BaseUnit.  This indicates what kind of Unit something is."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Saying that a furlong hasBaseUnit  meter says it is a DistanceUnit."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has base unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasBiologicalParent",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : { "@id" : "gist:LivingThing" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:LivingThing" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a living thing to its biological parent."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has biological parent"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasCommunicationAddress",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:hasAddress" },
		"rdfs:domain" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Organization" },
					{ "@id" : "gist:Person" }
				]}
		},
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Address" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a Person or Organization to where they can receive messages, including postal addresses, fax numbers, phone numbers, email, web site, etc."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has communication address"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasDenominator",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a RatioUnit such as meters/second to the denominator Unit (e.g. second)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has denominator"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasDirectPart",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:hasPart" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The relationship between a whole and a part where the part has independent existence."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has direct part"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "It is safest to use this property when there is semantic directness inherent in the relationship, rather than choosing appropriate granularity. For example, a spark plug is a direct part of an engine block; there cannot be any intermediate parts.  Beware of making a hasDirectPart assertion and then inserting an intermediate part; this will result in making an asserted triple false even though there was no change in the world."
			},
			{
				"@type" : "xsd:string",
				"@value" : "No cascading delete."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Use this property to directly associate a part with the whole. gist:hasPart is the transitive version."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasDirectSuperCategory",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:hasSuperCategory" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The subject category is a subcategory of the object category. This property defines the direct links in a category hierarchy; no intermediate categories can exist between the direct links."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has direct supercategory"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Unlike its superproperty gist:hasSuperCategory, this property is not transitive. It is essentially the same as the non-transitive skos:broader, using gist:Category rather than skos:Concept."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasFirstMember",
		"@type" : [
			"owl:ObjectProperty",
			"owl:InverseFunctionalProperty"
			
		],
		"rdfs:subPropertyOf" : { "@id" : "gist:hasMember" },
		"rdfs:domain" : { "@id" : "gist:OrderedCollection" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:OrderedMember" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates an ordered collection to its first member."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has first member"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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 may not be strictly ordered, there can be more than one first member."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasGiver",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:hasParticipant" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"owl:propertyDisjointWith" : { "@id" : "gist:hasRecipient" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The active party, the one with the obligation or the one initiating the transfer"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has giver"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasGoal",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The reason for doing something"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has goal"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasIncumbent",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "What equipment or person is currently in this node.  Note to create a temporal view make a TemporalRelation for this property"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has incumbent"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasMagnitude",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Magnitude" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "To have a comparable numeric value. Each magnitude has a unit."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has magnitude"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasMember",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a Collection to its member individuals."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has member"
		},
		"gist:domainIncludes" : { "@id" : "gist:Collection" },
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasMultiplicand",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a ProductUnit such as square mile to the second of two units multiplied together (e.g. mile)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has multiplicand"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasMultiplier",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a ProductUnit such as square mile to the first of two units multiplied together (e.g. mile)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has multiplier"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasNavigationalParent",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a child category to a parent category in an informal (e.g., faceted) hierarchy."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Refrigerator handles are not refrigerators, but it may be useful to represent their relationship hierarchically for a faceted UI filter."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has navigational parent"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasNumerator",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a RatioUnit such as meter(s)/second to the numerator Unit (e.g. meter)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has numerator"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasPart",
		"@type" : [
			"owl:ObjectProperty",
			"owl:TransitiveProperty"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The transitive version of gist:hasDirectPart"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has part"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasParticipant",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates something (e.g. an agreement) to things that play a role, or take part or are otherwise involved in some way."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "An event of transferring money has a participating account that receives the money."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has participant"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "The thing with participants will often be an agreement, event or obligation."
			},
			{
				"@type" : "xsd:string",
				"@value" : "This is intended as an abstract property. Only its subproperties will be directly used."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasParty",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:hasParticipant" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Organization" },
					{ "@id" : "gist:Person" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The people or organizations participating in an event, agreement or obligation"
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "For loan agreements, one might create hasLender and hasBorrower as subproperties of hasParty."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has party"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasPhysicalLocation",
		"@type" : [
			"owl:ObjectProperty",
			"owl:TransitiveProperty"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Place" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Where something is located"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has physical location"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasPrecision",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Magnitude" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Links a Magnitude to the degree of accuracy of the numeric value.   This allows for fuzzy numbers.  All magnitudes have a precision.  Usually we don't record them.  When we do this, it will be a value whose extent covers 2 standard deviations around the stated magnitude"
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Temperature precise to tenth of a degree C; length precise to the nearest centimeter."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has precision"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasRecipient",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:hasParticipant" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The recipient"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has recipient"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasStandardUnit",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : { "@id" : "gist:UnitOfMeasure" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:CoherentUnit" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "For a complex unit refers to a unit that has all the component parts in SI"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has standard unit"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasSuperCategory",
		"@type" : [
			"owl:ObjectProperty",
			"owl:TransitiveProperty"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The subject category is included by, or narrower than, the object category. Everything categorized by the subcategory can be inferred to be categorized by the supercategory."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has supercategory"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This is essentially the same as skos:broaderTransitive, using gist:Category instead of skos:Concept."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasUniqueNavigationalParent",
		"@type" : [
			"owl:ObjectProperty",
			"owl:FunctionalProperty"
			
		],
		"rdfs:subPropertyOf" : { "@id" : "gist:hasNavigationalParent" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a subject category to a unique parent category in an informal (e.g., faceted) hierarchy."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has unique navigational parent"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasUniqueSuperCategory",
		"@type" : [
			"owl:ObjectProperty",
			"owl:FunctionalProperty"
			
		],
		"rdfs:subPropertyOf" : { "@id" : "gist:hasSuperCategory" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Used for taxos that must have single parents"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has unique supercategory"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasUnitOfMeasure",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : { "@id" : "gist:Magnitude" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:UnitOfMeasure" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Which unit of measure you are using. All measures are expressed in some unit of measure, even if we don't know what it is initially."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has unit of measure"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:hasViableRange",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The area over which the sensor can sense (might be a small geospatial area or a specific wire in a circuit)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "has viable range"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isAbout",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : { "@id" : "gist:Content" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Subject matter of a document."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is about"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isAffectedBy",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Where the effect came from"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is affected by"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isAllocatedBy",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:IntellectualProperty" },
					{ "@id" : "gist:Organization" },
					{ "@id" : "gist:Person" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates the subject to whomever or whatever assigns or distributes it."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "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)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is allocated by"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "The allocator may be a person, organization, or automated process."
		},
		"gist:domainIncludes" : [
			{ "@id" : "gist:Category" },
			{ "@id" : "gist:ID" }
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isAspectOf",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "What this aspect is referring to"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is aspect of"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isBasedOn",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The Object is a foundation for, a starting point for, gave rise to or justifies the Subject"
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is based on"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isCategorizedBy",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Points to a taxonomy item or other less formally defined class."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is categorized by"
		},
		"gist:rangeIncludes" : { "@id" : "gist:Category" },
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isCharacterizedAs",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : { "@id" : "gist:Event" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Behavior" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A way to categorize a behavior."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is characterized as"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isConnectedTo",
		"@type" : [
			"owl:ObjectProperty",
			"owl:SymmetricProperty"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A non-owning, non-causal, non-subordinate (i.e., peer-to-peer) relationship."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is connected to"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isExpressedIn",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The language something was expressed in"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is expressed in"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isGeographicallyContainedIn",
		"@type" : [
			"owl:ObjectProperty",
			"owl:TransitiveProperty"
			
		],
		"rdfs:domain" : { "@id" : "gist:Place" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Place" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates one place to another place that contains the first."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is geographically contained in"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isGovernedBy",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Category" },
					{ "@id" : "gist:Content" },
					{ "@id" : "gist:GeoRegion" },
					{ "@id" : "gist:IntellectualProperty" },
					{ "@id" : "gist:Intention" },
					{ "@id" : "gist:Organization" },
					{ "@id" : "gist:Person" },
					{ "@id" : "gist:PhysicalIdentifiableItem" },
					{ "@id" : "gist:PhysicalSubstance" }
				]}
		},
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Intention" },
					{ "@id" : "gist:Organization" },
					{ "@id" : "gist:Person" },
					{ "@id" : "gist:Template" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A reference from the thing being governed to the governor"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is governed by"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isIdentifiedBy",
		"@type" : [
			"owl:ObjectProperty",
			"owl:InverseFunctionalProperty"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:ID" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "This is like a URI: a thing can have more than one ID, but each of the IDs must refer to a unique thing."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is identified by"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isMadeUpOf",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:PhysicalSubstance" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates something to a substance that it is made up of."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The vase is made up of clay. Water is made up of hydrogen and oxygen."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is made up of"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isRecognizedBy",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Organization" },
					{ "@id" : "gist:Person" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The entity that formally acknowledges the existence of, as the State recognizes the existence of a particular company"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is recognized by"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isRecognizedDirectlyBy",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:isRecognizedBy" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The party doing the recognition"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is recognized directly by"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isRecordedAt",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:atDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Date that something was posted, not necessarily the date it occurred. Must be after the date of occurrence, but could be before or after the planned date. (Unusual, but I could record today that I expected to be paid last week.)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is recorded at"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "Precision may vary according to context."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isRenderedOn",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "What media something was rendered On"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is rendered on"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isSupersededBy",
		"@type" : "owl:AnnotationProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "gist:connectedTo gist:isSupersededBy gist:isConnectedTo (renaming with no semantic change)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is superseded by"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isTriggeredBy",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a contingency, such as an event or obligation, to the event that gives rise to it."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "Fire insurance is contingent on a particular building burning down"
			},
			{
				"@type" : "xsd:string",
				"@value" : "The death benefit payout on a life insurance policy following the death of a specific person."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is triggered by"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "For obligations, this property describes what must happen to trigger the contingent obligation. Other uses include controls, processes, etc."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:isUnderJurisdictionOf",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a law, contract, etc., to the system of law or government which has the power, right, or authority to interpret and apply it."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "is under jurisdiction of"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:latitude",
		"@type" : "owl:DatatypeProperty",
		"rdfs:domain" : { "@id" : "gist:GeoPoint" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:double" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Degrees above or below equator"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "latitude"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:license",
		"@type" : "owl:AnnotationProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "An annotation for providing the licensing on this or derivative ontologies"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "license"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:links",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a NetworkLink to a NetworkNode that it connects to another node. Used when the connections are undirected, or the direction is not known."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "links"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:linksFrom",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:links" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a NetworkLink to its origin NetworkNode. Unlike the superproperty, this represents a directed connection."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "links from"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:linksTo",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:links" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a NetworkLink to its destination NetworkNode. Unlike the superproperty, this represents a directed connection."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "links to"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:longitude",
		"@type" : "owl:DatatypeProperty",
		"rdfs:domain" : { "@id" : "gist:GeoPoint" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:double" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Degrees from GM"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "longitude"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:name",
		"@type" : "owl:DatatypeProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:string" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates an individual to (one of) its name(s)."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "name"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:numericValue",
		"@type" : "owl:DatatypeProperty",
		"rdfs:domain" : { "@id" : "gist:Magnitude" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : {
			"@type" : "rdfs:Datatype",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "xsd:byte" },
					{ "@id" : "xsd:decimal" },
					{ "@id" : "xsd:double" },
					{ "@id" : "xsd:float" },
					{ "@id" : "xsd:int" },
					{ "@id" : "xsd:integer" },
					{ "@id" : "xsd:long" },
					{ "@id" : "xsd:negativeInteger" },
					{ "@id" : "xsd:nonNegativeInteger" },
					{ "@id" : "xsd:nonPositiveInteger" },
					{ "@id" : "xsd:positiveInteger" },
					{ "@id" : "xsd:short" },
					{ "@id" : "xsd:unsignedByte" },
					{ "@id" : "xsd:unsignedInt" },
					{ "@id" : "xsd:unsignedLong" },
					{ "@id" : "xsd:unsignedShort" },
					{ "@id" : "owl:rational" },
					{ "@id" : "owl:real" }
				]}
		},
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The actual value of a magnitude."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "numeric value"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:occupiesGeographically",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:PhysicalIdentifiableItem" },
					{ "@id" : "gist:PhysicalSubstance" }
				]}
		},
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Place" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A thing occupies are region"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "occupies geographically"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:occupiesGeographicallyPermanently",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:occupiesGeographically" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "To be in a fixed position on the earth"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "occupies geographically permanently"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:occursIn",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The geospatial place where something happened or will happen"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "occurs in"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:owns",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : {
			"@type" : "owl:Class",
			"owl:unionOf" : {
				"@list" : [
					{ "@id" : "gist:Organization" },
					{ "@id" : "gist:Person" }
				]}
		},
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Possessing and controlling.  Ultimate form of ownership is the right to destroy.  Long list of potential Range classes"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "owns"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:plannedEndDate",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:plannedEndDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date that something is or was planned to end, with precision of one day."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "planned end date"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:plannedEndDateTime",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:endDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date that something is or was planned to end, with no implied precision."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "planned end date time"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "This is an abstraction over the various precisions of planned end time, and is not expected to be asserted directly.  Values with different precisions can be compared since they all have the same format."
			},
			{
				"@type" : "xsd:string",
				"@value" : "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."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:plannedEndMinute",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:plannedEndDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date and time that something is or was planned to end, with precision of one minute."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T08:32:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "planned end minute"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:plannedEndYear",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:plannedEndDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date that something is or was planned to end, with precision of one year."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "'2021-01-01T00:00:00-6:00'^^xsd:dateTime"
			},
			{
				"@type" : "xsd:string",
				"@value" : "The automobile manufacturer announced that it will stop producing gas-powered vehicles in 2035."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "planned end year"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:plannedStartDate",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:plannedStartDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date that something is or was planned to start, with precision of one day."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T00:00:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "planned start date"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:plannedStartDateTime",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:startDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date and time that something is or was planned to start, with no implied precision."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "planned start date time"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "This is an abstraction over the various precisions of planned start time, and is not expected to be asserted directly. Values with different precisions can be compared since they all have the same format."
			},
			{
				"@type" : "xsd:string",
				"@value" : "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."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:plannedStartMinute",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:plannedStartDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date and time that something is or was planned to start, with precision of one minute."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "'2021-06-01T08:32:00-6:00'^^xsd:dateTime"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "planned start minute"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:plannedStartYear",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:plannedStartDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date that something is or was planned to start, with precision of one year."
		},
		"skos:example" : [
			{
				"@type" : "xsd:string",
				"@value" : "'2021-01-01T00:00:00-6:00'^^xsd:dateTime"
			},
			{
				"@type" : "xsd:string",
				"@value" : "The automobile manufacturer announced that its full line-up will include only electric cars starting in 2035."
			}
			
		],
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "planned start year"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "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."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:precedes",
		"@type" : [
			"owl:ObjectProperty",
			"owl:TransitiveProperty"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A generic ordering relation indicating that the subject comes before the object."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "precedes"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "The less-than symbol is often used to represent this relation."
			},
			{
				"@type" : "xsd:string",
				"@value" : "This is the transitive version of gist:precedesDirectly."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Typically this predicate would be used asymmetricallly and irreflexively, but the ontology does not formalize this."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:precedesDirectly",
		"@type" : "owl:ObjectProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:precedes" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "A generic ordering relation indicating that the subject comes immediately before the object."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "precedes directly"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "If two items in an ordered collection share the same position, they both directly precede the following element."
			},
			{
				"@type" : "xsd:string",
				"@value" : "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."
			},
			{
				"@type" : "xsd:string",
				"@value" : "Typically this predicate would be used asymmetricallly and irreflexively, but the ontology does not formalize this."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:prevents",
		"@type" : "owl:ObjectProperty",
		"rdfs:domain" : { "@id" : "gist:Intention" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "gist:Behavior" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The intention (say a law) is intended to prevent this kind of behavior (say jay-walking)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "prevents"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:produces",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The subject creates the object."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "A task produces a deliverable."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "produces"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:providesOrderFor",
		"@type" : [
			"owl:ObjectProperty",
			"owl:FunctionalProperty"
			
		],
		"rdfs:domain" : { "@id" : "gist:OrderedMember" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Links a member of an ordered collection to the real-world item it represents in that collection."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "provides order for"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:rangeIncludes",
		"@type" : "owl:AnnotationProperty",
		"rdfs:subPropertyOf" : { "@id" : "skos:scopeNote" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Relates a property to a class that constitutes (one of) the expected type(s) for values of the property."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The range for the property gist:isCategorizedBy includes gist:Category."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "range includes"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "This property is used to guide the ontology user; like all annotation properties, it does not play a role in inference."
			},
			{
				"@type" : "xsd:string",
				"@value" : "This property means the same thing as the Schema.org version, which is an rdf:Property and not compliant with OWL-DL."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:requires",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The subject needs the object or makes it necessary, mandatory, or compulsory."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "Humans require air; solar power requires sunshine."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "requires"
		},
		"skos:scopeNote" : {
			"@type" : "xsd:string",
			"@value" : "This predicate is defined generally enough to encompass a few different meanings of the English word 'requires': \u000d\u000a\u0009\u0009\u000d\u000a\u0009\u00091. To need something or to make something necessary.\u000d\u000a\u0009\u00092. To order or demand something, or to order someone to do something, especially because of a rule or law.\u000d\u000a\u0009\u00093. To make it officially necessary for someone to do something.\u000d\u000a\u0009\u000d\u000a\u0009Implementations requiring a more specific meaning should define subproperties."
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:respondsTo",
		"@type" : "owl:ObjectProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The set of sensors that a controller is attached to"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "responds to"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:sequence",
		"@type" : "owl:DatatypeProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:integer" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "For ordering ordered lists."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "sequence"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:startDateTime",
		"@type" : "owl:DatatypeProperty",
		"rdfs:subPropertyOf" : { "@id" : "gist:atDateTime" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:dateTime" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The date and time that something started."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "start date time"
		},
		"skos:scopeNote" : [
			{
				"@type" : "xsd:string",
				"@value" : "This is an abstraction over the various precisions of start time, and is not expected to be asserted directly. Values with different precisions can be compared since they all have the same format."
			},
			{
				"@type" : "xsd:string",
				"@value" : "We have looked at some extreme edge cases (e.g., did this meeting end before or after the trade was posted?) and we couldn't find any use case that required special processing. Those who have such use cases can implement them (and feel free to let us know)."
			}
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:tagText",
		"@type" : "owl:DatatypeProperty",
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "Used for folksonomy style categories (non controlled vocabulary)"
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "tag text"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:uniqueText",
		"@type" : [
			"owl:DatatypeProperty",
			"owl:FunctionalProperty"
			
		],
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:string" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The unique string value of some content object; i.e., there is no possibility of having more than one value."
		},
		"skos:example" : {
			"@type" : "xsd:string",
			"@value" : "The unique string for a vehicle identification number."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "unique text"
		},
		"gist:domainIncludes" : [
			{ "@id" : "gist:ID" },
			{ "@id" : "gist:Text" }
			
		],
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:unitSymbol",
		"@type" : "owl:DatatypeProperty",
		"rdfs:domain" : { "@id" : "gist:UnitOfMeasure" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:string" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The standard symbol for the unit NOT using any special characters.  E.g. square meter would be m^2 rather than m?."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "unit symbol"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:unitSymbolHtml",
		"@type" : "owl:DatatypeProperty",
		"rdfs:domain" : { "@id" : "gist:UnitOfMeasure" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:string" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The standard symbol for the unit in HTML format for  pretty printing, may use special characters.  E.g. to show square meter as  m? rather than m^2, the value of this property would be \"m²\" This is for when Unicode not supported and the display will be HTML format."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "unit symbol HTML"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "gist:unitSymbolUnicode",
		"@type" : "owl:DatatypeProperty",
		"rdfs:domain" : { "@id" : "gist:UnitOfMeasure" },
		"rdfs:isDefinedBy" : { "@id" : "https://w3id.org/semanticarts/ontology/gistCore" },
		"rdfs:range" : { "@id" : "xsd:string" },
		"skos:definition" : {
			"@type" : "xsd:string",
			"@value" : "The standard symbol for the unit preferred for pretty printing, may use special characters.  E.g. square meter would be  m? rather than m^2."
		},
		"skos:prefLabel" : {
			"@type" : "xsd:string",
			"@value" : "unit symbol Unicode"
		},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#",
			"xsd" : "http://www.w3.org/2001/XMLSchema#",
			"skos" : "http://www.w3.org/2004/02/skos/core#",
			"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
		}
	},
	{
		"@id" : "_:blank335",
		"@type" : "owl:AllDifferent",
		"owl:distinctMembers" : {
			"@list" : [
				{ "@id" : "gist:_USDollar" },
				{ "@id" : "gist:_ampere" },
				{ "@id" : "gist:_bit" },
				{ "@id" : "gist:_candela" },
				{ "@id" : "gist:_each" },
				{ "@id" : "gist:_kelvin" },
				{ "@id" : "gist:_kilogram" },
				{ "@id" : "gist:_meter" },
				{ "@id" : "gist:_mole" },
				{ "@id" : "gist:_second" }
			]},
		"@context" : {
			"gist" : "https://w3id.org/semanticarts/ns/ontology/gist/",
			"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
			"owl" : "http://www.w3.org/2002/07/owl#"
		}
	}
]