SOLR cores

9 views
Skip to first unread message

Alex Donnini

unread,
Aug 19, 2013, 9:03:27 AM8/19/13
to lmf-...@googlegroups.com
Hello I configured an LD-path new core called foaf, I copied from Marmotta LDpath description
@prefix foaf : <http://xmlns.com/foaf/0.1/> ;
@prefix geo : <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
title      = foaf:name | fn:concat(foaf:givename," ",foaf:surname) :: xsd:string ;
summary    = dc:description :: lmf:text ;
geo        = foaf:based_near :: lmf:location;
interest   = foaf:interest / (rdfs:label[@en] | rdfs:label[@none] | <http://rdf.freebase.com/ns/type.object.name>[@en]) :: xsd:string;
friends    = foaf:knows / (foaf:name | fn:concat(foaf:givename," ",foaf:surname)) :: xsd:string;
contrycode = foaf:based_near / <http://www.geonames.org/ontology#countryCode> :: xsd:string ;
type       = rdf:type :: xsd:anyURI ;

I have a problem because I saved this core but it is not listed in cores (you can see the installation at http://opendata.ccd.uniroma2.it/LMF/). I see the core if I go to solr admin. But the result is that I cannot update delete foaf core. 

Therefore I am using LMF in place of Marmotta because I would like to manage thesarus with SKOSJS but I'm not able to import my thesaurus in SKOSJS, while I imported them into repository.

The installation purpose is to manage and publish Tor Vergata linked Open Data.

Can you help me to solve these problems?

Alessandra




Alex Donnini

unread,
Aug 19, 2013, 11:15:24 AM8/19/13
to lmf-...@googlegroups.com
I reply myself, now I can see foaf core, on core list.
Reply all
Reply to author
Forward
0 new messages