Skip to content

Commit

Permalink
Merge pull request #128 from zimeon/issue-127
Browse files Browse the repository at this point in the history
Change location to https://emm-spec.org/0.1/
  • Loading branch information
sfolsom authored Nov 20, 2023
2 parents 5051fbc + bd88a9e commit f620651
Show file tree
Hide file tree
Showing 28 changed files with 34 additions and 35 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ in a repository of linked data entities. Linked data entities include, but are
not limited to, authoritative data, controlled vocabularies, bibliographic
data, etc.. See:

* [Entity Metadata Management API](https://ld4.github.io/entity_metadata_management/0.1/)
* [Entity Metadata Management API JSON-LD context](https://ld4.github.io/entity_metadata_management/0.1/context.json)
* [Entity Metadata Management API](https://emm-spec.org/0.1/)
* [Entity Metadata Management API JSON-LD context](https://emm-spec.org/0.1/context.json)


## Reference
Expand Down
2 changes: 1 addition & 1 deletion docs/0.1/context.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@version": 1.1,
"emm": "https://ld4.github.io/entity_metadata_management/0.1/#",
"emm": "https://emm-spec.org/0.1/#",
"id": "@id",
"type": "@type",
"Deprecate": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "My Entity Collection - Full Cache",
"FIXME": "FLESH OUT EXAMPLE"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Add entity for subject Science (already exists in datasource, but not previously available)",
"type": "Add",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Create subject Campaign",
"type": "Create",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Deprecate subject Juggernaut",
"type": "Deprecate",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Deprecate subject Barrage",
"type": "Deprecate",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Merge subjects Juggernaut and Barrage in to subject Campaign",
"type": "Merge",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Create entity for subject Archery (newly created in the datasource)",
"type": "Create",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Remove subject Grimalkin (not deleted, but no longer available)",
"type": "Remove",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Delete subject Peeler (deleted from datasource)",
"type": "Delete",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Update entity for subject Language",
"type": "Update",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Create subject Wagon",
"type": "Create",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Deprecate subject Wain",
"type": "Create",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Deprecate subject Wain and use subject Wagon instead (when replacement doesn't exist)",
"type": "Deprecate",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Deprecate subject Cookery and use subject Cooking instead (when replacement does exist)",
"type": "Deprecate",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Deprecate subject Ambuscade (no replacement)",
"type": "Deprecate",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Create name Alekseev, B. A. (Electrical engineer)",
"type": "Create",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Create name Alekseev, B. A. (Mechanical engineer)",
"type": "Create",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Deprecate name Alekseev, B. A.",
"type": "Deprecate",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "Split name Alekseev, B. A. in to names Alekseev, B. A. (Electrical engineer) and Alekseev, B. A. (Mechanical engineer)",
"type": "Split",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "My Entity Collection - Notification System",
"type": "OrderedCollection",
"id": "https://ld4.github.io/entity_metadata_management/0.1/examples/my-collection/notifications/entry-point.json",
"id": "https://emm-spec.org/0.1/examples/my-collection/notifications/entry-point.json",
"totalItems": 7,
"first": {
"id": "https://ld4.github.io/entity_metadata_management/0.1/examples/my-collection/notifications/set/1.json",
"id": "https://emm-spec.org/0.1/examples/my-collection/notifications/set/1.json",
"type": "OrderedCollectionPage"
},
"last": {
"id": "https://ld4.github.io/entity_metadata_management/0.1/examples/my-collection/notifications/set/4.json",
"id": "https://emm-spec.org/0.1/examples/my-collection/notifications/set/4.json",
"type": "OrderedCollectionPage"
}
}
2 changes: 1 addition & 1 deletion docs/0.1/examples/my-collection/notifications/sets/1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"type": "OrderedCollectionPage",
"id": "https://ld4.github.io/entity_metadata_management/examples/my-collection/notifications/set/1.json",
Expand Down
2 changes: 1 addition & 1 deletion docs/0.1/examples/my-collection/notifications/sets/2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"type": "OrderedCollectionPage",
"id": "https://ld4.github.io/entity_metadata_management/examples/my-collection/notifications/set/2.json",
Expand Down
2 changes: 1 addition & 1 deletion docs/0.1/examples/my-collection/notifications/sets/3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"type": "OrderedCollectionPage",
"id": "https://ld4.github.io/entity_metadata_management/examples/my-collection/notifications/set/3.json",
Expand Down
2 changes: 1 addition & 1 deletion docs/0.1/examples/my-collection/notifications/sets/4.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"type": "OrderedCollectionPage",
"id": "https://ld4.github.io/entity_metadata_management/examples/my-collection/notifications/set/4.json",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"@context": {
"@vocab": "https://www.w3.org/ns/activitystreams",
"emm": "https://ld4.github.io/entity_metadata_management/0.1/context.json"
"emm": "https://emm-spec.org/0.1/context.json"
},
"summary": "My Entity Collection - Partial Cache",
"FIXME": "FLESH OUT EXAMPLE"
}

6 changes: 3 additions & 3 deletions docs/0.1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ It is _RECOMMENDED_{:.strong-term} that implementations also include the [Entity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://ld4.github.io/entity_metadata_management/0.1/context.json"
"https://emm-spec.org/0.1/context.json"
],
// rest of API response
}
Expand All @@ -203,7 +203,7 @@ The _Entry Point_{:.term} _MUST_{:.strong-term} be implemented as an _OrderedCol
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://ld4.github.io/entity_metadata_management/0.1/context.json"
"https://emm-spec.org/0.1/context.json"
],
"summary": "My Authority - Change Documents",
"type": "OrderedCollection",
Expand Down Expand Up @@ -358,7 +358,7 @@ _Change Sets_{:.term} _MUST_{:.strong-term} be implemented as an _OrderedCollect
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://ld4.github.io/entity_metadata_management/0.1/context.json"
"https://emm-spec.org/0.1/context.json"
],
"type": "OrderedCollectionPage",
"id": "https://data.my.authority/change_documents/2021/activity-stream/page/2",
Expand Down

0 comments on commit f620651

Please sign in to comment.