Le 7 sept. 2011 à 17:44, Richard Cyganiak a écrit : > > What's the rest of the mapping file (in particular, prefixes and other front > matter of the file)?
Here it is (minus the db credentials) @prefix map: <file:/home/admin/sites/django.coop/base/d2r-update-server/manual-coop.n3#> . @prefix db: <> . @prefix vocab: <http://localhost:2020/vocab/resource/> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> . @prefix jdbc: <http://d2rq.org/terms/jdbc/> . @prefix d2r: <http://sites.wiwiss.fu-berlin.de/suhl/bizer/d2r-server/config.rdf> . @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
