Thank you Kingsley but not exactly,

I want to get all defined properties that are either an rdf:Property or a
subClassOf rdf:Property
and optionally get their domain, range and superProperty.

for example, in DBpedia.org we use the owl:DatatypeProperty &
owl:objectProperty that in owl are subclasses of rdf:Property
My question was if you keep all owl spec preinstalled in virtuoso or just
optimize only for some parts like owl:sameAs?

Best,
Dimitris


On Fri, Sep 20, 2013 at 12:59 AM, Kingsley Idehen <kide...@openlinksw.com>wrote:

>  On 9/19/13 8:27 AM, Dimitris Kontokostas wrote:
>
>  Hi,
>
>  I would like to get basic information for all the properties of an
> ontology like this
> select * {
>   ?class rdfs:subClassOf+ rdf:Property .
>   OPTIONAL { ?class rdfs:subPropertyOf ?subproperty } .
>   OPTIONAL { ?class rdfs:domain ?domain } .
>   OPTIONAL { ?class rdfs:range ?range } .
> }
>
>  It looks like virtuoso does not have this basic information pre-installed.
> Do I have to load rdf / rdfs / owl manually or am I missing something?
>
>  Best,
>  Dimitris
>
>
> See:
>
> 1. http://bit.ly/1etbMvx -- Query Result
> 2. http://bit.ly/16j6zgM -- Query Definition .
>
> Is that what were seeking?
>
> Kingsley
>
>
>
> --
> Kontokostas Dimitris
>
>
> ------------------------------------------------------------------------------
> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
>
>
>
> _______________________________________________
> Virtuoso-users mailing 
> listVirtuoso-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/virtuoso-users
>
>
>
> --
>
> 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
>
>
>
>
>
> ------------------------------------------------------------------------------
> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8,
> SharePoint
> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack
> includes
> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13.
> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users
>
>


-- 
Kontokostas Dimitris
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to