# $Id: danb-query.n3,v 1.9 2005/09/22 11:50:36 amdus Exp $ # PxButton | test | java euler.EulerRunner -think danb.n3 danb-query.n3 # 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: . @prefix : . [ 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 ] .