Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit bc71eb0

Browse files
committed
update jdeb
1 parent 13cae95 commit bc71eb0

File tree

5 files changed

+39
-28
lines changed

5 files changed

+39
-28
lines changed

CHANGES.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
release date=16:13 16.06.2015,version=1.2.0,urgency=low,by=Alejandra Garcia-Rojas M <[email protected]>,distribution=dstack-nightly
2-
* Coevolution service integration
3-
* Component management refactoring
4-
* Substantial refactored code
1+
release date=16:13 23.10.2015,version=1.2.0,urgency=low,by=Alejandra Garcia-Rojas M <[email protected]>,distribution=ldstack-nightly
2+
* Third year release
3+
* Substantial refactored code for REST services
4+
* integration Fagi of and esta-ld, and coevolution
5+
* data provenance in graphs

src/deb/control/control

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
Package: deer-service
2-
Version: 0.1.1
1+
Package: geoknow-generator-ui
2+
Distribution: ldstack-nightly
3+
Version: 1.2.0
34
Section: web
45
Priority: extra
56
Architecture: all
6-
Depends: tomcat7
7+
Depends: tomcat7,spring-batch-admin-geoknow,coevolution-debian-package,limes-service,deer-service,triplegeo-service,esta-ld
78
Maintainer: Alejandra Garcia-Rojas M <[email protected]>
8-
Distribution: ldstack-nightly
9-
Homepage: https://github.com/GeoKnow/DEER-Service
10-
Description: A REST service for DEER (https://github.com/GeoKnow/DEER)
11-
for Linked Data enrichment, developed within GeoKnow project (http://geoknow.eu/),
12-
and part of the Linked Data Stack (http://stack.linkeddata.org/).
9+
Homepage: http://stack.linkeddata.org/getting-started/geoknow-generator/
10+
Description: The GeoKnow Generator provides a workbench that integrates of tools
11+
developed within GeoKnow project (http://geoknow.eu/),
12+
and are part of the Linked Data Stack (http://stack.linkeddata.org/).
13+
These workbench aim to provide the required methods and tools
14+
to easly integrate and process geospatial data
15+
across a wide range of data sources on the web of data.

src/main/resources/log4j.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ log4j.appender.stdout.Target=System.out
77
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
88
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
99

10-
log4j.logger.eu.geoknow=DEBUG
10+
log4j.logger.eu.geoknow=INFO

src/main/resources/system-components-template.ttl

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
########### COMPONENT DESCRIPTION #######################################################
1414
# Following triples describes the configuration of components in the framework
15+
# Check https://github.com/GeoKnow/GeoKnowGeneratorUI/wiki/Configuration for detailed
16+
# description of configuration triples in this file
1517
# #######################################################################################
1618

1719
:Virtuoso
@@ -24,6 +26,8 @@
2426

2527
# #######################################################################################
2628
# the user and password provided in VirtuosoConductor should exixt
29+
# Check https://github.com/GeoKnow/GeoKnowGeneratorUI/wiki/Configuration for detailed
30+
# description of configuration triples in this file
2731
# #######################################################################################
2832

2933
:VirtuosoConductor
@@ -36,6 +40,8 @@
3640

3741
# #######################################################################################
3842
# the user and password provided in VirtuosoAuthSPARQLEndpoint will be created at setup
43+
# Check https://github.com/GeoKnow/GeoKnowGeneratorUI/wiki/Configuration for detailed
44+
# description of configuration triples in this file
3945
# #######################################################################################
4046

4147
:VirtuosoAuthSPARQLEndpoint
@@ -132,7 +138,7 @@
132138
:DEERService
133139
a lds:EnrichmentService ;
134140
rdfs:label "Deer" ;
135-
lds:serviceUrl <http://localhost:8080/deer-service/> .
141+
lds:serviceUrl <http://localhost:8080/deer-Service> .
136142

137143
:OntoWiki
138144
a lds:StackComponent ;
@@ -173,7 +179,7 @@
173179
rdfs:label "Public-Private Data Coevolution"^^xsd:string ;
174180
lds:providesService :CoevolutionService ;
175181
dcterms:hasVersion "1.0.0"^^xsd:string ;
176-
foaf:homepage <http://localhost:8080/coevolution-service/> .
182+
foaf:homepage <http://geoknow-generator.aws.semweb.unister.de:8080/coevolution-service/> .
177183

178184
:CoevolutionService
179185
a lds:PublicationService ;
@@ -249,9 +255,12 @@
249255
ontos:route "/workbench/linking-and-fusing/fagi-gis"^^xsd:string;
250256
ontos:requiresService :FagiGisService .
251257

252-
253258
:CoevRouteRestriction
254259
a ontos:RouteRestriction;
255260
ontos:route "/workbench/evolution-and-repair/coevolution-apply"^^xsd:string;
256261
ontos:requiresService :CoevolutionService .
257262

263+
:EstaLDRestriction
264+
a ontos:RouteRestriction;
265+
ontos:route "/workbench/search-querying-and-exploration/esta-ld"^^xsd:string;
266+
ontos:requiresService :esta-ld-service .

src/main/resources/system-configuration-template.ttl

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# This file contains the configuration for the GeoKnow generator concerning
1414
# the endpoints and default user credentials
1515
# To have different instances of the workbench different prefixes for projects:
16-
# Replace ***PROJECT_URL*** with the desided URI
17-
# Replace ***REMOVED*** with the corresponding data
16+
# Check https://github.com/GeoKnow/GeoKnowGeneratorUI/wiki/Configuration for detailed
17+
# description of configuration triples in this file
1818
# #######################################################################################
1919

2020
# These triples describes the URL endpoints for the application
@@ -27,10 +27,9 @@
2727
ontos:publicEndpoint :VirtuosoEndpoint ;
2828
ontos:authEndpoint :VirtuosoAuthSPARQLEndpoint ;
2929
ontos:frameworkDataDir "/var/generator"^^xsd:string ;
30-
foaf:homepage <http://localhost:8080/generator> ;
30+
foaf:homepage <http://localhost:8080/generator/> ;
3131
sd:defaultDataset :default-dataset;
32-
lds:integrates :Virtuoso, :SpringBatch, :RdfImport, :Coevolution;
33-
# :Facete, :Limes, :Sparqlify, :TripleGeo, :GeoLift, :esta-ld, :Mappify, :FagiGis, :DEER,
32+
lds:integrates :Virtuoso, :SpringBatch, :RdfImport, :Coevolution, :Facete, :Limes, :Sparqlify, :TripleGeo, :GeoLift, :esta-ld, :Mappify, :FagiGis, :DEER;
3433
lds:requires :Virtuoso, :SpringBatch, :Coevolution;
3534
lds:providesService :PublishingService, :UserManagerService, :EmailService
3635
.
@@ -42,17 +41,17 @@
4241

4342
:EmailService
4443
a lds:EmailService ;
45-
dcterms:description "Provides functionality to send email notifications to users, and especially to send login information."^^xsd:string ;
46-
lds:password "***REMOVED***"^^xsd:string ;
47-
lds:user "***REMOVED***"^^xsd:string ;
48-
foaf:mbox <mailto:***REMOVED***> ;
49-
ontos:smtpHost "smtp.gmail.com"^^xsd:string ;
44+
dcterms:description "Provides functionality to send email, especially to send login information."^^xsd:string ;
45+
lds:password "fakepwd"^^xsd:string ;
46+
lds:user "[email protected]"^^xsd:string ;
47+
foaf:mbox <mailto:[email protected]> ;
48+
ontos:smtpHost "smtp.example.com"^^xsd:string ;
5049
ontos:smtpTlsPort "587"^^xsd:string ;
5150
ontos:smtpSslPort "465"^^xsd:string .
5251

5352
:PublishingService
5453
a lds:PublicationService ;
55-
dcterms:description "Provides functionality to upload data to a target graph from several graphs and to do versioning."^^xsd:string ;
54+
dcterms:description "Provides functionalit to upload data to a target graph varius graphs and to do a versioning."^^xsd:string ;
5655
lds:serviceUrl <http://localhost:8080/generator/rest/publish> .
5756

5857
##################################################################
@@ -75,4 +74,3 @@
7574
dcterms:title "default"^^xsd:string;
7675
dcterms:description "Default graph"^^xsd:string
7776
.
78-

0 commit comments

Comments
 (0)