Postponed
Project:
Relations API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
5 Dec 2008 at 20:39 UTC
Updated:
6 Jul 2009 at 15:33 UTC
Installed rdf-6.x-1.0-alpha3.tar.gz and relations-6.x-1.0-alpha1.tar.gz together with arc2 version 20-11-18. Clicked the relations-tab on a newly created node, and received : Fatal error: Call to undefined function rdf_uri() in relations.module on line 136
Grepped for rdf_uri, but could only find function rdf_uriref in rdf.api.inc. replaced all instances of rdf_uri in relations.module, and it sessm to work.
Is this the right function to call then?
Comments
Comment #1
minimalismore commentedSorry for messing up the issue message. The initial bug report somehow became a feature request after I added this feature request wrongly as a comment to it. Filed a bug report for the bug.
For the issue request:
I am wondering if there are any future plans of making it possible to add predicates / typed associations instead of just having the rdfs:seeAlso predicate hard coded in the module?
Comment #2
drewish commentedI couldn't actually get the module to store relations but it does seem kind of limited to only have one predicate.
Comment #3
Arto commented(The bug alluded to is in #343378: Fatal error: Call to undefined function rdf_uri() and no longer occurs with recent versions of the relevant modules.)
Rolf, Andrew: there do exist future plans for multiple predicate types, yes - which is why the
admin/settings/rdf/relationsscreen shows the "Relationship types" table.However, there's no ETA since we presently just need the one basic bidirectional relationship in the project that this module was developed for. So, this is scope creep until such a time that we need the feature ourselves or until someone submits a patch or sponsors the feature.