TAMI Scenario 9 Policy1

From Semantic Portal Wiki

Jump to: navigation, search

Policy
type TAMI Policy
name MA disability discrimination (v1)
original text No otherwise qualified handicapped individual shall, solely by reason of his handicap, be excluded from participation in, be denied the benefits of, or be subject to discrimination under any program or activity within the Commonwealth.
citation Massachusetts Constitutions, Article 114
Relation
Notes
description Policy for a simple case when one event violates policy

back to: TAMI Scenario 9

Semantics

__BEGIN_LANDMARK_N3__

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix air: <http://dig.csail.mit.edu/TAMI/2007/amord/air#> .	
@prefix tami: <http://tw.rpi.edu/portal/Special:URIResolver/> .
@prefix tamic: <http://tw.rpi.edu/portal/Special:URIResolver/Category-3A> .
@prefix tamip: <http://tw.rpi.edu/portal/Special:URIResolver/Property-3A> .
@prefix :  <http://tw.rpi.edu/portal/Special:URIResolver/> .
@prefix abc: <http://dig.csail.mit.edu/TAMI/air> .

# scenario 9: http://dig.csail.mit.edu/TAMI/2007/s9/

:MA_Disability_Discrimination_Policy a air:Policy;
   rdfs:label "MA_Disability_Discrimination policy";
   air:variable :EVENT, :REQUESTER, :ACTOR, :REASON, :REQUEST, :INSTRUCTION;
   air:rule [
       air:label "MA_Disability_Discrimination policy #1";
       air:pattern {
          :EVENT a tamic:RefuseRequest;
              tamip:Antecedent :REQUEST;
              tamip:Participant :REQUESTER;
              tamip:Input_data :REASON.
       };
       air:description (:NAME "'s request, " :REQUEST ", was refused because of " :REASON);
#       air:description (:REQUESTER "was denied service because of " :REASON),
#                       (:REQUEST "was clearly not said using the magic words");
       air:rule [
           air:label "MA_Disability_Discrimination policy #1-1";
       
       air:description ("The requester, " :NAME ", resides in MA and is covered by the MA Disability Discrimination Law");
           
	   air:pattern {
		:REQUEST tamip:Instruction :INSTRUCTION;
                                    a tamic:Event.
                 :INSTRUCTION tamip:Intended_beneficiary :REQUESTER;
                                    tamip:Tag tamic:Benefit_Request.
                 #:REASON tamip:Relation :REQUESTER.
                 :REQUESTER tamip:Location :Massachusetts.
           };
	   air:rule [
	       air:pattern { :EVENT a tamic:RefuseRequest;
				tamip:Input_data :REASON.
			     :REASON tamip:Tag tamic:Health_Information };
#               air:description ("Health information like " :REASON " is not useful for " :EVENT);
		       air:description ("The reason, " :REASON ", for denying " :REQUEST " is based on health information. Under the MA Disability Discrimination Law it is illegal to use health information to deny a service request." ); 
               air:assert { :EVENT air:non-compliant-with :MA_Disability_Discrimination_Policy }
           ]
      ];
   ].

__END_LANDMARK_N3__ (View N3 source)

Facts about TAMI Scenario 9 Policy1RDF feed
CitationMassachusetts Constitutions, Article 114  +
DescriptionPolicy for a simple case when one event violates policy
NameMA disability discrimination (v1)  +
Original textNo otherwise qualified handicapped individual shall, solely by reason of his handicap, be excluded from participation in, be denied the benefits of, or be subject to discrimination under any program or activity within the Commonwealth.
Semantic Web Community
Tetherless World constellation
maintenance