Paul Houle wrote: > Kingsley Idehen wrote: >> We look forward to your dump. >> >> > Here's a dumb question... No such thing as a dumb question. In my world view, the only dumb thing is not asking the question :-) > > I've got a matrix, let's call it C[x,y] where C is the number of > items that are in both set x and set y. x and y are both URIs, like > > x= dbpedia_ontology:Place > y= dbpedia_ontology:Person > > How do I share that as linked data? > One approach, using SIOC ontology: Try C as a property of an Entity of Type: sioc:Container that is associated with another Entity of Type: sioc:Item that has properties for x (Place) and y (Person). De-referencing the sioc:Container URI will expose data for C, and via the "sioc:container_of" property you will get to data for x and/or y.
-- Regards, Kingsley Idehen Weblog: http://www.openlinksw.com/blog/~kidehen President & CEO OpenLink Software Web: http://www.openlinksw.com ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
