Sha256: 3ed73139db6c2d2e81dfa532a42ce6643cf62c302c6e52bbf2b8c6ca1511b3ee
Contents?: true
Size: 1.66 KB
Versions: 19
Compression:
Stored size: 1.66 KB
Contents
# TaliaCore configuration file # The domain URI that is the "local" domain of this installation local_uri: "http://test.dummy/" # The domain URI that is used as a default if no namespace is given default_namespace_uri: "http://default.dummy/" # The RDF store configuration can be read from a file rdf_connection_file: rdfstore # RDF configuration can also be given as a hash here # rdf_connection: # Set the logging level for ActiveRDF ardf_log_level: 0 # If standalone_db is set, ActiveRecord will be configured for use # without the Rails environment standalone_db: true db_file: database # Database configuration can also be given as a hash here # db_connection: # If unset, the databse log will end up in the default log directory # db_log: database.log # The location for data files (only set if you need to change # the default location) # data_directory_location: "/var/www/talia_data/" # Configure the namespaces for use with RDF namespaces: # Default namespaces rdf, rdfs, xsd, owl are defined in the semantic_naming # library. # HyperNietzsche namespace hyper: "http://www.hypernietzsche.org/ontology/" # FOAF foaf: http://xmlns.com/foaf/0.1/ # SKOS skos: http://www.w3.org/2004/02/skos/core# # DublinCore namespace dct: http://purl.org/dc/terms/ dcmit: http://purl.org/dc/dcmitype/ dcns: "http://purl.org/dc/elements/1.1/" # Used in demo apps luccadom: http://trac.talia.discovery-project.eu/wiki/LuccaOntology# talias: http://trac.talia.discovery-project.eu/wiki/StructuralOntology# taliadom: http://trac.talia.discovery-project.eu/wiki/SampleDomainOntology# sesame: http://www.openrdf.org/schema/sesame#
Version data entries
19 entries across 19 versions & 1 rubygems