We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618763c commit 564e2bbCopy full SHA for 564e2bb
1 file changed
fdo-semantics/.htaccess
@@ -0,0 +1,24 @@
1
+# Contact person name: Said Fathalla
2
+# Contact person email: sm_fathalla@yahoo.com
3
+# Artifact name: Scientific Events Ontology
4
+# Resource location: https://raw.githubusercontent.com/saidfathalla/SEOontology/master/SEO.owl
5
+
6
+Options +FollowSymLinks
7
+# Turn off MultiViews
8
+Options -MultiViews
9
10
+# Directive to ensure *.rdf files served as appropriate content type,
11
+# if not present in main apache config
12
13
14
+RewriteEngine on
15
16
17
+#Gitlab project
18
19
+RewriteRule ^$ https://codebase.helmholtz.cloud/hmc/hmc-public/hob/fdo-semantics [R=303,NE,L]
20
21
22
+RewriteRule ^mappings$ https://codebase.helmholtz.cloud/hmc/hmc-public/hob/fdo-semantics/-/raw/main/mappings/FDO_map.sssom.tsv [R=303,L]
23
24
0 commit comments