- From: Mo McRoberts via GitHub <sysbot+gh@w3.org>
- Date: Tue, 05 Jul 2016 11:50:07 +0000
- To: public-poe-archives@w3.org
We can create some local top-level objects in the RDF that the other
things form part of (via dct:isPartOf and similar), and I can tweak
our version of phpspecgen to only pay attention to those objects but
not to express them themselves. This does mean minting some new dummy
identifiers, but they can be done carefully so as not to conflict with
ones we're likely to create in the future (e.g., use fragments rather
then slash-URIs from the base). I'll annotate the groups with a
comment that they exist for organisation purposes only and are not
themselves terms which form part of the expression.
In the template, we'll probably end up with something like theseā¦
```php
<?php
/* express the contents of http://www.w3.org/ns/odrl/2/#modelConcepts
*/
writeGroup('modelConcepts');
/* express the contents of http://www.w3.org/ns/odrl/2/#policyTypes */
writeGroup('#policyTypes');
/* etc */
?>
```
Each one gets written as a section, with an optional HTML file in
vocab/parts/ to provide an intro/description.
How does that sound?
--
GitHub Notification of comment by nevali
Please view or discuss this issue at
https://github.com/w3c/poe/issues/11#issuecomment-230457273 using your
GitHub account
Received on Tuesday, 5 July 2016 11:50:19 UTC