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

nlg.templates.collabmap.actedonbehalfof1.json Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version

{

    "select": {"aobo": {"@type": "prov:ActedOnBehalfOf"}},

    "query": "select * from aobo a prov:ActedOnBehalfOf",        
 
    "sentence": {
	"type": "clause",
	"subject":  {"type": "noun_phrase",
		     "head": {"type": "@funcall",
			      "@object": "aobo",
			      "@field":  "delegate",
			      "@function": "localname"},
		    "features": {"number": {"type": "@funcall",
					    "@object": "aobo",
					    "@field": "delegate",
					    "@function": "pluralp"}}},
	"verb": "act",
	"modifiers": [{"type": "preposition_phrase",
		       "preposition": "on behalf of",
		       "noun": {"type": "@funcall",
				"@object": "aobo",
				"@field": "responsible",
				"@function": "localname"}}],	
	"features" : {"tense": "past"}

    },

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy