Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
rapw3k committed Dec 15, 2020
1 parent 69c307f commit 24ca597
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions demeter/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ RewriteRule ^crossDomain-context.jsonld$ https://raw.githubusercontent.com/rapw3


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


### AIM DOMAIN LAYER #####

Expand Down

0 comments on commit 24ca597

Please sign in to comment.