[poe] Issue: RDF Triple included twice in the ontology. marked as Ontology

vroddon has just labeled an issue for https://github.com/w3c/poe as "Ontology":

== RDF Triple included twice in the ontology.  ==
This is not harmful, but please note that a line is duplicated in the description of :aggregate in the ontology.

```
:aggregate
 a :Action, skos:Concept ;
 **:includedIn odrl:use ;**
 rdfs:isDefinedBy odrl: ;
 rdfs:label "Aggregate"@en ;
 skos:definition "To use the Asset or parts of it as part of a composite collection."@en ;
 **:includedIn odrl:use ;**
    skos:scopeNote "Non-Normative"@en .

```

See https://github.com/w3c/poe/issues/298

Received on Thursday, 22 February 2018 23:51:07 UTC