mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 11:46:04 +00:00
Add FEP-1985 to tracking table
This commit is contained in:
@@ -89,6 +89,7 @@ The FEP Process is an initiative of the [SocialHub](https://socialhub.activitypu
|
||||
| [FEP-c16b: Formatting MFM functions](./fep/c16b/fep-c16b.md) | `DRAFT` | [#383](https://codeberg.org/fediverse/fep/issues/383) | 2024-08-10 | - |
|
||||
| [FEP-0499: Delivering to multiple inboxes with a multibox endpoint](./fep/0499/fep-0499.md) | `DRAFT` | [#402](https://codeberg.org/fediverse/fep/issues/402) | 2024-09-30 | - |
|
||||
| [FEP-76ea: Conversation Threads](./fep/76ea/fep-76ea.md) | `DRAFT` | [#407](https://codeberg.org/fediverse/fep/issues/407) | 2024-10-04 | - |
|
||||
| [FEP-1985: Signaling how an OrderedCollection is ordered](./fep/1985/fep-1985.md) | `DRAFT` | [#417](https://codeberg.org/fediverse/fep/issues/417) | 2024-10-10 | - |
|
||||
|
||||
## Submitting a FEP
|
||||
|
||||
|
||||
+45
-45
@@ -8,6 +8,27 @@
|
||||
}
|
||||
},
|
||||
"@graph": [
|
||||
{
|
||||
"@id": "https://w3id.org/fep/1985/ReverseChronological",
|
||||
"@type": "http://www.w3.org/2000/01/rdf-schema#Class",
|
||||
"http://www.w3.org/2000/01/rdf-schema#comment": {
|
||||
"@language": "en",
|
||||
"@value": "This OrderedCollection is ordered reverse chronologically, and adding an item to this collection will add it at the start."
|
||||
},
|
||||
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": {
|
||||
"@id": "https://w3id.org/fep/1985"
|
||||
},
|
||||
"http://www.w3.org/2000/01/rdf-schema#label": {
|
||||
"@language": "en",
|
||||
"@value": "reverse chronological order"
|
||||
},
|
||||
"http://www.w3.org/2000/01/rdf-schema#seeAlso": {
|
||||
"@id": "https://w3id.org/fep/1985/orderType"
|
||||
},
|
||||
"http://www.w3.org/2000/01/rdf-schema#subClassOf": {
|
||||
"@id": "https://w3id.org/fep/1985/OrderingClass"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@id": "https://w3id.org/fep/1985/orderType",
|
||||
"@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
|
||||
@@ -45,49 +66,6 @@
|
||||
"@value": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@id": "https://w3id.org/fep/1985/ReverseChronological",
|
||||
"@type": "http://www.w3.org/2000/01/rdf-schema#Class",
|
||||
"http://www.w3.org/2000/01/rdf-schema#comment": {
|
||||
"@language": "en",
|
||||
"@value": "This OrderedCollection is ordered reverse chronologically, and adding an item to this collection will add it at the start."
|
||||
},
|
||||
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": {
|
||||
"@id": "https://w3id.org/fep/1985"
|
||||
},
|
||||
"http://www.w3.org/2000/01/rdf-schema#label": {
|
||||
"@language": "en",
|
||||
"@value": "reverse chronological order"
|
||||
},
|
||||
"http://www.w3.org/2000/01/rdf-schema#seeAlso": {
|
||||
"@id": "https://w3id.org/fep/1985/orderType"
|
||||
},
|
||||
"http://www.w3.org/2000/01/rdf-schema#subClassOf": {
|
||||
"@id": "https://w3id.org/fep/1985/OrderingClass"
|
||||
}
|
||||
},
|
||||
{
|
||||
"@id": "https://w3id.org/fep/1985",
|
||||
"@type": "http://www.w3.org/2002/07/owl#Ontology",
|
||||
"http://purl.org/dc/elements/1.1/creator": "a <a@trwnh.com>",
|
||||
"http://purl.org/dc/elements/1.1/rights": {
|
||||
"@language": "en",
|
||||
"@value": "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication"
|
||||
},
|
||||
"http://purl.org/dc/terms/abstract": "OrderedCollection is defined as an ordered set in the Activity Vocabulary, but the precise ordering is not defined. The ActivityPub specification requires that instances of OrderedCollection MUST be ordered reverse chronologically by insertion order, but a later errata was proposed to relax this restriction by only applying it to properties defined as OrderedCollection within the ActivityPub specification. Consequently, this allows for some collections to be presented forward chronologically by insertion order, and some collections to be presented reverse chronologically by insertion order. This FEP introduces an orderType property and two vocabulary terms ForwardChronological and ReverseChronological to explicitly signal the ordering of a collection.",
|
||||
"http://purl.org/dc/terms/dateSubmitted": {
|
||||
"@type": "http://www.w3.org/2001/XMLSchema#date",
|
||||
"@value": "2024-10-06"
|
||||
},
|
||||
"http://purl.org/dc/terms/identifier": {
|
||||
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
|
||||
"@value": "https://w3id.org/fep/1985"
|
||||
},
|
||||
"http://purl.org/dc/terms/license": {
|
||||
"@id": "https://creativecommons.org/publicdomain/zero/1.0/"
|
||||
},
|
||||
"http://purl.org/dc/terms/title": "FEP-1985: Signaling how an OrderedCollection is ordered"
|
||||
},
|
||||
{
|
||||
"@id": "https://w3id.org/fep/1985/OrderingClass",
|
||||
"@type": "http://www.w3.org/2000/01/rdf-schema#Class",
|
||||
@@ -104,13 +82,35 @@
|
||||
},
|
||||
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
|
||||
{
|
||||
"@id": "https://w3id.org/fep/1985/ReverseChronological"
|
||||
"@id": "https://w3id.org/fep/1985/ForwardChronological"
|
||||
},
|
||||
{
|
||||
"@id": "https://w3id.org/fep/1985/ForwardChronological"
|
||||
"@id": "https://w3id.org/fep/1985/ReverseChronological"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"@id": "https://w3id.org/fep/1985",
|
||||
"@type": "http://www.w3.org/2002/07/owl#Ontology",
|
||||
"http://purl.org/dc/elements/1.1/creator": "a <a@trwnh.com>",
|
||||
"http://purl.org/dc/elements/1.1/rights": {
|
||||
"@language": "en",
|
||||
"@value": "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication"
|
||||
},
|
||||
"http://purl.org/dc/terms/abstract": "OrderedCollection is defined as an ordered set in the Activity Vocabulary, but the precise ordering is not defined. The ActivityPub specification requires that instances of OrderedCollection MUST be ordered reverse chronologically by insertion order, but a later errata was proposed to relax this restriction by only applying it to properties defined as OrderedCollection within the ActivityPub specification. Consequently, this allows for some collections to be presented forward chronologically by insertion order, and some collections to be presented reverse chronologically by insertion order. This FEP introduces an orderType property and two vocabulary terms ForwardChronological and ReverseChronological to explicitly signal the ordering of a collection.",
|
||||
"http://purl.org/dc/terms/dateSubmitted": {
|
||||
"@type": "http://www.w3.org/2001/XMLSchema#date",
|
||||
"@value": "2024-10-10"
|
||||
},
|
||||
"http://purl.org/dc/terms/identifier": {
|
||||
"@type": "http://www.w3.org/2001/XMLSchema#anyURI",
|
||||
"@value": "https://w3id.org/fep/1985"
|
||||
},
|
||||
"http://purl.org/dc/terms/license": {
|
||||
"@id": "https://creativecommons.org/publicdomain/zero/1.0/"
|
||||
},
|
||||
"http://purl.org/dc/terms/title": "FEP-1985: Signaling how an OrderedCollection is ordered"
|
||||
},
|
||||
{
|
||||
"@id": "https://w3id.org/fep/1985/ForwardChronological",
|
||||
"@type": "http://www.w3.org/2000/01/rdf-schema#Class",
|
||||
|
||||
@@ -4,6 +4,7 @@ authors: a <a@trwnh.com>
|
||||
status: DRAFT
|
||||
dateReceived: 2024-10-10
|
||||
discussionsTo: https://socialhub.activitypub.rocks/t/fep-1985-signaling-how-an-orderedcollection-is-ordered/4653
|
||||
trackingIssue: https://codeberg.org/fediverse/fep/issues/417
|
||||
---
|
||||
# FEP-1985: Signaling how an OrderedCollection is ordered
|
||||
|
||||
|
||||
+30
-30
@@ -6,6 +6,18 @@
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||||
>
|
||||
<rdf:Description rdf:about="https://w3id.org/fep/1985/orderType">
|
||||
<rdfs:comment xml:lang="en">Indicates the type of ordering for an OrderedCollection.</rdfs:comment>
|
||||
<rdfs:range rdf:resource="https://w3id.org/fep/1985/OrderingClass"/>
|
||||
<rdfs:domain rdf:resource="https://www.w3.org/ns/activitystreams#OrderedCollection"/>
|
||||
<rdfs:isDefinedBy rdf:resource="https://w3id.org/fep/1985"/>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/ReverseChronological"/>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/ForwardChronological"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
<rdfs:label xml:lang="en">is ordered in</rdfs:label>
|
||||
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
|
||||
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="https://w3id.org/fep/1985">
|
||||
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
|
||||
<dcterms:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://w3id.org/fep/1985</dcterms:identifier>
|
||||
@@ -14,42 +26,30 @@
|
||||
<dcterms:title>FEP-1985: Signaling how an OrderedCollection is ordered</dcterms:title>
|
||||
<dcterms:abstract>OrderedCollection is defined as an ordered set in the Activity Vocabulary, but the precise ordering is not defined. The ActivityPub specification requires that instances of OrderedCollection MUST be ordered reverse chronologically by insertion order, but a later errata was proposed to relax this restriction by only applying it to properties defined as OrderedCollection within the ActivityPub specification. Consequently, this allows for some collections to be presented forward chronologically by insertion order, and some collections to be presented reverse chronologically by insertion order. This FEP introduces an orderType property and two vocabulary terms ForwardChronological and ReverseChronological to explicitly signal the ordering of a collection.</dcterms:abstract>
|
||||
<dc:creator>a <a@trwnh.com></dc:creator>
|
||||
<dcterms:dateSubmitted rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-10-06</dcterms:dateSubmitted>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="https://w3id.org/fep/1985/ForwardChronological">
|
||||
<rdfs:comment xml:lang="en">This OrderedCollection is ordered forward chronologically, and adding an item to this collection will add it at the end.</rdfs:comment>
|
||||
<rdfs:isDefinedBy rdf:resource="https://w3id.org/fep/1985"/>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/orderType"/>
|
||||
<rdfs:subClassOf rdf:resource="https://w3id.org/fep/1985/OrderingClass"/>
|
||||
<rdfs:label xml:lang="en">forward chronological order</rdfs:label>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="https://w3id.org/fep/1985/orderType">
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/ReverseChronological"/>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/ForwardChronological"/>
|
||||
<rdfs:domain rdf:resource="https://www.w3.org/ns/activitystreams#OrderedCollection"/>
|
||||
<rdfs:isDefinedBy rdf:resource="https://w3id.org/fep/1985"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
|
||||
<rdfs:range rdf:resource="https://w3id.org/fep/1985/OrderingClass"/>
|
||||
<owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minCardinality>
|
||||
<rdfs:comment xml:lang="en">Indicates the type of ordering for an OrderedCollection.</rdfs:comment>
|
||||
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
|
||||
<rdfs:label xml:lang="en">is ordered in</rdfs:label>
|
||||
<dcterms:dateSubmitted rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2024-10-10</dcterms:dateSubmitted>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="https://w3id.org/fep/1985/OrderingClass">
|
||||
<rdfs:label xml:lang="en">OrderingClass</rdfs:label>
|
||||
<rdfs:isDefinedBy rdf:resource="https://w3id.org/fep/1985"/>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/ReverseChronological"/>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/ForwardChronological"/>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/ReverseChronological"/>
|
||||
<rdfs:comment xml:lang="en">Abstract base class for the orderType property's range.</rdfs:comment>
|
||||
<rdfs:label xml:lang="en">OrderingClass</rdfs:label>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||||
<rdfs:isDefinedBy rdf:resource="https://w3id.org/fep/1985"/>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="https://w3id.org/fep/1985/ReverseChronological">
|
||||
<rdfs:comment xml:lang="en">This OrderedCollection is ordered reverse chronologically, and adding an item to this collection will add it at the start.</rdfs:comment>
|
||||
<rdfs:label xml:lang="en">reverse chronological order</rdfs:label>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||||
<rdfs:isDefinedBy rdf:resource="https://w3id.org/fep/1985"/>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/orderType"/>
|
||||
<rdfs:subClassOf rdf:resource="https://w3id.org/fep/1985/OrderingClass"/>
|
||||
<rdfs:isDefinedBy rdf:resource="https://w3id.org/fep/1985"/>
|
||||
<rdfs:comment xml:lang="en">This OrderedCollection is ordered reverse chronologically, and adding an item to this collection will add it at the start.</rdfs:comment>
|
||||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/orderType"/>
|
||||
<rdfs:label xml:lang="en">reverse chronological order</rdfs:label>
|
||||
</rdf:Description>
|
||||
<rdf:Description rdf:about="https://w3id.org/fep/1985/ForwardChronological">
|
||||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||||
<rdfs:comment xml:lang="en">This OrderedCollection is ordered forward chronologically, and adding an item to this collection will add it at the end.</rdfs:comment>
|
||||
<rdfs:seeAlso rdf:resource="https://w3id.org/fep/1985/orderType"/>
|
||||
<rdfs:label xml:lang="en">forward chronological order</rdfs:label>
|
||||
<rdfs:subClassOf rdf:resource="https://w3id.org/fep/1985/OrderingClass"/>
|
||||
<rdfs:isDefinedBy rdf:resource="https://w3id.org/fep/1985"/>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
dc:creator "a <a@trwnh.com>" ;
|
||||
dc:rights "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication"@en ;
|
||||
dcterms:abstract "OrderedCollection is defined as an ordered set in the Activity Vocabulary, but the precise ordering is not defined. The ActivityPub specification requires that instances of OrderedCollection MUST be ordered reverse chronologically by insertion order, but a later errata was proposed to relax this restriction by only applying it to properties defined as OrderedCollection within the ActivityPub specification. Consequently, this allows for some collections to be presented forward chronologically by insertion order, and some collections to be presented reverse chronologically by insertion order. This FEP introduces an orderType property and two vocabulary terms ForwardChronological and ReverseChronological to explicitly signal the ordering of a collection." ;
|
||||
dcterms:dateSubmitted "2024-10-06"^^xsd:date ;
|
||||
dcterms:dateSubmitted "2024-10-10"^^xsd:date ;
|
||||
dcterms:identifier "https://w3id.org/fep/1985"^^xsd:anyURI ;
|
||||
dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
|
||||
dcterms:title "FEP-1985: Signaling how an OrderedCollection is ordered" .
|
||||
|
||||
Reference in New Issue
Block a user