diff --git a/README.md b/README.md index 0d723fd..caa1078 100644 --- a/README.md +++ b/README.md @@ -20,23 +20,35 @@ Offering provided by CVSSP living lab for ehealth monitoring. ## SPARQL Query Example: ```sparql +prefix sedi: +prefix owl: prefix rdf: prefix xml: prefix xsd: prefix rdfs: +prefix dcat: +prefix dct: SELECT * WHERE { ?participant a sedi:Participant . ?participant sedi:hasSelf-Listing ?selflisting . + ?selflisting dct:hasPart ?localCat. ?selflisting sedi:hasOffering ?offering . - ?offering sedi:hasAsset ?asset . - ?asset sedi:hasAssetQuality ?assetquality + ?offering sedi:hasAsset ?asset . + ?asset sedi:hasAssetQuality ?assetquality . + ?offering dcat:temporalResolution ?tempRes . } LIMIT 10 ``` +### Example Result: + +| participant | selflisting | localCat | offering | asset | assetquality | tempRes | +| --------------------------------------------- | ---------------------------------------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------- | --------------------------------------------------------------- | ------- | +| https://sedimark.surrey.ac.uk/ecosystem/CVSSP | https://sedimark.surrey.ac.uk/ecosystem/ehealth-living-lab | https://sedimark.surrey.ac.uk/ecosystem/surrey-local-catalogue | https://sedimark.surrey.ac.uk/ecosystem/wearable-offering-001 | https://sedimark.surrey.ac.uk/ecosystem/steps-asset-001 | https://sedimark.surrey.ac.uk/ecosystem/steps-asset-001-quality | P6H | + ## Licence This is licensed under a Creative Commons Attribution 4.0 International License.