This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE rdf:RDF [ | |
<!ENTITY cc "http://creativecommons.org/ns#" > | |
<!ENTITY owl "http://www.w3.org/2002/07/owl#" > | |
<!ENTITY dc "http://purl.org/dc/elements/1.1#" > | |
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" > | |
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" > | |
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" > |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package dsl; | |
/** | |
* | |
* @author ryahiaoui | |
*/ | |
import java.util.function.Function; | |
public class Dsl { |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<rdf:RDF xmlns="http://opendata.inra.fr/anaeeOnto#" | |
xml:base="http://opendata.inra.fr/anaeeOnto" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:rfds="http://opendata.inra.fr/anaeeOnto#rfds%3" | |
xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#" | |
xmlns:foaf="http://xmlns.com/foaf/0.1/" | |
xmlns:anaeeOnto="http://opendata.inra.fr/anaeeOnto#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:swrl="http://www.w3.org/2003/11/swrl#" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### ADAPTED FOR ONTOP | |
PREFIX : <http://opendata.inra.fr/anaeeOnto#> | |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX oboe-core: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> | |
PREFIX oboe-standard: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-standards.owl#> | |
PREFIX oboe-temporal: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-temporal.owl#> | |
PREFIX oboe-characteristics: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### BLAZEGRAPH | |
PREFIX : <http://opendata.inra.fr/anaeeOnto#> | |
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
PREFIX oboe-core: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#> | |
PREFIX oboe-standard: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-standards.owl#> | |
PREFIX oboe-temporal: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-temporal.owl#> | |
PREFIX oboe-characteristics: <http://ecoinformatics.org/oboe/oboe.1.2/oboe-characteristics.owl#> | |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main ; | |
import io.vertx.core.AsyncResult; | |
import io.vertx.core.Promise; | |
import io.vertx.core.Vertx; | |
import io.vertx.core.VertxOptions; | |
import io.vertx.core.impl.cpu.CpuCoreSensor; | |
import io.vertx.pgclient.PgConnectOptions; | |
import io.vertx.pgclient.PgPool; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?><rdf:RDF xmlns="http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#" | |
xml:base="http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl" | |
xmlns:cc="http://creativecommons.org/ns#" | |
xmlns:owl="http://www.w3.org/2002/07/owl#" | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:xml="http://www.w3.org/XML/1998/namespace" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:swrl="http://www.w3.org/2003/11/swrl#" | |
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! ================= | |
! rofi | |
! ================= | |
rofi.fullscreen: false | |
rofi.color-enabled: true | |
rofi.separator-style: solid | |
rofi.color-window: argb:e81d1d26, black, black | |
rofi.color-normal: #2C343F, #6AA0F2, #5C5C5C, #379158, #eee8d5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! ================= | |
! rofi | |
! ================= | |
#define background #1D1D26 | |
#define text #C3B3D4 | |
#define active #FFCC66 | |
rofi.fullscreen: false | |
rofi.color-enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! *----------------------------* | |
! | Dotfiles - .Xresources | | |
! *----------------------------* | |
! This files contains configuration for: | |
! * terminal colours | |
! * urxvt | |
! * rofi |
NewerOlder