Wikidata:WikiProject Informatics/Protocols/TCP

Transmission Control Protocol edit

This page provides information on the modelling of Transmission Control Protocol (Q8803).

Queries edit

The following query uses these:

  • Properties: instance of (P31)     , subclass of (P279)     , port (P1641)     , of (P642)     
    SELECT ?protocol ?protocolLabel ?port WHERE {
      ?protocol wdt:P31/wdt:P279* wd:Q15836568 .
      ?protocol p:P1641 ?portStatement .
      ?portStatement ps:P1641 ?port .
      ?portStatement pq:P642 ?protocolSuite .
      FILTER (?protocolSuite = wd:Q8803)
      SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
    }
    ORDER BY ASC(?port)
    

Subpages edit