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

	"sswap:inputURI" : {
	
		"rdf:type" : "owl:DatatypeProperty",
		
		"rdfs:label"   : "input URI",
		"rdfs:comment" : "Resources may direct users to the URI pointed to by this property for a custom user interface",
		
		"rdfs:range"  : "xsd:anyURI"
		
	}
}