On 7 Sep 2011, at 18:29, Dominique Guardiola wrote: > @prefix d2r: > <http://sites.wiwiss.fu-berlin.de/suhl/bizer/d2r-server/config.rdf> .
Try adding a hash (#) on the end: .../config.rdf#> Best, Richard > > @prefix insee: <http://xml.insee.fr/schema#> . > @prefix foaf: <http://xmlns.com/foaf/0.1/> . > @prefix org: <http://www.w3.org/ns/org#> . > @prefix dct: <http://purl.org/dc/terms/> . > @prefix skos: <http://www.w3.org/2004/02/skos/core#> . > @prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> . > @prefix gr: <http://purl.org/goodrelations/v1#> . > @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> . > @prefix event: <http://purl.org/NET/c4dm/event.owl#> . > @prefix sioc: <http://rdfs.org/sioc/ns#> . > @prefix vcard: <http://www.w3.org/2006/vcard/ns#Name> . > @prefix ctag: <http://commontag.org/ns#> . > > <> a d2r:Server; > rdfs:label "D2R Server"; > d2r:port 2020; > d2r:baseURI <http://data.django.coop:2020/>; > . > map:database a d2rq:Database; > d2rq:jdbcDriver "org.postgresql.Driver"; > d2rq:jdbcDSN "jdbc:postgresql://localhost:5432/base"; > d2rq:username "xxx"; > d2rq:password "xxx"; > . > > The file is very long so I put it here for you : > http://www.django.coop/static/manual-coop.n3 > > >> What command line do you start it with? > > just with > ./d2r-server manual-coop.n3 > I also tried with the --fast flag, but had the same result > > > > -- > Dominique Guardiola, QUINODE > • http://www.quinode.fr/ > • Tel : 04.27.86.84.37 > • Mob : 06.15.13.22.27 > > > > > > > ------------------------------------------------------------------------------ > Using storage to extend the benefits of virtualization and iSCSI > Virtualization increases hardware utilization and delivers a new level of > agility. Learn what those decisions are and how to modernize your storage > and backup environments for virtualization. > http://www.accelacomm.com/jaw/sfnl/114/51434361/ > _______________________________________________ > d2rq-map-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel ------------------------------------------------------------------------------ Using storage to extend the benefits of virtualization and iSCSI Virtualization increases hardware utilization and delivers a new level of agility. Learn what those decisions are and how to modernize your storage and backup environments for virtualization. http://www.accelacomm.com/jaw/sfnl/114/51434361/ _______________________________________________ d2rq-map-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel
