buda-base / lds-pdi

http://purl.bdrc.io BDRC Linked Data Server
Apache License 2.0
2 stars 0 forks source link

fix personAllAssociations handling #58

Closed eroux closed 6 years ago

eroux commented 6 years ago

I've added quite a lot in personAllAssocations and running it on Fuseki (with bdr:P1583) seems to indicate that it works fine, but visiting the API url

http://buda1.bdrc.io:13280/lib/personAllAssociations?LG_NAME=&I_LIM=500&R_RES=bdr%3AP1583&L_NAME=%22bdr%3AP1583%22

outputs some strange things in the person to person relationship: for instance bdr:P7091 is indicated as being both a teacher and a student while the fuseki output contains only

bdr:P7091  a              bdo:Person ;
        bdo:personGender  bdr:GenderMale ;
        tmp:relationType  bdo:personTeacherOf ;
        skos:prefLabel    "bya bral chos rje/"@bo-x-ewts .
eroux commented 6 years ago

sorry, my bad!