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

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