ontolog-forum
[Top] [All Lists]

Re: [ontolog-forum] Solving the information federation problem

To: ontolog-forum@xxxxxxxxxxxxxxxx
From: Kingsley Idehen <kidehen@xxxxxxxxxxxxxx>
Date: Mon, 14 Nov 2011 16:42:58 -0500
Message-id: <4EC18B62.2020904@xxxxxxxxxxxxxx>
On 11/14/11 4:26 PM, Kingsley Idehen wrote:
> INSERT into GRAPH <virtrdf-label>
> {<http://demo.openlinksw.com/schemas/Northwind/categoryname> 
> rdfs:subPropertyOf virtrdf:label .
> <http://demo.openlinksw.com/schemas/Northwind/name> rdfs:subPropertyOf 
> virtrdf:label .
> <http://demo.openlinksw.com/schemas/Northwind/companyname> 
> rdfs:subPropertyOf virtrdf:label .
> <http://demo.openlinksw.com/schemas/Northwind/lastname> 
> rdfs:subPropertyOf virtrdf:label .
> <http://demo.openlinksw.com/schemas/Northwind/productname> 
> rdfs:subPropertyOf virtrdf:label .
> } ;
>
> -- associate a named inference rule "facets" with the named graph 
> "facets" that holds the triple based rules outlined above.
>
> rdfs_rule_set ('facets', 'facets') ; 
Correct to the above from my last post, the named graph identifier was 
incorrect:
INSERT into GRAPH <facets>
{<http://demo.openlinksw.com/schemas/Northwind/categoryname> 
rdfs:subPropertyOf virtrdf:label .
<http://demo.openlinksw.com/schemas/Northwind/name> rdfs:subPropertyOf 
virtrdf:label .
<http://demo.openlinksw.com/schemas/Northwind/companyname> 
rdfs:subPropertyOf virtrdf:label .
<http://demo.openlinksw.com/schemas/Northwind/lastname> 
rdfs:subPropertyOf virtrdf:label .
<http://demo.openlinksw.com/schemas/Northwind/productname> 
rdfs:subPropertyOf virtrdf:label .
} ;    (01)

--     (02)

Regards,    (03)

Kingsley Idehen 
President&  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    (04)

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


_________________________________________________________________
Message Archives: http://ontolog.cim3.net/forum/ontolog-forum/  
Config Subscr: http://ontolog.cim3.net/mailman/listinfo/ontolog-forum/  
Unsubscribe: mailto:ontolog-forum-leave@xxxxxxxxxxxxxxxx
Shared Files: http://ontolog.cim3.net/file/
Community Wiki: http://ontolog.cim3.net/wiki/ 
To join: http://ontolog.cim3.net/cgi-bin/wiki.pl?WikiHomePage#nid1J    (01)

<Prev in Thread] Current Thread [Next in Thread>