Action 25

Dear all,

Regarding action 25 <https://www.w3.org/2016/poe/track/actions/25>, 
"/Provide an example of how good relations vocab support 
'unit-of-count/'", I just wanted to inform on the existence of the terms 
gr:UnitOfMeasurement within GoodRelations.
To some extent it is related to unit-of-count. You may want to see the 
documentation here:

http://www.heppnetz.de/ontologies/goodrelations/v1.html#hasUnitOfMeasurement

For informative purposes, I also attach an example of use together with 
ODRL.
Any action derived from this information (mapping, etc.)? Probably not, 
though....

Regards,
Víctor

@prefix gr: <http://purl.org/goodrelations/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
<http://salonica.dia.fi.upm.es/ldr/policy/cdaddba4-fc2e-4ee0-a784-e62f1db259bf>
  a odrl:Set ;
  rdfs:label "License Offering Paid Linked Data" ;
  odrl:permission [ a odrl:Permission ;
  odrl:target <http://example.org/dataset/ds01> ;
odrl:action odrl:reproduce ;
odrl:duty [ a odrl:Duty ;
  rdfs:label "Pay" ;
gr:UnitOfMeasurement dcat:Dataset ;
gr:amountOfThisGood "1" ;
odrl:action odrl:pay ;
odrl:target "15,00 EUR"
  ]
  ] , [ a odrl:Permission ;
  odrl:action odrl:reproduce ;
odrl:target <http://example.org/dataset/ds01> ;
odrl:duty [ a odrl:Duty ;
  rdfs:label "Pay" ;
gr:UnitOfMeasurement rdf:Statement ;
gr:amountOfThisGood "1" ;
odrl:action odrl:pay ;
odrl:target "0,01 EUR"
  ]
  ]

-- 
Víctor Rodríguez-Doncel
D3205 - Ontology Engineering Group (OEG)
Departamento de Inteligencia Artificial
ETS de Ingenieros Informáticos
Universidad Politécnica de Madrid

Campus de Montegancedo s/n
Boadilla del Monte-28660 Madrid, Spain
Tel. (+34) 91336 3753
Skype: vroddon3

Received on Monday, 20 February 2017 13:34:55 UTC