All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nlg.templates.thump.thump.plan.models1a.json Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version

{

	"select": {
		"plan1":        {"@type": "prov:Entity"},
		"plan2":        {"@type": "prov:Entity"},
		"ag":           {"@type": "prov:Agent"}
		},
	"query": [
		"prefix ros ",
		"prefix rpl ",
		"prefix rs ",
		"prefix rn ",
		"prefix msg ",
		"prefix ex ",

		"prefix pl ",

		"select * from wdf a provext:WasDerivedFromStar",
		"from plan a prov:Entity",
		" join wdf.generatedEntity=plan.id",
		"from model a prov:Entity",
		" join wdf.usedEntity=model.id",


		"where plan[prov:type]       >= 'rpl:EsterelPlan'",
		"  and model[prov:type]      >= 'ex:PDDLFile'",

		"group by plan aggregate model with Seq"

	],




	"sentence": {
		"type": "clause",
		"object": {
			"type": "noun_phrase",

			"head": {
				"type": "@funcall",
				"@object": "plan",
				"@field":  "id",
				"@function": "noun+localname",
				"@arg1":   "plan"
			}
		},
		"subject": {
			"type": "coordinated_phrase",
			"conjunction": "and",
			"@iterator": {
				"type": "@iterator",
				"@variable": "model",
				"@clause": "coordinates",
				"@element": {
					"type": "noun_phrase",
					"head": {
						"type": "@funcall",
						"@object": "model",
						"@field":  "id",
						"@function": "noun+localname",
						"@arg1":   "model"
					}
				}
			}

		},

		"verb": "influence",
		"features" : {
			"tense": "past",
			"passive": "true"
		}


	},

	"context": {
		"ex": "http://example.org/#",
		"foaf": "http://xmlns.com/foaf/0.1/",
		"ln": "https://plead-project.org/ns/loan#",
		"pl": "https://plead-project.org/ns/plead#",
		"pd": "https://pandas.pydata.org/#",
		"ros": "https://openprovenance.org/ns/ros",
		"rpl": "http://openprovenance.org/ns/rosplan",
		"rs": "urn:uuid:e760c81c-0e64-11eb-bcbf-000c292939e2",
		"rn": "urn:uuid:e760c81c-0e64-11eb-bcbf-000c292939e2/nodes/",
		"msg": "urn:uuid:e760c81c-0e64-11eb-bcbf-000c292939e2/messages/"


	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy