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

	"sswap:aboutURI" : {
	
		"rdf:type" : "owl:DatatypeProperty",
		
		"rdfs:label"   : "about URI",

		"rdfs:comment" : "Points to a URI for additional information. It is expected that the URI may resolve to a human-readable web page (an HTML resource). Programs may dereference the URI to provide users with additional information describing a sswap:Resource or sswap:Provider.",

		"rdfs:range"  : "xsd:anyURI"
		
	}
}
