# $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 : . this log:forSome :hp, :mb, :ti. [agg:corporateHomepage :hp; agg:owner [ a agg:Person; agg:personalMailbox :mb]]. [ agg:personalMailbox :mb; agg:technologyInterest :ti]. [ agg:corporateHomepage :hp].