You are here

function ARC_api_helper::get_default_ifp_iris in Taxonomy import/export via XML 5

Same name and namespace in other branches
  1. 5.2 arc/ARC_api_helper.php \ARC_api_helper::get_default_ifp_iris()
  2. 6.2 arc/ARC_api_helper.php \ARC_api_helper::get_default_ifp_iris()
  3. 6 arc/ARC_api_helper.php \ARC_api_helper::get_default_ifp_iris()

File

arc/ARC_api_helper.php, line 282

Class

ARC_api_helper

Code

function get_default_ifp_iris() {
  $air = "http://www.daml.org/2001/10/html/airport-ont#";
  $foaf = "http://xmlns.com/foaf/0.1/";
  $skos = "http://www.w3.org/2004/02/skos/core#";
  $owl = "http://www.w3.org/2002/07/owl#";
  return array(
    $air . "iataCode",
    $foaf . "mbox",
    $foaf . "mbox_sha1sum",
    $foaf . "homepage",
    $foaf . "weblog",
    $skos . "subjectIndicator",
    $owl . "sameAs",
  );
}