Open GoogleCodeExporter opened 9 years ago
I agree this is a problem. The Simal:Project and Person approach was a solution
to
the issues described in:
ISSUE 201
Note that this issue also links to ISSUE 190 and ISSUE 193 which would be
impacted by
the proposed change.
Original comment by ross.gardler
on 25 May 2010 at 7:51
Incresing priority. we're starting to do real work with Simal data, it's
important that we settle the format that data is being held in.
Original comment by ross.gardler
on 3 Aug 2010 at 10:37
Original comment by sander.v...@oucs.ox.ac.uk
on 31 Aug 2010 at 4:50
One option is to replace the simal:Project with a doap:Project, which is still
referencing the original sources via rdfs:seeAlso but keeping the 'parent'
project as the one where all information edited through the user interface is
kept.
If we enforce strict URIs for the 'parent' project and the different sources,
we can determine the sources by their uris.
So instead of querying all simal:Project s we can do something similar to:
SELECT DISTINCT ?project
WHERE {
?project a doap:Project
FILTER regex(str(?project),"^http://registry.oss-watch.ac.uk")
}
Original comment by sander.v...@oucs.ox.ac.uk
on 31 Aug 2010 at 5:14
Original issue reported on code.google.com by
sander.v...@oucs.ox.ac.uk
on 25 May 2010 at 3:58