dbpedia / links

A repo that contains outgoing links from DBpedia
50 stars 42 forks source link

Clean up unclaimed folder, then delete dev #6

Open kurzum opened 8 years ago

kurzum commented 8 years ago
RPOD commented 8 years ago

List of unclaimed links is here also if they are reachable or not plus the contact data (if given). Should I contact people about their links and should I remove the unreachable links from unclaimed and move the reachable ones into the dbpedia.org links folder?

kurzum commented 8 years ago

Yes, please contact them. For the other ones could you send an email to DBpedia discussion?

kurzum commented 8 years ago

reposting:

remove from master
in dev try to move as many as possible into the links folder
kurzum commented 8 years ago

hm, do you know how to deal with all the files in unclaimed? this is not an easy task

RPOD commented 8 years ago

I try to generate as much meta-data for each linkset that is still reachable and create a simple README describing what the dataset is describing. If I run into issues I will ask right away.

RPOD commented 8 years ago

With the latest commits the several new linksets have been added to dbpedia.org, the metadata.ttl for each linkset has been updated to follow the conventions.

While doing this I noticed that the linkset in xxx.dbpedia.org/nl/test.rce.rnatoolset.net seems wrong, as the nl.dbpedia.org is in the object rather then subject. Can someone verify if this is correct or if it needs to be fixed?

kurzum commented 8 years ago

needs to be fixed. awk '{print $3,$2,$1 " ."}' MolensRijksmonument.nt does the job

RPOD commented 8 years ago

Changed it.