W3C home > Mailing lists > Public > public-dxwg-wg@w3.org > July 2020

Re: [dxwg] should DCAT 3 provide its own way to indicate the query to pose to the data service endpoints? (#1230)

From: Simon Cox via GitHub <sysbot+gh@w3.org>
Date: Wed, 01 Jul 2020 22:02:48 +0000
To: public-dxwg-wg@w3.org
Message-ID: <issue_comment.created-652668232-1593640967-sysbot+gh@w3.org>
Where schema.org uses `variableMeasured` we could also use QUDT: 
```turtle
ex:qqr-data
  a dcat:Dataset ;

  qudt:hasQuantity [
      a qudt:Quantity ;
      qudt:hasQuantityKind <https://gcmdservices.gsfc.nasa.gov/kms/concept/12250935-8f40-4279-aada-2f22cbef1459> ;
      qudt:unit <http://qudt.org/vocab/unit/MilliM> ;
    ] ;
  qudt:hasQuantity [
      a qudt:Quantity ;
      qudt:hasQuantityKind <https://gcmdservices.gsfc.nasa.gov/kms/concept/6045993e-a656-40c1-853c-9db1fbb49171> ;
      qudt:unit <https://w3id.org/tern/resources/62acd8ae-5ac2-4421-81f8-841a59ce564d> ;
    ] ;
  qudt:hasQuantity [
      a qudt:Quantity ;
      qudt:hasQuantityKind <https://gcmdservices.gsfc.nasa.gov/kms/concept/6b3be650-6625-40b5-9b40-9e7c8a9fd336> ;
      qudt:unit <http://qudt.org/vocab/unit/W-PER-M2> ;
    ] ;

.
```

-- 
GitHub Notification of comment by dr-shorthair
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1230#issuecomment-652668232 using your GitHub account
Received on Wednesday, 1 July 2020 22:02:50 UTC

This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 20:28:35 UTC