2. Merging with personal FOAF documents - enhancing Author data
default-graph-uri
http://metastore.ingenta.com
http://devstore.ingenta.com
named-graph-uri
query
PREFIX rdf:
PREFIX dc:
PREFIX foaf:
SELECT ?ms_articleid ?ms_title ?ms_authorid ?join_familyname ?ext_authorid ?ext_workplace ?ext_phone WHERE { ?ms_articleid dc:identifier
. ?ms_articleid dc:title ?ms_title . ?ms_articleid foaf:maker ?ms_authorid . ?ms_authorid foaf:family_name ?join_familyname . ?ext_authorid foaf:family_name ?join_familyname . ?ext_authorid foaf:workplaceHomepage ?ext_workplace . ?ext_authorid foaf:phone ?ext_phone . FILTER (?ext_authorid != ?ms_authorid) }
But you can see a flat copy of the
results here
though.