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

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

There is a newer version: 2.1.1
Show newest version

{

	"select": {"attr": {"@type": "prov:WasAttributedTo"}},

	"query": "select * from attr a prov:WasAttributedTo",

	"sentence": {
		"type": "clause",
		"object":  {
			"type": "noun_phrase",
			"head": {
				"type": "@funcall",
				"@object": "attr",
				"@field":  "entity",
				"@function": "localname"},
			"features": {
				"number": {
					"type": "@funcall",
					"@object": "attr",
					"@field": "entity",
					"@function": "pluralp"}}},
		"verb": "attribute",
		"modifiers": [{
			"type": "preposition_phrase",
			"preposition": "to",
			"noun": {
				"type": "@funcall",
				"@object": "attr",
				"@field": "agent",
				"@function": "localname"}}],
		"features" : {
			"tense": "past",
			"passive": "true"}

	},

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy