Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://w3id.org/moneygraph #4387

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions moneygraph/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
RewriteEngine on

# https://w3id.org/moneygraph/ns/ontology/*
# This is the moneygraph ontology namespace; we are redirecting it to a web page
RewriteRule ^ns/ontology/$ https://github.com/turingtest37/moneygraph/blob/main/ontologies/moneygraph.ttl [R=302,L]

# https://w3id.org/moneygraph/ns/taxonomy/*
# This is the moneygraph ontology namespace; we are redirecting it to a web page
RewriteRule ^ns/taxonomy/$ https://github.com/turingtest37/moneygraph/blob/main/ontologies/moneygraph.ttl [R=302,L]

# https://w3id.org/moneygraph/ns/data/*
# This is the moneygraph ontology namespace; we are redirecting it to a web page
RewriteRule ^ns/data/$ https://github.com/turingtest37/moneygraph/blob/main/ontologies/moneygraph.ttl [R=302,L]

<!-- RewriteRule ^ns/ontology/gist/$ https://ontologies.semanticarts.com/ontology/Namespace.html [R=302,L] -->
turingtest37 marked this conversation as resolved.
Show resolved Hide resolved

# everything else to be redirected to a similar URL on our server
# Ex: https://w3id.org/semanticarts/gistCore
# Ex: https://w3id.org/semanticarts/gistCore.ttl
# Ex: https://w3id.org/semanticarts/ns/ontology/gist/Person
RewriteRule ^(.+)$ https://moneygraph.info/$1 [R=302,L]
11 changes: 11 additions & 0 deletions moneygraph/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Moneygraph is a project to use RDF, OWL ontologies, and graph databases to model and implement a personal investment portfolio database.

The Moneygraph namespaces are:

`PREFIX mg: <https://w3id.org/moneygraph/ns/ontology/>` # Definitions of Moneygraph # classes, properties, and named individual.

`PREFIX mgx: <https://w3id.org/moneygraph/ns/taxonomy/>` # Instances of classes that may be organized as a taxonomy. This includes simple lists and tree-like hierachies of concepts. Control of taxonomies is often delegated to specific business units or departments.

`PREFIX mg3: <https://w3id.org/moneygraph/ns/data/>` # Triples involving regular data
turingtest37 marked this conversation as resolved.
Show resolved Hide resolved

Eventually this will have a more public face at https://moneygraph.info