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

	"sswap:providedBy" : {
	
		"rdf:type" : [ "owl:ObjectProperty", "owl:FunctionalProperty" ],
		
		"rdfs:label"   : "provided by",
		"rdfs:comment" : [ "A property identifying the entity (the 'Provider') providing the Resource", "The Resource's URI must be a lexical sub-path of the Provider, unless the Provider explicitly claims the Resource by including a sswap:providesResource statement for the Resource in the Provider's Description Graph (PDG)." ],
		
		"rdfs:domain" : "sswap:Resource",
		"rdfs:range"  : "sswap:Provider",
		
		"owl:inverseOf" : "sswap:providesResource"
		
	}
}