/* compile("file://../lib/discovery0.fb","file://../lib/discovery0.fbl"); */ recompiling(namespace('discovery0')); // needed when compiling an installed library startPersisting(); setHomeAndTopic('discovery0'); void function namespaces() { namespace('dc',"http://purl.org/dc/elements/1.1"); namespace('rss',"http://purl.org/rss/1.0/"); namespace('geo',"http://www.w3.org/2003/01/geo/wgs84_pos#"); namespace('foaf',"http://xmlns.com/foaf/0.1/"); namespace('ex',"http://example.org/"); namespace("discovery1","http://fabl.net/vocabularies/discovery1"); namespace("discovery2","http://fabl.net/vocabularies/discovery2"); } void function definedBy() { isDefinedBy("http://purl.org/dc/elements/1.1","{stdlibPrefix}dublin_core-1.1.fb"); isDefinedBy("http://purl.org/rss/1.0/","{stdlibPrefix}rss-1.0.fb"); isDefinedBy("http://www.w3.org/2003/01/geo/wgs84_pos#","{stdlibPrefix}rdfig_geo-2003-01.fb"); isDefinedBy("http://xmlns.com/foaf/0.1","{stdlibPrefix}foaf-0.1-1.fb"); isDefinedBy("http://fabl.net/vocabularies/discovery1","{stdlibPrefix}discovery1.fb"); isDefinedBy("http://fabl.net/vocabularies/discovery2","{stdlibPrefix}discovery2.fb"); } void function discovery() { namespaces(); definedBy(); }