Skip to content

Commit b119248

Browse files
Said FathallaSaid Fathalla
authored andcommitted
add EEDO ontology namespace
1 parent 3baa785 commit b119248

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

EEDO/.htaccess

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contact person name: Lidia Valdes Llorente
2+
# Contact person email: lidia.valdes-llorente@unileoben.ac.at
3+
# Artefact: EEDO
4+
# Artefact Name: Electrospinning Experiment Database Ontology
5+
# Resource location: https://raw.githubusercontent.com/Lissvaldes/Electrospinning-data-management-/refs/heads/main/electrospinning_ontology.ttl
6+
7+
Options +FollowSymLinks
8+
Options -MultiViews
9+
RewriteEngine on
10+
11+
# Directive to ensure *.rdf files served as appropriate content type
12+
AddType application/rdf+xml .ttl
13+
14+
# Rewrite rule to serve RDF/XML content
15+
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR]
16+
RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR]
17+
RewriteCond %{HTTP_ACCEPT} ^.*text/xml.*
18+
RewriteCond %{HTTP_ACCEPT} text/turtle
19+
RewriteRule ^$ https://raw.githubusercontent.com/Lissvaldes/Electrospinning-data-management-/refs/heads/main/electrospinning_ontology.ttl [R=303,NE,L]
20+
21+
# Default response (Root)
22+
RewriteRule ^$ https://raw.githubusercontent.com/Lissvaldes/Electrospinning-data-management-/refs/heads/main/electrospinning_ontology.ttl [R=303,L]

EEDO/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Artifact name
2+
EEDO - Electrospinning Experiment Database Ontology
3+
4+
## Overview
5+
Ontology describing the schema for electrospinning experiments, including experiment identification, polymer information, process parameters, characterisation, and desirability metrics.
6+
7+
## Reach out
8+
https://github.com/Lissvaldes/Electrospinning-data-management-/tree/main

0 commit comments

Comments
 (0)