{
	"api" : "/makeType",
	
	"imports" : "sswap:owlOntology",

	"sswap:Subject" : {
	
		"rdfs:subClassOf" : "sswap:SSWAP",
		
		"rdfs:label"   : "Subject",
		"rdfs:comment" : "The subject of a Subject/Object mapping; it is the data (the input) consumed by a service",
		
		"sswap:mapsTo" : {
			"owl:allValuesFrom"  : "sswap:Object",
			"owl:someValuesFrom" : "sswap:Object"
		}
		
	}
}