Skip to content
Snippets Groups Projects
Commit 761fb2e4 authored by alvaro's avatar alvaro
Browse files

forgot to add rdfs__Resource

parent af6a0039
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ class TypeModule extends abstractModule{
$curieType="";
//Get the firstResults type available
$typesAndValues = array('rdfs:Resource' => -1);
$typesAndValues = array('rdfs__Resource' => -1);
if(!isset($conf['disableComponents']) || $conf['disableComponents'] != true){
foreach($t as $v){
$curie = Utils::uri2curie($v);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment