Michel,

On 3 Jun 2009, at 01:19, Michel Dumontier wrote:



On Tue, Jun 2, 2009 at 1:27 PM, Hugh Williams <hwilli...@openlinksw.com> wrote:
Hi Michel,

The HTML page is just a dynamically generated Web page which you can tweak to use other relations of interest.

ok cool...can you point me to the documentation?

[Hugh] Their is no real documentation on how the Facet Browser UI page is created. I presume you have the Virtuoso 6.0 TP1 preview release installed as detailed at:

http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/ VirtFacetBrowserInstallConfig

Please confirm, as I am assuming this to be the case ?



Virtuoso has a CURIE feature for qname handling, you simply provide a function with qname and desired CURIE pattern, see documentation at:

http://docs.openlinksw.com/virtuoso/ virtuososponger.html#virtuosospongeroverviewxmlset

thanks, that works perfectly.


The facet browser does use rdfs:label where such exist in the graph, it even goes as far as using inference rules to figure out rdfs:labels from a custom property taxonomy.

hmmm... i added rdfs:label to a property in my graph, but it didn't render any different...

[Hugh] Here is the the taxonomy. A collection of OWL triples that should be loaded into a graph and then associated with an inference rule. Note, you don't need to perform this manually if the rdf_mappers_dav.vad package has been installed since this is what installs description.vsp used at /about.

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix virtrdf: <http://www.openlinksw.com/schemas/virtrdf#> .
@prefix fbase: <http://rdf.freebase.com/ns/type.object.> .
@prefix skos: <http://www.w3.org/2008/05/skos#> .
@prefix skos2: <http://www.w3.org/2004/02/skos/core#> .
@prefix geonames: <http://www.geonames.org/ontology#> .
@prefix purl: <http://purl.org/dc/terms/> .
@prefix calais: <http://s.opencalais.com/1/pred/> .

rdfs:label rdfs:subPropertyOf virtrdf:label .
dc:title rdfs:subPropertyOf virtrdf:label .
fbase:name rdfs:subPropertyOf virtrdf:label .
foaf:name rdfs:subPropertyOf virtrdf:label .
calais:name rdfs:subPropertyOf virtrdf:label .
foaf:nick rdfs:subPropertyOf virtrdf:label .
skos2:prefLabel rdfs:subPropertyOf virtrdf:label .
skos:prefLabel rdfs:subPropertyOf virtrdf:label .
geonames:name rdfs:subPropertyOf virtrdf:label .
purl:title rdfs:subPropertyOf virtrdf:label .
foaf:accountName rdfs:subPropertyOf virtrdf:label .

So this should be in place by default if you have installed the Release 6.0 TP1 release as per my question above .

Regards
Hugh



thanks!

-=Michel=-

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support



On 2 Jun 2009, at 02:47, Michel Dumontier wrote:

Hi,
Is there anyway for the facet browser to use the inverse/ symmetric relation, as defined by owl:inverseOf and owl:symmetricProperty, and _not_ attempt to use the phrase "is relation of"?

Further, how do we get it to render qnames, like it does for rdf/ rdfs/dc?

 alternatively, can we configure it to use the property's rdfs:label?

Thanks,

-=Michel=-

--
Michel Dumontier
Assistant Professor of Bioinformatics
http://dumontierlab.com
--------------------------------------------------------------------- --------- OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris- get_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users




--
Michel Dumontier
Assistant Professor of Bioinformatics
http://dumontierlab.com
---------------------------------------------------------------------- --------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris- get_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to