From 7f1587514705d333d293ca5ab98508caf4d1bb80 Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 27 Feb 2009 09:03:22 +0000 Subject: New Feature: export with semantic format (SIOC, SKOS, FOAF...) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@300 b3834d28-1941-0410-a4f8-b48e95affb8f --- api/export_sioc.php | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 api/export_sioc.php (limited to 'api') diff --git a/api/export_sioc.php b/api/export_sioc.php new file mode 100644 index 0000000..746d0ea --- /dev/null +++ b/api/export_sioc.php @@ -0,0 +1,90 @@ + +"; ?> + + + + + + + +?> + +getObjectUsers(); + +$usersArray = array(); // useful for bookmarks display +foreach($users as $user) { + $usersArray[$user->getId()] = $user->getUserName(); +} +?> + + + + getUserName() ?> + + + + + + Authors at PlanetRDF.com + + +*/ +?> + +getBookmarks(0, NULL, NULL, NULL); +?> + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3