query-5ce54ed30d42111d73f5716a43436ae1

rq turtle/ttl

nioshtic-with-ntis-accession-numberdata refresh rate: 3600 preferred output format: Table query title: Identifier map: NTIS Accession Number with or without NIOSHTIC2-ID

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?NTIS_accession_number ?NIOSHTIC2_ID WHERE {
  ?item wdt:P7791 ?NTIS_accession_number.
  OPTIONAL { ?item wdt:P2880 ?NIOSHTIC2_ID. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?NIOSHTIC2_ID"):::projected v2("?NTIS_accession_number"):::projected v1("?item"):::projected v1 --"wdt:P7791"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P2880".-> v3 end