[[?DX-PROF]] - the Profiles Vocabulary: an RDF vocabulary that describes profiles and related resources
[PROF-CONNEG] this document, specific guidance on how to negotiate for Internet resource content using profiles
-
[[PROF-IETF]] - Indicating and Negotiating Profiles in HTTP: an IETFInternet-Draft defining HTTP Headers for HTTP content negotiation by profile
+
[[PROF-IETF]] - Indicating, Discovering, Negotiating, and Writing Profiled Representations: an IETFInternet-Draft defining HTTP Headers for HTTP content negotiation by profile
The DXWG also plans to provide [[PROF-GUIDANCE]] - Profile Guidance: general recommendations and guidance on profiling.
@@ -1714,7 +1714,7 @@
QSA key discovery
While the Link header in above communicates all the information that a list profiles request
does, it is not visible directly in a web browser. shows a
requests/response pair that include equivalent Link header and HTTP body information listing profiles, the
- latter of which is visible in a browser but a client formulating this request is dependent on a it knowing
+ latter of which is visible in a browser but a client formulating this request is dependent on it knowing
that the QSA key/value pair _profile=alt is used to trigger this response as opposed to the
server's default resource representation.
@@ -2239,36 +2239,36 @@
Profiles Vocabulary descriptions of this specification's Functional Profiles
prof:isProfileOf <https://www.w3.org/TR/dx-connegp/> ;
rdfs:label "HTTP Headers Functional Profile" ;
rdfs:comment "For conformance with the functional profile of Content Negotiation by
- Profile presented in § 7.1 Hypertext Transfer Protocol Headers."@en ;
+ Profile presented in § 7.2 Hypertext Transfer Protocol Headers."@en ;
skos:scopeNote "To be used if a resource conforms to the HTTP Headers functional profile"@en .
cnpr:qsa a prof:Profile ;
prof:isProfileOf cnpr:qsa-alt ;
rdfs:label "QSA Functional Profile"@en ;
rdfs:comment "For conformance with the functional profile of Content Negotiation by
- Profile presented in § 7.2 URL Query String Arguments."@en ;
+ Profile presented in § 7.3 URL Query String Arguments."@en ;
skos:scopeNote "To be used if a resource conforms to the QSA Functional Profile using
the Query String Arguments _profile and _mediatype as per the
- recommendations in § 7.2 URL Query String Arguments."@en .
+ recommendations in § 7.3 URL Query String Arguments."@en .
cnpr:qsa-alt a prof:Profile ;
prof:isProfileOf <https://www.w3.org/TR/dx-connegp/> ;
rdfs:label "QSA Alternate Keywords Functional Profile" ;
rdfs:comment "For conformance with the functional profile of Content Negotiation by
- Profile presented in § 7.2 URL Query String Arguments."@en ;
+ Profile presented in § 7.3 URL Query String Arguments."@en ;
skos:scopeNote "To be used if a resource conforms to the QSA Functional Profile but
uses alternate keywords for the Query String Arguments _profile and
- _mediatype, as allowed by the recommendations in § 7.2 URL Query
+ _mediatype, as allowed by the recommendations in § 7.3 URL Query
String Arguments."@en .
cnpr:rrd a prof:Profile ;
prof:isProfileOf <https://www.w3.org/TR/dx-connegp/> ;
rdfs:label "Resource Representation Description Profile"@en ;
- rdfs:comment "For conformance with Content Negotiation by Profile § 6.2.2 get
+ rdfs:comment "For conformance with Content Negotiation by Profile § 6.3.2 get
resource by profile."@en ;
skos:scopeNote "To be used if a resource representation is able to indicate which
profile(s) it conforms to, in its appropriate functional profile,
- as per the abstract specification in § 6.2.2 get resource by
+ as per the abstract specification in § 6.3.2 get resource by
profile."@en .