From 43c8d319705606c349f88ebaf82309a008f0aec8 Mon Sep 17 00:00:00 2001 From: mabablue Date: Sun, 10 Nov 2024 15:32:00 +0100 Subject: [PATCH] Add files via upload --- Challenge/B/B_30.ttl | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Challenge/B/B_30.ttl diff --git a/Challenge/B/B_30.ttl b/Challenge/B/B_30.ttl new file mode 100644 index 0000000..39c10ff --- /dev/null +++ b/Challenge/B/B_30.ttl @@ -0,0 +1,38 @@ +@prefix skos: . +@prefix iadopt: . +@prefix rdfs: . +@prefix GrB: . +@prefix owl: . +@prefix dc: . +@prefix xsd: . + +GrB:30 + a iadopt:Variable ; + skos:prefLabel "Date of last certified PCR-test"@en ; + skos:definition "This variable represents the date when the last COVID-19 PCR (Polymerase Chain Reaction) test was performed by a certified laboratory."@en ; + iadopt:hasProperty ; + iadopt:hasObjectOfInterest ; + iadopt:hasContextObject ; + iadopt:hasConstraint ; +. + + + a iadopt:Property ; + rdfs:label "date"@en ; + . + + + a iadopt:Entity ; + rdfs:label "polymerase chain reaction (PCR)"@en ; + . + + + a iadopt:Entity ; + rdfs:label "COVID-19"@en ; + . + + + a iadopt:Constraint ; + rdfs:label "certification"@en ; + iadopt:constrains ; + . \ No newline at end of file