query-671db08ac3ebf29ec5567d6463b9fbbf

rq turtle/ttl

خطوط الخلايا ذات الأسماء التي يمكن أن تكون أيضا مسارات (إنترنت خطوط الخلايا). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Buněčné linie s názvy, které by mohly být také URL (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Lignes de cellules dont les noms peuvent aussi être des URLs (Internet de lignes de cellules). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cellijnen met namen die ook URL's kunnen zijn (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines). Cell lines with names that could also be URLs (Internet of Cell Lines).

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE {
  {
    SELECT ?cell_line ?cell_line_name WHERE {
      ?cell_line wdt:P31 wd:Q21014462;
                 rdfs:label ?cell_line_name.
          FILTER(LANG(?cell_line_name) = "en").
          Filter REGEX(STR(?cell_line_name), "^[\\w\\-\\.]+\\.[A-z]+$")
    }
  }
  ?tld wdt:P31/wdt:P279* wd:Q14296;
       rdfs:label ?tld_name.
  FILTER(LANG(?tld_name) = "en").
  FILTER REGEX(STR(?cell_line_name), CONCAT(REPLACE(?tld_name, "\\.", "\\\\."), "$"), "i")
  BIND(URI(CONCAT("http://", ?cell_line_name)) as ?url)
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?cell_line"):::projected v1("?cell_line_name"):::projected v4("?tld"):::projected v2("?tld_name"):::projected v5("?url"):::projected a1((" ")) c11(["wd:Q14296"]):::iri c8(["wd:Q21014462"]):::iri f0[["regex(str(?cell_line_name),concat(replace(?tld_name,'\.','\\.'),'$'),'i')"]] f0 --> v1 f0 --> v2 f1[["?tld_name = 'en'"]] f1 --> v2 f2[["regex(str(?cell_line_name),'^#91;\w\-\.#93;+\.#91;A-z#93;+$')"]] f2 --> v1 f3[["?cell_line_name = 'en'"]] f3 --> v1 v3 --"wdt:P31"--> c8 v3 --"rdfs:label"--> v1 v4 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c11 v4 --"rdfs:label"--> v2 bind4[/"concat('http://',?cell_line_name)"/] v1 --o bind4 bind4 --as--o v5