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

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

There is a newer version: 2.1.1
Show newest version

{

    "select": {"web": {"@type": "prov:WasEndedBy"}},
 
    "sentence": {
	"type": "clause",
	"subject": {"type": "noun_phrase",
		    "head":  {"type": "@funcall",
			      "@object": "web",
			      "@field":  "trigger",
			      "@function": "localname"},
		    "post-modifiers": [{"type": "preposition_phrase",
					"preposition": "generated by",
					"noun":  {"type": "@funcall",
						  "@object": "web",
						  "@field":  "ender",
						  "@function": "localname"}}]},
	"object":  {"type": "noun_phrase",
		    "head": "end",
		    "determiner": "the",
		    "post-modifiers": [{"type": "preposition_phrase",
					"preposition": "of",
					"noun":  {"type": "noun_phrase",
						  "head": {"type": "@funcall",
							   "@object": "web",
							   "@field":  "activity",
							   "@function": "localname"}}}],
		    "features": {"number": "singular"}},
	"verb": "trigger",
	"modifiers": [{"type": "preposition_phrase",
		       "preposition": "at",
		       "noun": {"type": "@funcall",
				"@object": "web",
				"@field": "time",
				"@optional": "true",				
				"@function": "timestring"}}],	
	"features" : {"tense": "past",
		      "passive": "true"}

    },

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy