You are here

function ARC_api_helper::get_default_fp_iris in Taxonomy import/export via XML 6.2

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

File

arc/ARC_api_helper.php, line 298

Class

ARC_api_helper

Code

function get_default_fp_iris() {
  $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(
    $foaf . "primaryTopic",
    $owl . "sameAs",
  );
}