Skip to content

Commit

Permalink
refactor (parentOrganization): use paentOrganization (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschweizer authored Oct 17, 2024
1 parent ac00910 commit 3b9aa59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions shapes/organization/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
]
},
{
"path": "schema:subOrganization",
"name": "subOrganization",
"description": "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.",
"path": "schema:parentOrganization",
"name": "parentOrganization",
"description": "The larger organization that this organization is a subOrganization of, if any.",
"class": "schema:Organization",
"nodeKind": "sh:IRI"
},
Expand Down
2 changes: 1 addition & 1 deletion test/archiveorganization/archiveorganization.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"member": {
"@id": "http://www.example.com/5"
},
"subOrganization": {
"parentOrganization": {
"@id": "http://www.example.com/7",
"@type": "Organization",
"name": "my suborg",
Expand Down
2 changes: 1 addition & 1 deletion test/organization/bad_organization_keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"member": {
"@id": "http://www.example.com/5"
},
"subOrganization": {
"parentOrganization": {
"@id": "http://www.example.com/7",
"@type": "Organization",
"name": "my suborg",
Expand Down
2 changes: 1 addition & 1 deletion test/organization/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"member": {
"@id": "http://www.example.com/5"
},
"subOrganization": {
"parentOrganization": {
"@id": "http://www.example.com/7",
"@type": "Organization",
"name": "my suborg",
Expand Down

0 comments on commit 3b9aa59

Please sign in to comment.