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

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

There is a newer version: 2.1.1
Show newest version

{

	"select": {"ent": {"@type": "prov:Entity"}},

	"query": "select * from ent a prov:Entity",


	"sentence": {
		"type": "clause",
		"subject": {
			"type": "noun_phrase",
			"head": {
				"type": "@funcall",
				"@object": "ent",
				"@field":  "id",
				"@function": "localname"
			},
			"features": {
				"number": {
					"type": "@funcall",
					"@object": "ent",
					"@field": "id",
					"@function": "pluralp"}}},
		"verb": "be",
		"object": {
			"type": "@funcall",
			"@object": "ent",
			"@property": "prov:type",
			"@function": "lookup-type",
			"@arg1": "noun_phrase",
			"@arg2": "collabmap"
		},
		"features" : {
			"tense": "present"
		}

	},

	"context": {
		"ex": "http://example.org/#",
		"collabmap": "http://www.orchid.ac.uk/ontologies/collabmap.owl#"
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy