diff --git a/Challenge/B/B_29.ttl b/Challenge/B/B_29.ttl new file mode 100644 index 0000000..b51f173 --- /dev/null +++ b/Challenge/B/B_29.ttl @@ -0,0 +1,40 @@ +@prefix skos: . +@prefix iadopt: . +@prefix rdfs: . +@prefix GrB: . +@prefix owl: . +@prefix dc: . +@prefix xsd: . + +GrB:29 + a iadopt:Variable ; + skos:prefLabel "Anxiety level"@en ; + skos:altLabel "Anxiety state"@en ; + skos:definition "How nervous, worried, or uneasy someone has felt over a given period of time. It measures the intensity of these feelings, ranging from mild worry to strong nervousness or fear, experienced during this period."@en ; + iadopt:hasProperty ; + iadopt:hasObjectOfInterest ; + iadopt:hasContextObject ; + iadopt:hasConstraint ; +. + + + a iadopt:Property ; + rdfs:label "level"@en ; + . + + + a iadopt:Entity ; + rdfs:label "anxiety"@en ; + . + + + + a iadopt:Entity ; + rdfs:label "humans"@en ; + . + + + a iadopt:Constraint ; + rdfs:label "time period "@en ; + iadopt:constrains ; + . \ No newline at end of file