researchgraph / ANDS

ANDS records and related scripts
0 stars 0 forks source link

Including FOR relationships #3

Closed aaryani closed 6 years ago

aaryani commented 6 years ago

We need to add the link between ANDS records and FOR as a relation between graph key and purl. For example for https://researchdata.ands.org.au/bestatin-based-chemical-family-aminopeptidases/11371/?refer_q=rows=15/sort=score%20desc/class=collection/p=1/q=11371/anzsrc-for=06/ we should have a relation object with these properties:

minhd commented 6 years ago

Hi @aaryani

Does that mean each node will have a relation to their top level FOR subject?

aaryani commented 6 years ago

Hi @minhd

Yes to its top level and other sub-for-codes. With this model, you can link the nodes to all FOR codes described in the RIFCS.

j-benn commented 6 years ago

@aaryani Do you currently extract this info from the RIF you harvest or is this something new?

aaryani commented 6 years ago

@j-benn, this is part of the new CSV export from RDA.

j-benn commented 6 years ago

Yep understand it is part of the CSV @aaryani but have you extracted this info in the past? Just trying work out if this is a new requirement? If so we might have to push it through the change process.

aaryani commented 6 years ago

@j-benn, This function was previously incorporated into the XSLT for OAI-PMH https://github.com/researchgraph/Crosswalks/blob/master/ands.org.au/collection_to_researchgraph.xsl Not sure if you can reuse this code in the CSV exporter.

j-benn commented 6 years ago

Ok thanks for clarifying @aaryani.