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

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

There is a newer version: 2.1.1
Show newest version

{

    "select": {"ag": {"@type": "prov:Agent"}},

    "query": "select * from ag a prov:Agent",
    
    "sentence": {
	"type": "clause",
	"subject": {"type": "noun_phrase",
		    "head": {"type": "@funcall",
			     "@object": "ag",
			     "@field":  "id",
			     "@function": "localname"}},
	"verb": "be",
	"object": {"type":"noun_phrase",
		   "head":"agent",
		   "determiner":"a"},
	"features" : {"tense": "present"}

    },

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy