# This is a template property-file for CMD2RDF # Values stated here as comments are the defaults, set in the build file itself. # Copy the file to build_init.props and adapt parameters to your needs. # They will override the defaults. # see README about needed dependencies # needed for auxiliary util-build files: build_defs and build_docs # TODO: where to get! #scripts.dir=. # where is the input data #in.dir=data/cmd-xml # where are the cached profiels # cache.dir=${basedir.cmd2rdf}/cmd-profiles # the file path (base-uri() is used as xml:base and main subject of the RDF # it should have a nice URI and not some local-file name # thus we want to translate the base-uri: # part of the base-uri to be replaced (it has to be exactly in the format as the XSLT-transformer sees it) #base.strip=${in.dir} # prefix to be added instead of the stripped part #base.add=http://www.clarin.eu/cmd/ # where to write the converted data #out.dir=data/cmd-rdf # where are the SMC scripts (next to CMDI-Interoperability in the SVN-repo) #smc.base=../../../SMC/ # where the collected data gets stored # the path is resolved relative to the input file, # if you run the script on a directory structure recursively, # you need to set an absolute path (in a format that XSLT understands)! #cache.dir=${basedir.cmd2rdf}/cmd-profiles #cache.dir=file:///C:/... # main configuration file setting the paths to source services #smc.config=src/smc_config.xml