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

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

There is a newer version: 2.1.1
Show newest version

{

    "select": {"spe": {"@type": "provext:SpecializationOf"}},
 
    "query": "select * from spe a provext:SpecializationOf",

    "sentence": {
	"type": "clause",
	"subject":  {"type": "noun_phrase",
		    "head": {"type": "@funcall",
			     "@object": "spe",
			     "@field":  "specificEntity",
			     "@function": "localname"},
		    "features": {"number": {"type": "@funcall",
					    "@object": "spe",
					    "@field": "specificEntity",
					    "@function": "pluralp"}}},
	"verb": "be a specialization",
	"modifiers": [{"type": "preposition_phrase",
		       "preposition": "of",
		       "noun": {"type": "@funcall",
				"@object": "spe",
				"@field": "generalEntity",
				"@function": "localname"}}],	
	"features" : {"tense": "past"}

    },

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy