{
	"api" : "/makeProperty",

	"imports" : "sswap:owlOntology",
	
	"sswap:operatesOn" : {
	
		"rdf:type" : [ "owl:ObjectProperty", "owl:InverseFunctionalProperty" ],
		
		"rdfs:label"   : "operates on",
		"rdfs:comment" : "A relation between a Resource and a collection of mappings (a Graph)",
		
		"rdfs:domain" : "sswap:Resource",
		"rdfs:range"  : "sswap:Graph"
		
	}
}