Ah! Thanks. I had mis-counted and thought that the returned number of relat=
ions was well under 1000.
Thank you very much,
Chris
>
>> Limit is set at 1000 and is way bigger than the current size of the=20
>system.
>
>Chris,
>
>It sounds like you ingested all the demo objects . . . and just those=20
>alone
>will constitute over *1300* statements, so you'd need to set the limit=20
>higher
>(or have no limit at all) if you want all of them listed for one query.
>
>- Chris
>
>-----Original Message-----
>From: Chris Tomlinson [mailto:ct@...]
>Sent: Thu 2/10/2005 7:56 PM
>To: Chris Wilper
>Cc: fedora-users@...
>Subject: RE: [Fedora-users] Resource Index problem #1
>=20
>Hello Chris,
>
>The query that returns the isAbout relationships was:
>
>select $a $b from <#ri>
>where $a <info:tbrc/tbrc-system:def/relations-ontology#isAbout> $b
>
>which returns:
>
>"a","b"
>info:fedora/tbrc:W15102,info:fedora/tbrc:T3003
>info:fedora/tbrc:W15099,info:fedora/tbrc:T3001
>info:fedora/tbrc:W15111,info:fedora/tbrc:T2003
>info:fedora/tbrc:W15101,info:fedora/tbrc:T3002
>info:fedora/tbrc:W15098,info:fedora/tbrc:T1001
>info:fedora/tbrc:W15100,info:fedora/tbrc:T2002
>info:fedora/tbrc:W15102,info:fedora/tbrc:T3004
>
>in the current system state.
>
>Limit is set at 1000 and is way bigger than the current size of the=20
>system.
>
>Yes I'm using the web interface.
>
>ciao,
>Chris
>
>>
>>Hi Chris,
>>
>>You should get all your relationships via the query below. Did you=20
>>issue a
>>different query for listing your "isAbout" relationships to list them? =
=20
>>If
>>so, what was it?
>>
>>One thing to check: are you changing the "limit" to "Unlimited" when=20
>you=20
>>do
>>the query (I assume you're testing using the web interface?)
>>
>>- Chris
>>
>>-----Original Message-----
>>From: fedora-users-bounces@... on behalf of Chris Tomlinson
>>Sent: Thu 2/10/2005 7:03 PM
>>To: fedora-users@...
>>Subject: [Fedora-users] Resource Index problem #1
>>=20
>>Hello,
>>
>>I have created some objects and placed appropriate RELS-EXT datastreams=
=20
>>on
>>them. I can retrieve via itql such results as:
>>
>>info:fedora/tbrc:W15100,info:tbrc/tbrc-system:def/relations-ontology#
>>isAbout,
>>info:fedora/tbrc:T2002
>>info:fedora/tbrc:W15111,info:tbrc/tbrc-system:def/relations-ontology#
>>isAbout,
>>info:fedora/tbrc:T2003
>>info:fedora/tbrc:W15099,info:tbrc/tbrc-system:def/relations-ontology#
>>isAbout,
>>info:fedora/tbrc:T3001
>>
>>which look fine; however, if I issue the query:
>>
>>select $a $r $b from <#ri>
>>where $a $r $b
>>
>>I get wonderful results for all the info:fedora/demo:* objects such as:
>>
>>info:fedora/demo:SmileyNightlight,http://purl.org/dc/elements/1.1/
>>identifier,
>>demo:SmileyNightlight
>>info:fedora/demo:SmileyNightlight,http://purl.org/dc/elements/1.1/title
>,
>>Smile
>>y Nightlight
>>info:fedora/demo:SmileyNightlight,info:fedora/fedora-system:def/model#
>>label,S
>>miley Nightlight
>>info:fedora/demo:SmileyNightlight,info:fedora/fedora-system:def/
>>relations-ext
>>ernal#isMemberOf,info:fedora/demo:SmileyStuff
>>info:fedora/demo:SmileyNightlight,info:fedora/fedora-system:def/model#
>>owner,f
>>edoraAdmin
>>
>>but I don't see any relations (including the ones above) for the=20
>various
>>objects I've created??
>>
>>What is the reason for this behavior?
>>
>>Thank you as always,
>>Chris
>>
>>_______________________________________________
>>Fedora-users mailing list
>>Fedora-users@...
>>http://comm.nsdl.org/mailman/listinfo/fedora-users
>>
>
|