neontribe / Linked_Development

Linked Development
1 stars 1 forks source link

Convert R4D URIs into Linked-Development base #56

Closed practicalparticipation closed 11 years ago

practicalparticipation commented 11 years ago

In the short-term: using SED to process the files so that /outputs/ /projects/ and /organisations/ are all in the linked-development.org domain.

In the long-term we should sameAs if R4D provides dereferenceable URIs in future.

practicalparticipation commented 11 years ago

The following three commands need to be added to the middle of the R4D import process.

sed -i "s/r4d.dfid.gov.uk\/Output/linked-development.org\/r4d\/output/g" .rdf sed -i "s/r4d.dfid.gov.uk\/Project/linked-development.org\/r4d\/project/g" .rdf sed -i "s/r4d.dfid.gov.uk\/Organisation/linked-development.org\/r4d\/organisation/g" *.rdf

neil-dabson commented 11 years ago

I see that you have made this change to the code

practicalparticipation commented 11 years ago

Yep - sorry - meant to close this issue. I've tested on an independently edited copy of the code - but not on the version of the code in GitHub.