@prefix dct: . @prefix ns1: . @prefix ns2: . @prefix ns3: . @prefix rdfs: . @prefix skos: . a skos:Concept ; ns3:source "null" ; dct:created "2018-03-13" ; dct:modified "2018-04-16" ; ns1:hasProfile , , ; ns2:status ; rdfs:seeAlso ; skos:definition "Simple Object Access Protocol, a method invented by Microsoft to use RPC over the internet via HTTP calls. SOAP is now published as an W3C Note and implemented, among others, as part of the Apache XML Project.\" SOAP is a protocol specification that defines a uniform way of passing XML-encoded data. It also defines a way to perform remote procedure calls (RPCs) using HTTP as the underlying communication protocol. Development of SOAP is in the care of the W3C`s XML Protocols Working Group"@en ; skos:prefLabel "SOAP"@en .