Skip to content

Commit 1f48ed0

Browse files
Said FathallaSaid Fathalla
authored andcommitted
add prto ontology namespace
1 parent 0100fcb commit 1f48ed0

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

ptro/.htaccess

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contact person name: Olga Giraldo
2+
# Contact person email: olga.giraldo@dkfz-heidelberg.de
3+
# Artefact: PTRO
4+
# Artefact Name: Preclinical Trials in Radiation Oncology
5+
# Resource location: https://raw.githubusercontent.com/DKFZ-E220/PTRO/main/PTRO.owl
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 .owl
13+
14+
15+
# Rewrite rule to serve RDF/XML content
16+
RewriteCond %{HTTP_ACCEPT} ^.*application/rdf\+xml.* [OR]
17+
RewriteCond %{HTTP_ACCEPT} ^.*application/xml.* [OR]
18+
RewriteCond %{HTTP_ACCEPT} ^.*text/xml.*
19+
RewriteRule ^$ https://raw.githubusercontent.com/DKFZ-E220/PTRO/main/PTRO.owl [R=303,NE,L]
20+
21+
# Default response
22+
RewriteRule ^$ https://raw.githubusercontent.com/DKFZ-E220/PTRO/main/PTRO.owl [R=303,NE,L]

ptro/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Artifact name
2+
PTRO Ontology – Preclinical Trials in Radiation Oncology.
3+
4+
### Overview
5+
The PTRO ontology is a domain-specific ontology designed to standardize, structure, and semantically represent preclinical trial data in radiation oncology. It facilitates the integration and querying information organized according the [SEND](https://www.cdisc.org/standards/foundational/send) standard. The ontology is currently being validated using a [virtual knowledge graph approach](https://ontop-vkg.org/), enabling access to datasets available on the [RadPlanBio](https://helmholtz.software/software/radplanbio) platform.
6+
7+
### Reach out
8+
For background information, please refer to our [paper](https://ceur-ws.org/Vol-3939/short2.pdf)
9+
GitHub repository: https://github.com/DKFZ-E220/PTRO

0 commit comments

Comments
 (0)