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
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 .
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# #################################################################
7574 dcterms:title " default" ^^xsd:string ;
7675 dcterms:description " Default graph" ^^xsd:string
7776 .
78-
0 commit comments