@prefix ns1: . @prefix rdfs: . @prefix skos: . a skos:Concept ; ns1:hasProfile ; rdfs:seeAlso , , ; skos:definition """The "basic" authentication scheme is based on the model that the client must authenticate itself with a user-ID and a password for each realm. The realm value should be considered an opaque string which can only be compared for equality with other realms on that server. The server will service the request only if it can validate the user-ID and password for the protection space of the Request-URI. There are no optional authentication parameters."""@en ; skos:notation "urn:ogc:def:security:authentication:ietf:2617:Basic" ; skos:prefLabel "HTTP_BASIC"@en .