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

	"sswap:metadata" : {
	
		"rdf:type" : "owl:DatatypeProperty",
		
		"rdfs:label"   : "metadata",
		"rdfs:comment" : "Establishes a URI to a resource of words, phrases, or other such free text to be associated with the property's subject",
		
		"rdfs:range"  : "xsd:anyURI"
		
	}
}