sbd-data-book

Guidances

The landscape found the following guidance tools and guidance documents.

Guidance tools

SPARQL sparql/allGuidanceTools.rq (run)

PREFIX sbd:     <https://www.sbd4nano.eu/rdf/#>
PREFIX foaf:   <http://xmlns.com/foaf/0.1/> 
PREFIX rdfs:   <http://www.w3.org/2000/01/rdf-schema#> 
SELECT ?title ?url WHERE {
  ?database a sbd:GuidanceTool ;
            rdfs:label ?title .
  OPTIONAL { ?database foaf:page ?url }
} ORDER BY ?url

This gives us the following list, here showing the first 10:

Guidance documents

SPARQL sparql/allGuidanceDocuments.rq (run)

PREFIX sbd:     <https://www.sbd4nano.eu/rdf/#>
PREFIX foaf:   <http://xmlns.com/foaf/0.1/> 
PREFIX rdfs:   <http://www.w3.org/2000/01/rdf-schema#> 
SELECT ?title ?url WHERE {
  ?database a sbd:GuidanceDocument ;
            rdfs:label ?title .
  OPTIONAL { ?database foaf:page ?url }
} ORDER BY ?url

This gives us the following list, here showing the first 10: