-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathusdl-interaction-types.ttl
93 lines (82 loc) · 5.26 KB
/
usdl-interaction-types.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix usdl-core: <http://www.linked-usdl.org/ns/usdl-core#> .
@base <http://www.linked-usdl.org/ns/usdl-interaction-types#> .
<http://www.linked-usdl.org/ns/usdl-interaction-types> a skos:ConceptScheme , owl:Ontology;
dcterms:title "Linked USDL Basic Interaction Types concept scheme";
dcterms:description """<p>This vocabulary provides the core InteractionTypes contemplated within Linked USDL. It therefore covers different categorisations for the Interactions that can occur in an InteractionPoint. The taxonomy provided here is a minimal reference taxonomy focussed on the level of automation and the locality considerations (e.g., on-site vs remote). Extensions or replacements for this could be defined an used within applications in the very same way by refining InteractionType. </p>"""@en ;
dcterms:modified "2013-02-11"^^xsd:date, "2014-01-14"^^xsd:date ;
vann:preferredNamespaceUri "http://www.linked-usdl.org/ns/usdl-interaction-types#";
vann:preferredNamespacePrefix "usdl-it";
foaf:page <http://www.linked-usdl.org/ns/usdl-interaction-types.html>;
dcterms:creator usdl-core:cpedrinaci, usdl-core:jcardoso, usdl-core:tleidig ;
skos:prefLabel "Interaction Types"@en ;
skos:hasTopConcept <manual>, <automated>, <semi-automated>, <remote>, <on-site>.
# Dimensions for classifications contemplated in this module
<by-automation> a skos:Collection ;
skos:prefLabel "<p>Interaction Types by level of Automation"@en ;
skos:member <manual>, <semi-automated>, <automated> .
<by-locality> a skos:Collection ;
skos:prefLabel "<p>Interaction Types by locality binding"@en ;
skos:member <on-site>, <remote> .
# Core basic interaction types
# Categorisations based on the level of automation
<manual> a usdl-core:InteractionType;
rdfs:label "Manual"@en ;
skos:prefLabel "Manual"@en ;
skos:altLabel "Manual Interaction"@en ;
skos:definition "<p>The interaction between the two parties is entirely manual.</p>"@en ;
skos:topConceptOf <http://www.linked-usdl.org/ns/usdl-interaction-types>;
skos:inScheme <http://www.linked-usdl.org/ns/usdl-interaction-types>.
<automated> a usdl-core:InteractionType;
rdfs:label "Automated"@en ;
skos:prefLabel "Automated"@en ;
skos:altLabel "Automated Interaction"@en ;
skos:definition "The interaction between the two parties is entirely automated.</p>"@en ;
skos:topConceptOf <http://www.linked-usdl.org/ns/usdl-interaction-types>;
skos:inScheme <http://www.linked-usdl.org/ns/usdl-interaction-types>.
<semi-automated> a usdl-core:InteractionType;
rdfs:label "Semi-Automated"@en ;
skos:prefLabel "Semi-Automated"@en ;
skos:altLabel "Semi-Automated Interaction"@en ;
skos:definition "<p>The interaction between the two parties is semi-automated.</p>"@en ;
skos:topConceptOf <http://www.linked-usdl.org/ns/usdl-interaction-types>;
skos:narrower <human-to-machine> ;
skos:narrower <machine-to-human> ;
skos:inScheme <http://www.linked-usdl.org/ns/usdl-interaction-types>.
<human-to-machine> a usdl-core:InteractionType;
rdfs:label "Human to Machine"@en ;
skos:prefLabel "Human to Machine"@en ;
skos:altLabel "Human to Machine Interaction"@en ;
skos:definition "<p>The interaction between the two parties is semi-automated. It is triggered by a human and processed automatically.</p>"@en ;
skos:broader <semi-automated> ;
skos:inScheme <http://www.linked-usdl.org/ns/usdl-interaction-types>.
<machine-to-human> a usdl-core:InteractionType;
rdfs:label "Machine to Human"@en ;
skos:prefLabel "Machine to Human"@en ;
skos:altLabel "Machine to Human Interaction"@en ;
skos:definition "<p>The interaction between the two parties is semi-automated. It is triggered by a machine and processed manually.</p>"@en ;
skos:broader <semi-automated> ;
skos:inScheme <http://www.linked-usdl.org/ns/usdl-interaction-types>.
# Categorisations based on the location binding
<on-site> a usdl-core:InteractionType;
rdfs:label "On-site"@en ;
skos:prefLabel "On-site"@en ;
skos:altLabel "On-site Interaction"@en ;
skos:definition "<p>The interaction between the two parties requires to take place on-site, e.g., for most hair-dressing services you need to go to their place to cut your hair.</p>"@en ;
skos:topConceptOf <http://www.linked-usdl.org/ns/usdl-interaction-types>;
skos:inScheme <http://www.linked-usdl.org/ns/usdl-interaction-types>.
<remote> a usdl-core:InteractionType;
rdfs:label "Remote"@en ;
skos:prefLabel "Remote"@en ;
skos:altLabel "Remote Interaction"@en ;
skos:definition "<p>The interaction between the two parties can take place entirely remotely, e.g., the travel insurance service is provided entirely remotely independently from any location.</p>"@en ;
skos:topConceptOf <http://www.linked-usdl.org/ns/usdl-interaction-types>;
skos:inScheme <http://www.linked-usdl.org/ns/usdl-interaction-types>.