query-16f71543372e028a90e4daf56cb6bc47

rq turtle/ttl

Synia: Dansk virksomhed

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX target: <http://www.wikidata.org/entity/Q3949497>

SELECT DISTINCT
  ?beskrivelse ?værdi ?værdiUrl
WHERE {
  {
    BIND(1 AS ?order)
    BIND("Virksomhed" AS ?beskrivelse)
    BIND(target: AS ?iri)
    BIND(SUBSTR(STR(?iri), 32) AS ?q) 
    ?iri rdfs:label ?value_string . 
    FILTER (LANG(?value_string) = 'da')
    BIND(COALESCE(?value_string, ?q) AS ?værdi)
  }
  UNION
  {
    BIND(2 AS ?order)
    BIND("CVR" AS ?beskrivelse)
    target: wdt:P1059 ?værdi_streng .
    BIND(CONCAT(?værdi_streng, " ↗") AS ?værdi)
    BIND(CONCAT("https://datacvr.virk.dk/enhed/virksomhed/", ?værdi_streng) AS ?værdiUrl)
  }
  UNION
  {
    BIND(100 AS ?order)
    BIND("" AS ?beskrivelse)
    BIND(SUBSTR(STR(target:), 32) AS ?q) 
    BIND("Scholia ↗" AS ?værdi)
    BIND(CONCAT("https://scholia.toolforge.org/organization/", ?q) AS ?værdiUrl)
  }
} 
ORDER BY ?order

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v9("?beskrivelse"):::projected v4("?iri") v9("?order") v9("?q") v2("?value_string") v9("?værdi"):::projected v9("?værdiUrl"):::projected v7("?værdi_streng") c3([http://www.wikidata.org/entity/Q3949497]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; bind0[/"'100^^xsd:integer'"/] bind0 --as--o v9 bind1[/"''"/] bind1 --as--o v9 bind2[/"substring(str(http://www.wikidata.org/entity/Q3949497),'32^^xsd:integer')"/] bind2 --as--o v9 bind3[/"'Scholia ↗'"/] bind3 --as--o v9 bind4[/"concat('https://scholia.toolforge.org/organization/',?q)"/] v9 --o bind4 bind4 --as--o v9 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; bind5[/"'2^^xsd:integer'"/] bind5 --as--o v9 bind6[/"'CVR'"/] bind6 --as--o v9 c3 --"wdt:P1059"--> v7 bind7[/"concat(?værdi_streng,' ↗')"/] v7 --o bind7 bind7 --as--o v9 bind8[/"concat('https://datacvr.virk.dk/enhed/virksomhed/',?værdi_streng)"/] v7 --o bind8 bind8 --as--o v9 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; f9[["?value_string = 'da'"]] f9 --> v2 bind10[/"'1^^xsd:integer'"/] bind10 --as--o v9 bind11[/"'Virksomhed'"/] bind11 --as--o v9 bind12[/"http://www.wikidata.org/entity/Q3949497"/] bind12 --as--o v4 bind13[/"substring(str(?iri),'32^^xsd:integer')"/] v4 --o bind13 bind13 --as--o v9 v4 --"rdfs:label"--> v2 bind14[/"?value_string?q"/] v2 --o bind14 v9 --o bind14 bind14 --as--o v9 end union0r <== or ==> union0l end