- From: Víctor Rodríguez-Doncel via GitHub <sysbot+gh@w3.org>
- Date: Sun, 22 Jan 2017 12:19:52 +0000
- To: public-poe-archives@w3.org
@riannella Consider the example below. We have:
```
skos:note "Example: The image can be resized in width to a
maximum of 1000px."@en ;
skos:note "Right operand must be a xsd:decimal" ;
```
Whereas I think we should have
```
skos:note "Right operand must be a xsd:decimal. Example: The image can
be resized in width to a maximum of 1000px."@en ;
```
:absoluteSize
a :LeftOperand, owl:NamedIndividual ;
rdfs:isDefinedBy odrl: ;
rdfs:label "Absolute Asset Size"@en ;
skos:definition "Measure(s) of one or two axes for 2D-objects
or measure(s) of one to tree axes for 3D-objects of the Asset after
the Action."@en ;
skos:note "Example: The image can be resized in width to a
maximum of 1000px."@en ;
skos:note "Right operand must be a xsd:decimal" ;
skos:scopeNote "Non-Normative"@en .
--
GitHub Notification of comment by vroddon
Please view or discuss this issue at
https://github.com/w3c/poe/issues/67#issuecomment-274327633 using your
GitHub account
Received on Sunday, 22 January 2017 12:19:59 UTC