From 8b69fb83a9ee3dbd664c0383edc473b832201170 Mon Sep 17 00:00:00 2001 From: Philipp Hagedorn <77963403+philhag@users.noreply.github.com> Date: Wed, 12 Jan 2022 11:43:26 +0100 Subject: [PATCH] Added entry for iddo IDDO ontology --- iddo/.htaccess | 43 +++++++++++++++++++++++++++++++++++++++++++ iddo/readme.md | 22 ++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 iddo/.htaccess create mode 100644 iddo/readme.md diff --git a/iddo/.htaccess b/iddo/.htaccess new file mode 100644 index 000000000..1c525f5d4 --- /dev/null +++ b/iddo/.htaccess @@ -0,0 +1,43 @@ +# Selected Options [+ on] [- off] +Options +FollowSymLinks + +# Runtime rewriting engine +RewriteEngine on + +# Turn off MultiViews +Options -MultiViews + +AddType text/turtle .ttl +AddType application/rdf+xml .rdf + +# Rewrite rule to serve HTML content from the vocabulary URI if requested +RewriteCond %{HTTP_ACCEPT} text/html [OR] +RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR] +RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.* +RewriteRule ^$ https://rub-informatik-im-bauwesen.github.io/iddo/ [R=302,NE,L] + +# In case of accept header +RewriteCond %{HTTP_ACCEPT} ^.*text/turtle.* +RewriteRule ^$ https://rub-informatik-im-bauwesen.github.io/iddo/iddo.ttl [R=303,NE,L] + +# In case of accept header +RewriteCond %{HTTP_ACCEPT} application/rdf\+xml +RewriteRule ^$ https://rub-informatik-im-bauwesen.github.io/iddo/iddo.rdf [R=302,NE,L] + +# If suffix ttl, redirect to turtle version +RewriteRule ^iddo.ttl$ https://rub-informatik-im-bauwesen.github.io/iddo/iddo.ttl [R=302,NE,L] + +# If suffix html, redirect to html version +RewriteRule ^iddo.html$ https://rub-informatik-im-bauwesen.github.io/iddo/ [R=302,NE,L] + +# If suffix rdf, redirect to rdf version +RewriteRule ^iddo.rdf$ https://rub-informatik-im-bauwesen.github.io/iddo/iddo.rdf [R=302,NE,L] + +# If suffix nt, redirect to nt version +RewriteRule ^iddo.nt$ https://rub-informatik-im-bauwesen.github.io/iddo/iddo.nt [R=302,NE,L] + +# If suffix nt, redirect to nt version +RewriteRule ^iddo.nt$ https://rub-informatik-im-bauwesen.github.io/iddo/iddo.nt [R=302,NE,L] + +# Default response: html +RewriteRule ^$ https://rub-informatik-im-bauwesen.github.io/iddo/ [R=303,NE,L] \ No newline at end of file diff --git a/iddo/readme.md b/iddo/readme.md new file mode 100644 index 000000000..7e7d3d149 --- /dev/null +++ b/iddo/readme.md @@ -0,0 +1,22 @@ +# The interconnected data dictionary ontology maps the data model of the ISO 23386 for the describing, creating, and maintenance of properties in interconnected data dictionaries. + +## Description +The interconnected data dictionary ontology maps the data model of the ISO 23386 for the describing, creating, and maintenance of properties in interconnected data dictionaries. + +## Ontology resources +* HTML https://rub-informatik-im-bauwesen.github.io/iddo/ +* Turtle https://rub-informatik-im-bauwesen.github.io/iddo/iddo.ttl +* RDF/XML https://rub-informatik-im-bauwesen.github.io/iddo/iddo.rdf +* GitHub https://github.com/RUB-Informatik-im-Bauwesen/iddo + + +## Contact +This space is administered by: + +**Philipp Hagedorn** +*Research Assistant, Ruhr-University Bochum, Germany* + +* GitHub: [philhag](https://github.com/philhag) +* ResearchGate: [Link](https://www.researchgate.net/profile/Philipp-Hagedorn) +* ORDiD: [Link](https://orcid.org/0000-0002-6249-243X) +* LinkedIn: [Link](https://www.linkedin.com/in/hagedorn-philipp/)