@prefix bibo: . @prefix dct: . @prefix dctype: . @prefix foaf: . @prefix ixd: . @prefix owl: . @prefix pm: . @prefix rdf: . @prefix rdfa: . @prefix rdfs: . @prefix skos: . @prefix vann: . @prefix xhv: . @prefix xsd: . a bibo:Specification; xhv:contents ; xhv:index ; xhv:top ; xhv:up ; skos:note "Should we have ixd:material-context and ixd:incidental-context? A material context would be one that is necessary to complete an interaction, whereas an incidental context would be one that was chosen for the narrative continuity of the scenario. Furthermore, contexts like \"at the office\" or \"using smartphone\" could be reused in both material and incidental castings, even across different vignettes in the same scenario."@en; rdfa:usesVocabulary xhv: . ixd:Branch a owl:Class; rdfs:label "Branch"@en; rdfs:comment "A branch represents a potential change in state in the scenario, such as the user making a choice, or some exogenous event."@en; rdfs:isDefinedBy ixd: . ixd:Interaction a owl:Class; rdfs:label "Interaction"@en; xhv:external pm:; rdfs:comment "An interaction is a particular kind of event wherein an agent uses an interface to change the state of a system."@en; rdfs:isDefinedBy ixd:; rdfs:subClassOf pm: . ixd:Interface a owl:Class; rdfs:label "Interface"@en; xhv:external dctype:InteractiveResource; rdfs:comment "An interface is some kind of artifact that mediates interactions."@en; rdfs:isDefinedBy ixd:; rdfs:subClassOf dctype:InteractiveResource; skos:note "It is conceivable that ixd:Interface could be used to describe, in addition to software user interfaces: ABIs, APIs, file formats, protocols, natural languages, and physical interfaces that genuinely have to do with physics, like electrical plug/socket systems."@en . ixd:Scenario a owl:Class; rdfs:label "Scenario"@en; xhv:external foaf:Document; rdfs:comment "A scenario is a document that depicts the steps toward the achievement of one or more user goals."@en; rdfs:isDefinedBy ixd:; rdfs:subClassOf foaf:Document . ixd:Vignette a owl:Class; rdfs:label "Vignette"@en; xhv:external bibo:DocumentPart; rdfs:comment "A vignette is a short part of a scenario that isolates one single interaction."@en; rdfs:isDefinedBy ixd:; rdfs:subClassOf bibo:DocumentPart . ixd:goal a owl:ObjectProperty; rdfs:label "goal"@en; rdfs:comment "Personas have objectives."@en; rdfs:domain ixd:Persona; rdfs:isDefinedBy ixd: . ixd:Persona a owl:Class; rdfs:label "Persona"@en; xhv:external foaf:Agent; rdfs:comment "A persona is a fictional agent for use in interaction design scenarios."@en; rdfs:isDefinedBy ixd:; rdfs:subClassOf foaf:Agent; skos:note "ixd:Persona is a decorator class for instances of other foaf:Agent classes. Use this class in conjunction with something like foaf:Person or org:FormalOrganization to denote that it is fictional."@en . foaf:name "Dorian Taylor"@en . ixd: a owl:Ontology; dct:title "An Interaction Design Ontology"@en; dct:created "2012-01-23T11:52:51-08:00"^^xsd:dateTime; dct:creator ; dct:hasFormat , ; dct:modified "2013-12-18T03:37:34Z"^^xsd:dateTime; bibo:uri ixd:; vann:preferredNamespacePrefix "ixd"; xhv:external , foaf:, bibo:, dctype:; rdfs:comment "This vocabulary defines a number of concepts peculiar to interaction design which are not accounted for by other vocabularies."@en; rdfs:isDefinedBy ixd:; owl:imports pm:, foaf:, bibo:, dctype: .