- From: simon via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Dec 2017 12:18:06 +0000
- To: public-poe-archives@w3.org
> I am not sure what "broader semantics" mean in this context.
```turtle
<http://example.com/policy:01>
a odrl:Policy;
odrl:prohibition [
a odrl:Prohibition ;
odrl:target ex:PartB ;
odrl:action odrl:present ;
odrl:assignee ex:Alice
] .
ex:PartB odrl:hasPolicy <http://example.com/policy:01> .
odrl:hasPolicy rdfs:subPropertyOf dct:license .
```
dct:license: -> "A legal document giving official permission to do something with the resource."
```turtle
<http://example.com/policy:01>
a odrl:Policy;
odrl:prohibition [
a odrl:Prohibition ;
odrl:target ex:PartB ;
odrl:action odrl:present ;
odrl:assignee ex:Alice
] .
ex:PartB odrl:hasPolicy <http://example.com/policy:01> .
odrl:hasPolicy rdfs:subPropertyOf dct:license .
ex:PartB dct:license <http://example.com/policy:01> .
```
broader as in -> it's questionable whether `<http://example.com/policy:01>` matches the description of being a "A legal document giving official permission to do something with the resource."
--
GitHub Notification of comment by simonstey
Please view or discuss this issue at https://github.com/w3c/poe/issues/286#issuecomment-353048599 using your GitHub account
Received on Wednesday, 20 December 2017 12:18:10 UTC