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

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