# $Id: danb-query.n3,v 1.17 2003/05/03 23:38:27 jderoo Exp $

# PxButton | test | java Euler -think danb danb-query |

# http://rdfweb.org/2001/01/design/smush.html
# (Q1) What are the technology interests of persons who own companies that have an ethical
#     policy committment to the policy stated in the document
#     http://dotherightthing.example.org/policy.xhtml 

@prefix agg: <http://example.com/xmlns/aggregation-demo#>.
@prefix : <danb#>.

[ a agg:Company; agg:corporateHomepage _:hp; agg:owner [ a agg:Person; agg:personalMailbox _:mb ] ] .
[ a agg:User; agg:personalMailbox _:mb; agg:technologyInterest _:ti ] .
[ a agg:Organisation; agg:corporateHomepage _:hp; agg:ethicalPolicy <http://dotherightthing.example.org/policy.xhtml> ] .

