All resources are identified by an IRI
GET retrieves a representation of a resource (side effect free)
POST creates a new resource for which the server returns a URI
PUT creates/replaces resource at a specified URI (idempotent)
DELETE removes a resource
Authentication may be required for any or all of these operations