- From: Henry Story <henry.story@bblfish.net>
- Date: Fri, 29 Mar 2013 08:53:08 +0100
- To: Dominik Tomaszuk <ddooss@wp.pl>
- Cc: Melvin Carvalho <melvincarvalho@gmail.com>, public-webid@w3.org
Received on Friday, 29 March 2013 07:53:40 UTC
I am not sure about the following changeset
https://dvcs.w3.org/hg/WebID/rev/db5dae845920
1.7 -<cert#> a owl:Ontology ;
1.8 +<#> a owl:Ontology ;
I think the reason we had <cert#> rather than <#> is that
as we will end up with a number of representations, the above
will end up giving us for each representation a different subject.
Eg:
for N3:
<cert.n3#> a owl:Ontology
for ttl
<cert.ttl#> a owl:Ontology
for html
<cert.html#> a owl:Ontology
I am not sure that is really what we want.
Received on Friday, 29 March 2013 07:53:40 UTC