All Downloads are FREE. Search and download functionalities are using the official Maven repository.

style.style.txt Maven / Gradle / Ivy

Go to download

Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1 Query and Update, Shacl. STTL. LDScript.

The newest version!
graph{
  fill-color:white;	
}

node{
    text-size:12;
    text-color:black;
    text-style:bold;
    text-alignment:center;
    size:17;
    size-mode:fit;
    fill-color:lightblue;
    shape:circle;
}

node.Literal{
    text-size:9;
    text-color:black;
    text-style:bold;
    text-alignment:center;
    size:17;
    size-mode:fit;
    fill-color:orange;
    shape:box;
}
			
node.Blank{
    text-size:9;
    text-color:black;
    text-style:bold;
    text-alignment:center;
    size:17;
    size-mode:fit;
    fill-color:yellow;
    shape:circle;
}
			
node.Class{
    text-size:9;
    text-color:black;
    text-style:bold;
    text-alignment:center;
    size:17;
    size-mode:fit;
    fill-color:blue;
    shape:circle;
}
				
edge{
    text-color:black;
    text-size:12;
    size:2;
    fill-color:grey;
    text-alignment:center;
    shape:cubic-curve;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy