Skip to content

Commit

Permalink
Update .htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
rapw3k committed Nov 19, 2020
1 parent 55d8edd commit 57fbc6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demeter/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ RewriteRule ^crossDomain$ https://raw.githubusercontent.com/rapw3k/DEMETER/maste
RewriteRule ^crossDomain-context.jsonld$ https://raw.githubusercontent.com/rapw3k/DEMETER/master/models/jsonld/crossDomain-context.jsonld [R=302,L]


### AIM extensions #####
# Ontology
RewriteRule ^agri/ext/livestockFeature$ https://raw.githubusercontent.com/rapw3k/DEMETER/master/models/extensions/livestockFeature.ttl [R=302,L]
# JSON-LD context
RewriteRule ^agri/ext/livestockFeature-context.jsonld$ https://raw.githubusercontent.com/rapw3k/DEMETER/master/models/extensions/jsonld/livestockFeature-context.jsonld [R=302,L]

### AIM DOMAIN LAYER #####

## Root level
Expand Down

0 comments on commit 57fbc6f

Please sign in to comment.