diff --git a/NulllogiconeCore/NulllogiconeCore/Pages/Index.cshtml b/NulllogiconeCore/NulllogiconeCore/Pages/Index.cshtml index 9e223a9..9189526 100644 --- a/NulllogiconeCore/NulllogiconeCore/Pages/Index.cshtml +++ b/NulllogiconeCore/NulllogiconeCore/Pages/Index.cshtml @@ -48,24 +48,9 @@ Click to open: /sparql/ui (in new tab)

- Open interactive query examples + Open interactive query examples with syntax highlighting and one-click copy functionality to get started quickly.

-

- Example SPARQL query to retrieve Stamm entities: -

-
PREFIX nlo: <http://nulllogicone.net/schema.rdfs#>
-SELECT ?stamm ?name ?email
-WHERE {
-  ?stamm a nlo:Stamm ;
-         nlo:name ?name ;
-         nlo:email ?email .
-}
-LIMIT 10
-

- Visit /sparql for programmatic access and usage instructions, or use the - SPARQL UI for interactive queries. -

Examples

Html

@@ -85,7 +70,7 @@ LIMIT 10 https://nulllogicone.net/Netz/76035f19-f4ae-4d58-a388-4bbc72c51cef

-

Json Examples

+

Json

https://nulllogicone.net/Stamm/b4111e0e-48d9-42c4-a6f6-ec4991264947.json
https://nulllogicone.net/Angler/be279cca-b934-45e6-85fd-96b1a6b1e6ed.json
@@ -93,7 +78,7 @@ LIMIT 10 https://nulllogicone.net/TopLab/0c373672-6b2d-46bf-8962-9f697f6722d3.json

-

RDF examples

+

RDF

https://nulllogicone.net/Stamm/b4111e0e-48d9-42c4-a6f6-ec4991264947.rdf
https://nulllogicone.net/Angler/be279cca-b934-45e6-85fd-96b1a6b1e6ed.rdf
@@ -110,17 +95,6 @@ LIMIT 10 you must specify the full path https://nulllogicone.net/schema.rdfs.

-

- For storage in local databases or XML files, - XSD documents are available as schema definitions for the - entities with their fields and the definition of the table structure with their relational - relationships. If they are used against web services, the types are bindingly defined - in the wsdl files. -

-

- For setting up a relational table structure, there are SQL scripts which - can be tailored to any use case. -

Documents

@@ -147,20 +121,10 @@ LIMIT 10

-

Web Applications

+

Web Application

diff --git a/NulllogiconeCore/NulllogiconeCore/Pages/Shared/_Header.cshtml b/NulllogiconeCore/NulllogiconeCore/Pages/Shared/_Header.cshtml index d9678c1..3507e71 100644 --- a/NulllogiconeCore/NulllogiconeCore/Pages/Shared/_Header.cshtml +++ b/NulllogiconeCore/NulllogiconeCore/Pages/Shared/_Header.cshtml @@ -1,6 +1,6 @@ @* Shared header partial: includes site banner and navigation *@
-@*