Skip to content

"virtual" GET parameter has no visual effect #446

@KonradHoeffner

Description

@KonradHoeffner

What happened?

https://www.snik.eu/graph?virtual&benchmark and https://www.snik.eu/graph?benchmark both have 6665 edges after CTRL+SHIFT+R.
Is this parameter still used?

Browsers

Firefox

Operating systems

Linux

SNIK Graph version

SNIK Graph version 24.10
commit date 2024-12-18T14:27:25+01:00
fix, docs: document and fix the GET params: resolve #443, resolve #444
docget/3f9d22818fe79c99f6d567324ad344e4414943ad

Relevant console output

graph-init finished in 5 ms
fileLoadEntries added
filter entries added
Menu added
UpdateHtml: i18n keys devMode,extMode,starNewView,tutorial,deselect-all,search-field,base-mode,context-menu,incoming-star,outgoing-star,combine-close-matches,class-use,show-instances not used
Loading from SPARQL Endpoint https://www.snik.eu/sparql
Loading graph from endpoint https://www.snik.eu/sparql with graphs http://www.snik.eu/ontology/limes-exact,http://www.snik.eu/ontology/match,http://www.snik.eu/ontology/meta,http://www.snik.eu/ontology/bb,http://www.snik.eu/ontology/ob,http://www.snik.eu/ontology/ciox,http://www.snik.eu/ontology/he,http://www.snik.eu/ontology/it4it,http://www.snik.eu/ontology/bb2.
Set coloredEdges to true

			PREFIX ov: <http://open.vocab.org/terms/>
			PREFIX meta: <http://www.snik.eu/ontology/meta/>
			SELECT DISTINCT(?c)
			GROUP_CONCAT(DISTINCT(CONCAT(?l,"@",lang(?l)));separator="|") AS ?l
			SAMPLE(?st) AS ?st
			?src
			SAMPLE(?inst) AS ?inst
			
FROM <http://www.snik.eu/ontology/limes-exact>
FROM <http://www.snik.eu/ontology/match>
FROM <http://www.snik.eu/ontology/meta>
FROM <http://www.snik.eu/ontology/bb>
FROM <http://www.snik.eu/ontology/ob>
FROM <http://www.snik.eu/ontology/ciox>
FROM <http://www.snik.eu/ontology/he>
FROM <http://www.snik.eu/ontology/it4it>
FROM <http://www.snik.eu/ontology/bb2>
			{
			  ?c a [rdfs:subClassOf meta:Top].
			  OPTIONAL {?src ov:defines ?c.}
			  OPTIONAL {?c rdf:type ?st. FILTER(?st!=owl:Class)}
			  OPTIONAL {?c rdfs:label ?l.}
			  OPTIONAL {?inst a ?c.}
			}
sparql-classes finished in 410 ms (4365 classes using SNIK query)
4365 Nodes loaded from SPARQL
PREFIX sniko: <http://www.snik.eu/ontology/>
			select  ?c ?p ?d ?g (MIN(?ax) as ?ax)
			
FROM <http://www.snik.eu/ontology/limes-exact>
FROM <http://www.snik.eu/ontology/match>
FROM <http://www.snik.eu/ontology/meta>
FROM <http://www.snik.eu/ontology/bb>
FROM <http://www.snik.eu/ontology/ob>
FROM <http://www.snik.eu/ontology/ciox>
FROM <http://www.snik.eu/ontology/he>
FROM <http://www.snik.eu/ontology/it4it>
FROM <http://www.snik.eu/ontology/bb2>
			
FROM NAMED <http://www.snik.eu/ontology/limes-exact>
FROM NAMED <http://www.snik.eu/ontology/match>
FROM NAMED <http://www.snik.eu/ontology/meta>
FROM NAMED <http://www.snik.eu/ontology/bb>
FROM NAMED <http://www.snik.eu/ontology/ob>
FROM NAMED <http://www.snik.eu/ontology/ciox>
FROM NAMED <http://www.snik.eu/ontology/he>
FROM NAMED <http://www.snik.eu/ontology/it4it>
FROM NAMED <http://www.snik.eu/ontology/bb2>
			{
			  graph ?g {?c ?p ?d.}
			  filter(?g!=sniko:)
			  {?c a [rdfs:subClassOf meta:Top].} 
			  {?d a [rdfs:subClassOf meta:Top].} 
			  filter(?p!=rdf:type)
			  OPTIONAL
			  {
				?ax a owl:Axiom;
				owl:annotatedSource ?c;
				owl:annotatedProperty ?p;
				owl:annotatedTarget ?d.
			  }
			}
sparql-properties finished in 487 ms (6665 properties using SNIK query)
6665 Edges loaded from SPARQL
search initialized
Main view unnamed loaded with 11030 elements.
Register Context Menu.

Metadata

Metadata

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions