RE: Quick Valid Question

My semantic interpretation  of the Permission: it permits to Alice to print the Asset1 in geographic area with the Getty Vocabulary id 7353123 (Getty shows “not found” :( )

 

Formally I think

odrl:rightOperand < <http://vocab.getty.edu/tgn/7353123> http://vocab.getty.edu/tgn/7353123> ;

would fit better as this http-string should be an IRI.

 

Best,

Michael

 

From: Renato Iannella [mailto:renato.iannella@monegraph.com] 
Sent: Tuesday, September 5, 2017 9:34 AM
To: POE Public <public-poe-wg@w3.org>
Subject: Quick Valid Question

 

Here is a quick question…Is the following Rule, valid or not-valid:

 

    odrl:permission [
        odrl:target :Asset1 ;
        odrl:assignee :Alice ;       
        odrl:action odrl:print ;
        odrl:constraint [ 
            odrl:leftOperand odrl:spatial;
            odrl:operator odrl:eq ;
            odrl:rightOperand “http://vocab.getty.edu/tgn/7353123" ;
        ]
    ] ;

 

?

 

Renato

Received on Tuesday, 5 September 2017 08:30:23 UTC