[poe] On the convenience of rdfs:Resource for the rdfs:Range

vroddon has just created a new issue for https://github.com/w3c/poe:

== On the convenience of rdfs:Resource for the rdfs:Range ==
We find very often rdfs:Resource as rdfs:Range in the Ontology.

```
:inheritRelation
        a rdf:Property , owl:ObjectProperty ;
        rdfs:isDefinedBy odrl: ;
        rdfs:label "Inherit Relation"@en ;
        skos:definition "Indentifies the type of inheritance."@en ;
        skos:note "For example, this may indicate the business 
scenario, such as subscription, or prior arrangements between the 
parties (that are not machine representable)"@en ;
        rdfs:domain :Policy ;
        rdfs:range rdfs:Resource ;
    skos:scopeNote "Non-Normative"@en .
```

What is the purpose of declaring 

> rdfs:range rdfs:Resource ;

Is it helping anyhow? Which is the purpose of that?
I am not sure it is incorrect, but I had never seen it before either.


Please view or discuss this issue at 
https://github.com/w3c/poe/issues/106 using your GitHub account

Received on Monday, 13 February 2017 12:40:02 UTC