# cdk 2006-04-29 # # Usage: # cwm http://dig.csail.mit.edu/TAMI/cdk/scenario3/data.n3 http://dig.csail.mit.edu/TAMI/cdk/scenario3/schema.n3 http://people.csail.mit.edu/lkagal/tami/tami-rules.n3 --think --filter="http://dig.csail.mit.edu/TAMI/cdk/scenario3/filter.n3" @keywords is, of, a . @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix xsd: . @prefix foaf: . @prefix dc: . @prefix string: . @prefix u: . @prefix s: . @prefix c: . @prefix j: . @prefix emer: . @prefix int: . @prefix air: . @prefix log: . @prefix ts: . @prefix td: . @prefix tr: . @prefix : . # Transfer has to satisfy a RoutineUse of the relevant Sorn # wrt to recipient organization, purpose # and other things: person, dataCategory, allowedSource, ... (missing) !!!!!!!!! {?t1 a ts:Transfer. ?s1 a ts:Sorn. ?s1 dc:creator ?Owner. ?t1 ts:sender ?Owner. ?s1 ts:routineUse ?r1. ?t1 ts:purpose ?p1. ?r1 ts:purpose ?p2. ?p1 tr:specializationOfStar ?p2. ?t1 ts:recipient ?o1. ?r1 ts:recipient ?o2. ?o1 tr:partOfStar ?o2. } => { ?t1 ts:status ts:LegalTransfer. }. #ends