@prefix dce: . @prefix dct: . @prefix owl: . @prefix rdfs: . @prefix skos: . @prefix xsd: . @prefix foaf: . @prefix fos: . @prefix quex: . @prefix agent: . @prefix clinskosch: . @prefix event: . event: a owl:Ontology; dce:title """Event"""@en; dce:creator """Hans Cools, Pieterjan De Potter"""@en; dce:contributor """Jos De Roo, Dirk Colaert"""; dce:publisher """Agfa Healthcare/Belgium, IBBT/Belgium, Multimedia Lab/Ghent University/Belgium"""@en; dce:description """Formal general description of events, actions, their time and other relations."""@en; dce:format """OWL Full"""@en; dce:identifier """event"""@en; dce:language """English"""@en. # # Classes # event:Event a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """event"""@en; skos:definition """An occurrence as a time-space thing."""@en. event:Process a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """process"""@en; skos:definition """An event implying change, from an input to an output, in one or more steps."""@en; rdfs:subClassOf event:Event. event:Action a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """action"""@en; skos:definition """A process involving one or more agents in a certain role."""@en; rdfs:subClassOf event:Process. event:Procedure a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """procedure"""@en; skos:definition """Action executed in one or more steps, in the same manner to obtain the same output under the same circumstances."""@en; rdfs:subClassOf event:Action. event:Existence a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """existence"""@en; skos:definition """Event of being."""@en; rdfs:subClassOf event:Event. event:OriginationMode a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """origination mode"""@en; skos:definition """Mode of coming into existence."""@en. event:EndingMode a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """ending mode"""@en; skos:definition """Mode of going out of existence."""@en. event:sudden # a rdfs:Class; # rdfs:isDefinedBy event:; rdfs:label """sudden"""@en; # acute skos:definition """Coming into or going out of existence in a very short period of time."""@en; a event:OriginationMode, event:EndingMode; skos:exactMatch [ a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "373933003"^^clinskosch:sctDT ]. event:subacute a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """subacute"""@en; skos:definition """Coming into or going out of existence in a moderate short period of time."""@en; a event:OriginationMode, event:EndingMode. event:gradual a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """gradual"""@en; skos:definition """Coming into or going out of existence gradually."""@en; skos:note """An event can be both sudden and gradual."""@en; a event:OriginationMode, event:EndingMode. event:CourseMode a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """course mode"""@en; skos:definition """Mode of relating to time of something."""@en. event:persistent # a rdfs:Class; # rdfs:isDefinedBy event:; rdfs:label """persistent"""@en; # chronic, continuous, permanent, continual skos:definition """Staying in existence."""@en; a event:CourseMode; skos:exactMatch [ a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "263730007"^^clinskosch:sctDT ]. event:intermittent a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """intermittent"""@en; skos:definition """Come and go in and out of existence."""@en; a event:CourseMode; skos:exactMatch [ a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "7087005"^^clinskosch:sctDT ]. # periodic, cyclic event:phasic a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """phasic"""@en; skos:definition """Come and go in and out of existence in periods."""@en; a event:CourseMode; skos:exactMatch [ a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "1217004"^^clinskosch:sctDT ]. event:Cause a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """cause"""@en; skos:definition """Source of entailment."""@en. event:Input a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """input"""@en; skos:definition """Precondition to a change in a process."""@en. event:Output a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """output"""@en; skos:definition """Consequence of a change in a process."""@en. #TODO: definition of the Class from which the 4 following are instances event:urgency a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """urgency"""@en; skos:definition """Highest preference rank of an action to be performed."""@en. event:highPriority a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """high priority"""@en; skos:definition """High preference rank of an action to be performed."""@en. event:lowPriority a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """low priority"""@en; skos:definition """Low preference rank of an action to be performed."""@en. event:routine a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """routine"""@en; skos:definition """Lowest preference rank of an action to be performed."""@en. #TODO: definition of the Class from which the 3 following are instances event:unknown a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """unknown"""@en; skos:definition """Smallest sureness about the outcome of a process."""@en. event:likely a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """likely"""@en; skos:definition """Average sureness about the outcome of a process."""@en. event:nearSure a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """near sure"""@en; skos:definition """Greatest sureness about the outcome of a process."""@en. event:Intent a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """intent"""@en; skos:definition """Purpose of an action."""@en. event:Availability a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """availability"""@en; skos:definition """Event of being available."""@en; rdfs:subClassOf event:Event; rdfs:subClassOf [ a owl:Restriction; owl:onProperty fos:availabilityState; owl:hasValue fos:available ]. event:Unavailability a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """unavailability"""@en; skos:definition """Event of being unavailable."""@en; rdfs:subClassOf event:Event; rdfs:subClassOf [ a owl:Restriction; owl:onProperty fos:availabilityState; owl:hasValue fos:unavailable ]. #event:Method event:Pathway a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """pathway"""@en; skos:definition """Binding instructions for an action."""@en; skos:note """Organization dependent, different from guideline (e.g. clinical)."""@en. event:Guideline a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """guideline"""@en; skos:definition """Detailed plan guiding in determining a course of action."""@en. event:Observable a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """observable"""@en; skos:definition """Something that can be observed, e.g. length."""@en. event:Finding a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """finding"""@en; skos:definition """Something that is observed."""@en; rdfs:subClassOf event:Event. event:Condition a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """condition"""@en; skos:definition """Something that must exist if something else is to take place."""@en. event:Reason a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """reason"""@en; skos:definition """An argument to justify an action."""@en. event:Indication a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """indication"""@en; skos:definition """Reason for an action."""@en; rdfs:subClassOf event:Reason. event:AbsoluteIndication a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """absolute indication"""@en; skos:definition """Compelling reason for an action."""@en; rdfs:subClassOf event:Indication. event:RelativeIndication a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """relative indication"""@en; skos:definition """Possible reason for an action."""@en; rdfs:subClassOf event:Indication. event:Contraindication a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """contraindication"""@en; skos:definition """A reason for not performing an action."""@en; rdfs:subClassOf event:Reason. event:AbsoluteContraindication a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """absolute contraindication"""@en; skos:definition """Compelling reason for not performing an action."""@en; rdfs:subClassOf event:Contraindication. event:RelativeContraindication a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """relative contraindication"""@en; skos:definition """Possible reason for not performing an action."""@en; rdfs:subClassOf event:Contraindication. event:Interacting a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """interacting"""@en; skos:definition """An action involving 2 or more agents in which an agent changes the outcome compared to an action without this agent."""@en; skos:note """Not limited to direct interaction between agents."""@en; rdfs:subClassOf event:Action, [ a owl:Restriction; owl:onProperty agent:hasAgent; owl:minCardinality "2"^^xsd:nonNegativeInteger ], [ a owl:Restriction; owl:onProperty :hasOutput; owl:someValuesFrom event:Interaction]. event:Interaction a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """interaction"""@en; skos:definition """Outcome of an interacting."""@en; rdfs:subClassOf [ a owl:Restriction; owl:onProperty :outputOf; owl:someValuesFrom event:Interacting ]. event:AdverseProcess a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """adverse process"""@en; skos:definition """Unwanted process."""@en; rdfs:subClassOf event:Process; rdfs:subClassOf [ a owl:Restriction; owl:onProperty fos:demandState; owl:someValuesFrom fos:undemanded ]; owl:disjointWith event:AdverseOutput. event:AdverseOutput a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """adverse output"""@en; skos:definition """Unwanted output of a process."""@en; rdfs:subClassOf event:Output; rdfs:subClassOf [ a owl:Restriction; owl:onProperty fos:demandState; owl:hasValue fos:undemanded ]. event:RiskFactor a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """risk factor"""@en; skos:definition """Contributing to a risk of an adverse process or output."""@en. event:Risk a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """risk"""@en; skos:definition """Probability of an adverse process or output."""@en; skos:note """Mapped to the range of e:conditional in rules"""@en. #rdfs:subClassOf quex:Probability. # e.g. quex:Percentage. event:Examining a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """examining"""@en; skos:definition """Examining something."""@en; rdfs:subClassOf event:Action. event:Examination a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """examination"""@en; skos:definition """Examination of something, as output of examining."""@en; rdfs:subClassOf [ a owl:Restriction; owl:onProperty event:outputOf; owl:someValuesFrom event:Examining ]. event:Evaluating a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """evaluating"""@en; skos:definition """Examining with judging of any kind."""@en; rdfs:subClassOf event:Action. event:Evaluation a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """evaluation"""@en; skos:definition """Examination with judgement of any kind, as output of evaluating."""@en; rdfs:subClassOf [ a owl:Restriction; owl:onProperty event:outputOf; owl:someValuesFrom event:Evaluating ]. event:Diagnosing a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """diagnosing"""@en; skos:definition """Identifying the nature of something, either by process of elimination or other analytical method, and applying logic and experience to determine cause and effect relationships"""@en; rdfs:subClassOf event:Action. event:Diagnosis a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """diagnosis"""@en; skos:definition """The result of a diagnosing procedure."""@en; rdfs:subClassOf [ a owl:Restriction; owl:onProperty event:outputOf; owl:someValuesFrom event:Diagnosing ]. event:Ordering a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """ordering"""@en; skos:definition """Directing or commissioning to make, provide, or furnish something"""@en; rdfs:subClassOf event:Action. event:Order a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """order"""@en; skos:definition """Direction or commission to make, provide, or furnish something, as output of ordering."""@en; rdfs:subClassOf [ a owl:Restriction; owl:onProperty event:outputOf; owl:someValuesFrom event:Ordering ]. event:Educating a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """educating"""@en; skos:definition """Instructing a human with the aim of changing his or her knowledge and/or behavior."""@en; rdfs:subClassOf event:Procedure; skos:exactMatch [ a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "409073007"^^clinskosch:sctDT ]. event:Education a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """education"""@en; skos:definition """Change of knowledge and/or behaviour as output of educating"""@en; rdfs:subClassOf [ a owl:Restriction; owl:onProperty event:outputOf; owl:someValuesFrom event:Educating ]. event:Authenticating a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """authenticating"""@en; skos:definition """Making authoritative or valid."""@en; rdfs:subClassOf event:Action, [ a owl:Restriction; owl:onProperty event:hasOutput; owl:someValuesFrom event:Authentication ]. event:Authentication a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """authentication"""@en; skos:definition """Proof of being authoritative or valid, as output of authenticating."""@en; rdfs:subClassOf event:Output. event:LegalAuthenticating a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """legal authenticating"""@en; skos:definition """Making legally authoritative or valid."""@en; rdfs:subClassOf event:Authenticating. event:LegalAuthentication a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """legal authentication"""@en; skos:definition """Proof of being legally authoritative or valid, as output of legal authenticating."""@en; rdfs:subClassOf event:Authentication; rdfs:subClassOf [ a owl:Restriction; owl:onProperty event:outputOf; owl:someValuesFrom event:LegalAuthenticating ]. #event:Preventable event:Day a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """day"""@en; skos:definition """Event of 1 rotation of the Earth around its axis."""@en; rdfs:subClassOf event:Event, [ a owl:Restriction; owl:onProperty event:duration; owl:hasValue "P1D"^^xsd:duration ]. event:Week a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """week"""@en; skos:definition """Event of 7 days in the Gregorian calendar."""@en; rdfs:subClassOf event:Event, [ a owl:Restriction; owl:onProperty event:duration; owl:hasValue "P7D"^^xsd:duration ]. event:Weekday a rdfs:Class; rdfs:isDefinedBy event:; rdfs:label """weekday"""@en; skos:definition """One of the 7 days of the week in the Gregorian calendar."""@en; rdfs:subClassOf event:Day; owl:oneOf(event:Monday event:Tuesday event:Wednesday event:Thursday event:Friday event:Saturday event:Sunday). event:Monday a event:Weekday; rdfs:isDefinedBy event:; rdfs:label """Monday"""@en; skos:definition """First day of a week in the Gregorian calendar."""@en;. event:Tuesday a event:Weekday; rdfs:isDefinedBy event:; rdfs:label """Tuesday"""@en; skos:definition """Second day of a week in the Gregorian calendar."""@en. event:Wednesday a event:Weekday; rdfs:isDefinedBy event:; rdfs:label """Wednesday"""@en; skos:definition """Third day of a week in the Gregorian calendar."""@en. event:Thursday a event:Weekday; rdfs:isDefinedBy event:; rdfs:label """Thursday"""@en; skos:definition """Fourth day of a week in the Gregorian calendar."""@en. event:Friday a event:Weekday; rdfs:isDefinedBy event:; rdfs:label """Friday"""@en; skos:definition """Fifth day of a week in the Gregorian calendar."""@en. event:Saturday a event:Weekday; rdfs:isDefinedBy event:; rdfs:label """Saturday"""@en; skos:definition """Sixth day of a week in the Gregorian calendar."""@en. event:Sunday a event:Weekday; rdfs:isDefinedBy event:; rdfs:label """Sunday"""@en; skos:definition """Seventh day of a week in the Gregorian calendar."""@en. # event:Month # # Properties # event:snapshot a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a snapshot event's date and time."""@en; rdfs:comment """Using the Unix Epoch time."""@en; rdfs:domain event:Event; rdfs:range xsd:dateTime. event:now a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a snapshot event's date and time as now."""@en; rdfs:comment """Using the Unix Epoch time."""@en; rdfs:subPropertyOf event:snapshot. event:begins a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; skos:definition """Specifying the begin point in time of an event."""@en; rdfs:comment """Using the Unix Epoch time."""@en; rdfs:domain event:Event; rdfs:range xsd:dateTime. event:ends a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; skos:definition """Specifying the end point in time of an event."""@en; rdfs:comment """Using the Unix Epoch time."""@en; rdfs:domain event:Event; rdfs:range xsd:dateTime. event:timeStamp a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a timeStamp of an output of a process."""@en; rdfs:domain event:Output; rdfs:range xsd:dateTime. event:expires a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an end of a state of something, e.g. of the eadibility of food, validity of a license."""@en; rdfs:subPropertyOf event:ends. event:duration a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a duration of an event."""@en; rdfs:domain event:Event; rdfs:range xsd:duration. event:before a owl:ObjectProperty, owl:TransitiveProperty; rdfs:isDefinedBy event:; skos:definition """Linking an earlier to a later event."""@en; skos:note """further formalization in a rule."""@en; # eventTime_rules.n3 rdfs:domain event:Event; rdfs:range event:Event. event:startsBefore a owl:ObjectProperty, owl:TransitiveProperty; rdfs:isDefinedBy event:; skos:definition """Linking an earlier starting to a later starting event."""@en; skos:note """further formalization in a rule."""@en; rdfs:domain event:Event; rdfs:range event:Event. event:endsBefore a owl:ObjectProperty, owl:TransitiveProperty; rdfs:isDefinedBy event:; skos:definition """Linking an earlier ending to a later ending event."""@en; skos:note """further formalization in a rule."""@en; rdfs:domain event:Event; rdfs:range event:Event. event:during a owl:ObjectProperty, owl:TransitiveProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an event happening during another event."""@en; skos:note """further formalization in a rule."""@en; rdfs:domain event:Event; rdfs:range event:Event. #event:sameStart # to be redeclared with accuracy setting, e.g. year, month, weak, day, our, minute, second # a owl:ObjectProperty; # rdfs:isDefinedBy event:; # skos:definition """Linking 2 events starting on the same moment."""@en; # skos:note """further formalization in a rule."""@en; # rdfs:domain event:Event; # rdfs:range event:Event. #event:sameEnd # to be redeclared with accuracy setting, e.g. year, month, weak, day, our, minute, second # a owl:ObjectProperty; # rdfs:isDefinedBy event:; # skos:definition """Linking 2 events ending on the same moment."""@en; # skos:note """further formalization in a rule."""@en; # rdfs:domain event:Event; # rdfs:range event:Event. #event:sameTime # to be redeclared with accuracy setting, e.g. year, month, weak, day, our, minute, second # a owl:ObjectProperty; # rdfs:isDefinedBy event:; # skos:definition """Linking 2 events occuring at the same time."""@en; # skos:note """further formalization in a rule."""@en; # rdfs:domain event:Event; # rdfs:range event:Event. event:after a owl:ObjectProperty, owl:TransitiveProperty; rdfs:isDefinedBy event:; skos:definition """Linking a later to an earlier event."""@en; skos:note """further formalization in a rule."""@en; owl:inverseOf event:before. event:startsAfter a owl:ObjectProperty, owl:TransitiveProperty; rdfs:isDefinedBy event:; skos:definition """Linking a later starting to an earlier starting event."""@en; skos:note """further formalization in a rule."""@en; owl:inverseOf event:startsBefore. event:endsAfter a owl:ObjectProperty, owl:TransitiveProperty; rdfs:isDefinedBy event:; skos:definition """Linking a later ending to an earlier ending event."""@en; skos:note """further formalization in a rule."""@en; owl:inverseOf event:endsBefore. event:overlaps a owl:SymmetricProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an event overlapping another event."""@en; skos:note """further formalization in a rule."""@en; rdfs:domain event:Event; rdfs:range event:Event. event:subAction a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an action as part of a another action."""@en; rdfs:domain event:Action; rdfs:range event:Action. event:subProcedure a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a procedure as part of a another procedure."""@en; rdfs:domain event:Procedure; rdfs:range event:Procedure. event:years a owl:DatatypeProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a duration of an event in years."""@en; skos:note """Also to calculate an age with N3 rule."""@en; rdfs:domain event:Event; rdfs:range xsd:integer. event:days a owl:DatatypeProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a duration of an event in days."""@en; skos:note """Also to calculate an age with N3 rule."""@en; rdfs:domain event:Event; rdfs:range xsd:integer. event:age a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a duration of existence of something, expressed in years and days."""@en; skos:note """Calculated in an N3 rule"""@en; rdfs:domain dct:PhysicalResource; rdfs:range [event:years xsd:duration; event:days xsd:duration]; skos:exactMatch [ a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "397669002"^^clinskosch:sctDT ]. event:exists a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an existence of a physical thing."""@en; rdfs:domain dct:PhysicalResource; rdfs:range event:Existence. event:causedBy a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a cause of an event."""@en; rdfs:domain event:Event; rdfs:range event:Cause. event:onset a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying the way something comes into existence."""@en; rdfs:range event:OriginationMode. event:course a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying the way something existing relates to time."""@en; rdfs:range event:CourseMode. event:hasInput a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an input of a process."""@en; rdfs:domain event:Process; rdfs:range event:Input. event:inputOf a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a process having an input."""@en; owl:inverseOf event:hasInput. event:hasOutput a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an output of a process."""@en; rdfs:domain event:Process; rdfs:range event:Output. event:outputOf a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a process having an output."""@en; owl:inverseOf event:hasOutput. event:adverseOutput a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an unwanted output of a process."""@en; rdfs:subPropertyOf event:hasOutput; rdfs:domain event:Process; rdfs:range event:AdverseOutput. event:outputLikelihood a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Estimation of an output of a process."""@en; rdfs:domain event:Output; rdfs:range [owl:oneOf(event:unknown event:likely event:nearSure)]. #event:method # a owl:ObjectProperty; # rdfs:isDefinedBy event:; # rdfs:domain event:Action; # rdfs:range event:Method; # procedure # skos:definition """A way an action can be performed."""@en. event:hasIntent a owl:ObjectProperty; rdfs:isDefinedBy event:; rdfs:domain event:Action; rdfs:range event:Intent. event:hasPriority a owl:ObjectProperty; rdfs:isDefinedBy event:; rdfs:domain event:Action; rdfs:range [owl:oneOf(event:urgency event:highPriority event:lowPriority event:routine)]. event:reasonFor a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a reason for an action."""@en; rdfs:domain event:Action; rdfs:range event:Reason. event:indicatedBy a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an indication for an action."""@en; rdfs:domain event:Action; rdfs:range event:Indication. event:indicates a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an action for a reason."""@en; owl:inverseOf event:indicatedBy. event:contraindicatedBy a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a reason for not performing an action."""@en; rdfs:domain event:Action; rdfs:range event:Contraindication. event:contraindicates a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an action not to be performed for a reason."""@en; owl:inverseOf event:contraindicatedBy. event:evaluates a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying what is being evaluated in an action."""@en; rdfs:domain event:Evaluating; rdfs:range rdfs:Resource. event:evaluatedBy a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying the action by which something is evaluated."""@en; owl:inverseOf event:evaluates. event:weekday a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying for an event one of the 7 days of the week in the Gregorian calendar."""@en; rdfs:domain event:Event; rdfs:range event:Weekday. event:hasRiskFactor a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying a risk factor of an adverse process or output."""@en; # rdfs:domain [owl:unionOf(event:AdverseProcess event:AdverseOutput)]; rdfs:range event:RiskFactor. event:riskFactorOf a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an adverse process or output having a risk factor."""@en; owl:inverseOf event:hasRiskFactor. event:directedTo a owl:ObjectProperty; rdfs:isDefinedBy event:; skos:definition """Specifying an agent an order is directed to."""@en; rdfs:domain event:Order; rdfs:range foaf:Agent. event:pathway a owl:ObjectProperty; rdfs:isDefinedBy event:; rdfs:domain event:Action; rdfs:range event:Pathway. event:findingTime a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; rdfs:domain event:Finding; rdfs:range xsd:dateTime. event:findingDuration a owl:DatatypeProperty, owl:FunctionalProperty; rdfs:isDefinedBy event:; rdfs:domain event:Finding; rdfs:range xsd:duration.