Re: TAC + roles + resource access control = UAC

On 01.09.2012 00:09, bergi wrote:
> Am 31.08.2012 23:55, schrieb Dominik Tomaszuk:
>> On 31.08.2012 21:14, bergi wrote:
>>> The RDFS/OWL is now available in RDF/XML and Turtle format.
>> In what MIME do you serve it?
>> I try curl -H "Accept: application/xml" -H "Content-Type:
>> application/xml" -X GET "http://ns.bergnet.org/uac/0.1/"
>> and I get HTML.
>
> I'm using the namespace [1], so you have to use the full URL. OWLDoc
> generates an index.html file. I didn't not want to break any URLs so I
> left it like it is. That's the reason why the / URL delivers the HTML.
>
> Here the curl command for RDF/XML:
> curl -H "Accept: application/rdf+xml"
> http://ns.bergnet.org/uac/0.1/universal-access-control
BTW, application/xml is also valid type for RDF/XML (and other XML 
applications).

> Here the curl command for Turtle:
> curl -H "Accept: text/turtle"
> http://ns.bergnet.org/uac/0.1/universal-access-control
>
> [1] http://ns.bergnet.org/uac/0.1/universal-access-control#
I will prepare class diagram of this ontology as a background to Skype 
telecon. I will also try to do some comments.

It would be good if you prepared complete examples (I mean data before 
authZ + ACL + possible valuation of data after AuthZ and/or filtering).

Best,
Dominik

Received on Friday, 31 August 2012 22:28:53 UTC