# $Id: danb-query.n3,v 1.2 2001/10/01 00:12:35 amdus Exp $ # 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 : . @prefix log: . this log:forAll :hp, :mb, :ti. [ 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 ].