{
	"api" : "/makeProperty",
	
	"imports" : "sswap:owlOntology",
	
	"sswap:outputURI" : {
	
		"rdf:type" : "owl:DatatypeProperty",
		
		"rdfs:label"   : "output URI",
		"rdfs:comment" : "Resources may direct users to the URI pointed to by this property for a custom output presentation",
		
		"rdfs:range"  : "xsd:anyURI"
		
	}
}