-
Notifications
You must be signed in to change notification settings - Fork 0
/
M4M20_variables.ttl
143 lines (124 loc) · 5.47 KB
/
M4M20_variables.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vocab: <http://purl.org/m4m20/variables/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/>.
@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix puv: <https://w3id.org/env/puv#> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
iop:constrains a owl:ObjectProperty ;
rdfs:comment "A Constraint constrains an Entity having a role in the Variable description." ;
rdfs:domain iop:Constraint ;
rdfs:label "constrains" ;
rdfs:range iop:Entity .
iop:hasConstraint a owl:ObjectProperty ;
rdfs:comment "A Variable has a Constraint, that confines an Entity involved in the observation." ;
rdfs:domain iop:Variable ;
rdfs:label "hasConstraint" ;
rdfs:range iop:Constraint .
iop:hasContextObject a owl:ObjectProperty ;
rdfs:comment "A Variable has an Entity that provides additional background information regarding the ObjectOfInterest." ;
rdfs:domain iop:Variable ;
rdfs:label "hasContextObject" ;
rdfs:range iop:Entity .
iop:hasMatrix a owl:ObjectProperty ;
rdfs:comment "A Variable might have an Entity in which the ObjectOfInterest is contained." ;
rdfs:domain iop:Variable ;
rdfs:label "hasMatrix" ;
rdfs:range iop:Entity ;
rdfs:subPropertyOf iop:hasContextObject .
iop:hasObjectOfInterest
a owl:ObjectProperty ;
rdfs:comment "A Variable has an Entity whose Property is observed." ;
rdfs:domain iop:Variable ;
rdfs:label "hasObjectOfInterest" ;
rdfs:range iop:Entity .
iop:hasProperty a owl:ObjectProperty ;
rdfs:comment "A Variable has a Property that characterizes an Entity." ;
rdfs:domain iop:Variable ;
rdfs:label "hasProperty" ;
rdfs:range iop:Property .
puv:uom
a owl:ObjectProperty ;
rdfs:comment "scale or unit of measurement" ;
rdfs:label "unit-of-measurement " ;
rdfs:range puv:UnitOfMeasurement .
puv:statistic
a owl:ObjectProperty ;
rdfs:comment "statistical treatment" ;
rdfs:domain puv:Parameter ;
rdfs:label "statistic " ;
rdfs:range puv:ParameterStatistic .
puv:method
a owl:ObjectProperty ;
rdfs:comment "method used to measure the value" ;
rdfs:label "method" ;
rdfs:range puv:Method .
sosa:madeBySensor
a owl:ObjectProperty ;
rdfs:label "made by sensor"@en ;
skos:definition "Relation between an Observation and the Sensor which made the Observation."@en ;
rdfs:comment "Relation between an Observation and the Sensor which made the Observation."@en ;
schema:domainIncludes sosa:Observation ;
schema:rangeIncludes sosa:Sensor ;
owl:inverseOf sosa:madeObservation ;
rdfs:isDefinedBy sosa: .
<http://purl.org/m4m20/variables> a skos:ConceptScheme;
dct:created "2022-06-01T00:00:00+00:00"^^xsd:datetime;
dct:description "Vocabulary description"@en;
dct:hasVersion "0.1.0";
dct:modified "2022-06-23T11:41:46+00:00"^^xsd:datetime;
dct:rights <https://spdx.org/licenses/CC0-1.0>;
dct:title "Vocabulary title"@en;
skos:hasTopConcept vocab:1000, vocab:1004;
foaf:homepage "URL to the community developing vocab"@en .
vocab:1000 a skos:Concept;
dct:created "2022-06-20"^^xsd:date;
dct:creator "0000-0003-2195-3997"@en;
dct:modified "2022-06-20"^^xsd:date;
skos:inScheme <http://purl.org/m4m20/variables>;
skos:narrower vocab:1001, vocab:1002, vocab:1003;
skos:prefLabel "reaction time"@en;
skos:topConceptOf <http://purl.org/m4m20/variables> .
vocab:1001 a skos:Concept;
dct:created "2022-06-20"^^xsd:date;
dct:creator "0000-0003-2195-3997"@en;
dct:modified "2022-06-20"^^xsd:date;
skos:altLabel "PM_RT"@en;
skos:broader vocab:1000;
skos:inScheme <http://purl.org/m4m20/variables>;
skos:prefLabel "reaction time at prospective memory task"@en .
vocab:1002 a skos:Concept;
skos:altLabel "LDT_RT"@en;
skos:broader vocab:1000;
skos:inScheme <http://purl.org/m4m20/variables>;
skos:prefLabel "reaction time at lexical decision task (without prospective memory component)"@en .
vocab:1003 a skos:Concept;
skos:altLabel "OG_RT"@en;
skos:broader vocab:1000;
skos:inScheme <http://purl.org/m4m20/variables>;
skos:prefLabel "reaction time at lexical decision task (with prospective memory component)"@en .
vocab:1004 a skos:Concept;
skos:inScheme <http://purl.org/m4m20/variables>;
skos:narrower vocab:1005, vocab:1006, vocab:1007;
skos:prefLabel "accuracy"@en;
skos:topConceptOf <http://purl.org/m4m20/variables> .
vocab:1005 a skos:Concept;
skos:altLabel "PM_accuracy"@en;
skos:broader vocab:1004;
skos:inScheme <http://purl.org/m4m20/variables>;
skos:prefLabel "accuracy at prospective memory task"@en .
vocab:1006 a skos:Concept;
skos:altLabel "LDT_accuracy"@en;
skos:broader vocab:1004;
skos:inScheme <http://purl.org/m4m20/variables>;
skos:prefLabel "accuracy at lexical decision task (without prospective memory component)"@en .
vocab:1007 a skos:Concept;
skos:altLabel "OG_accuracy"@en;
skos:broader vocab:1004;
skos:inScheme <http://purl.org/m4m20/variables>;
skos:prefLabel "accuracy at lexical decision task (with prospective memory component)"@en .