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

nlg.templates.provbasic.activity1.json Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version

{

	"select": {"act": {"@type": "prov:Activity"}},

	"query": "select * from act a prov:Activity",

	"sentence": {
		"type": "clause",
		"subject": {
			"type": "noun_phrase",
			"head": {
				"type": "@funcall",
				"@object": "act",
				"@field":  "id",
				"@function": "localname"}},
		"verb": "be",
		"object": {
			"type":"noun_phrase",
			"head":"activity",
			"determiner":"a"},
		"features" : {"tense": "present"}

	},

	"context": {
		"ex": "http://example.org/#"
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy