# ---------------------------------------------------- # Example explanation for policy 6: # Use only data from authors who work for at least 2 projects involving programming # ---------------------------------------------------- @prefix rdf: . @prefix xsd: . @prefix swp: . @prefix dc: . @prefix ex: . @prefix uo: . @prefix tpl: . @prefix gb: . @prefix tprefsl: . @prefix exdata: . @prefix suite: . @prefix : . # ----------------------------------------------- # About this document <> rdfs:comment "Example Explanation for Policiy 6" ; dc:creator "Chris Bizer" ; dc:subject "" ; dc:publisher "" ; dc:title "" ; dc:description "" ; dc:date "2004-09-15" ; dc:format "RDF" ; dc:identifier <> ; :Ex1 rdf:type exp:Explanation ; exp:statement [ rdf:type rdf:Statement ; rdf:subject ex:Monika ; rdf:predicate ex:skill ; rdf:object ex:Programming . ] ; exp:policy suite:policy6 ; exp:parts [ rdf:type exp:ExplanationPart rdf:_1 [ rdf:type exp:TextExplanationPart ; rdf:_1 "The information is beliefed because it was stated in the information object " ; rdf:_2 ; exp:parts [ rdf:type exp:TextExplanationPart ; rdf:_1 "which was asserted by " ; rdf:_2 ; rdf:_3 " who is working for the following projects involving programming: " ; exp:parts [ exp:TextExplanationPart rdf:_1 ; rdf:_2 ] ; ] ; ] ; rdf:_2 [ rdf:type exp:TextExplanationPart ; rdf:_1 "The information is beliefed because it was stated in the information object " ; rdf:_2 ; exp:parts [ rdf:type exp:TextExplanationPart ; rdf:_1 "which was asserted by " ; rdf:_2 ; rdf:_3 " who is working for the following projects involving programming: " ; exp:parts [ exp:TextExplanationPart rdf:_1 ; rdf:_2 ] ; ] ; ] ; ] ;