- From: Víctor Rodríguez-Doncel via GitHub <sysbot+gh@w3.org>
- Date: Thu, 22 Feb 2018 23:50:19 +0000
- To: public-poe-archives@w3.org
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