Re: canonicURI property

On 1/3/13 11:19 AM, SERVANT Francois-Paul wrote:
> Hi,
>
> happy new year to all.
>
> I imagine this is an old question:
>
> what property should be used to write in RDF links such as those denoted by <link rel="canonical" href="…">? Is it con:preferredURI?
> Why is the object of con:preferredURI a string and not a resource?
>
> I have in a linked data set URIs in my namespace that are owl:sameAs, and among them one which is a "canonical one". When dereferencing one of these URIs, I want to state in the returned RDF something like:
> :OneOfThoseURIs x:canonicURI :TheCanonicOne.
> and then have triples about :TheCanonicOne
>
> My goal is to make clear that the preferredURI (the one that should be used - and the one that actually is used in the returned RDF) is :TheCanonicOne. Of course:
>
> x:canonicURI rdfs:subPropertyOf owl:sameAs.

Looking at prefix.cc I note that you have xhv: as the namespace prefix 
for many of the IANA properties that drive Web Linking. Thus, you have 
xhv:canonical as the URI for what you see in <link rel="canonical" .../> .

Thus:

:canonicalURI owl:equivalentProperty xhv:canonical;
    rdfs:subPropertyOf owl:sameAs.

## for good measure
xhv:canonical rdfs:subPropertyOf owl:sameAs .

As per my earlier comment, I encourage you to model and crack on, then 
map as and when you discover other ontologies. At the end of the day, 
you are simply trying to align entity relationship semantics between 
your world view and that of others  :-)


Kingsley
>
> Thanks,
>
> fps
> -- Disclaimer ------------------------------------
> Ce message ainsi que les eventuelles pieces jointes constituent une correspondance privee et confidentielle a l'attention exclusive du destinataire designe ci-dessus. Si vous n'etes pas le destinataire du present message ou une personne susceptible de pouvoir le lui delivrer, il vous est signifie que toute divulgation, distribution ou copie de cette transmission est strictement interdite. Si vous avez recu ce message par erreur, nous vous remercions d'en informer l'expediteur par telephone ou de lui retourner le present message, puis d'effacer immediatement ce message de votre systeme.
>
> *** This e-mail and any attachments is a confidential correspondence intended only for use of the individual or entity named above. If you are not the intended recipient or the agent responsible for delivering the message to the intended recipient, you are hereby notified that any disclosure, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender by phone or by replying this message, and then delete this message from your system.
>
>
>
>


-- 

Regards,

Kingsley Idehen	
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca handle: @kidehen
Google+ Profile: https://plus.google.com/112399767740508618350/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen

Received on Thursday, 3 January 2013 16:53:38 UTC