-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f2e1f85
Showing
42 changed files
with
533 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
schema.chora.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"@context": { | ||
"benefits": "https://schema.org/ItemList", | ||
"certifications": "https://schema.org/ItemList", | ||
"reports": "https://schema.org/ItemList" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"@context": { | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"@context": { | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"@context": { | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description", | ||
"geo": "https://schema.org/geo", | ||
"latitude": { | ||
"@id": "https://schema.org/latitude", | ||
"@type": "xsd:float" | ||
}, | ||
"longitude": { | ||
"@id": "https://schema.org/longitude", | ||
"@type": "xsd:float" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"@context": { | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"@context": { | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"@context": { | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"@context": { | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@context": { | ||
"reason": "https://schema.org/description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="refresh" content="0; url='index.jsonld'" /> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "BreadcrumbList", | ||
"itemListElement": [ | ||
{ | ||
"@type": "ListItem", | ||
"position": 1, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/ecocredit_batch.jsonld", | ||
"name": "ecocredit_batch" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 2, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/ecocredit_class.jsonld", | ||
"name": "ecocredit_class" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 3, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/ecocredit_project.jsonld", | ||
"name": "ecocredit_project" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 4, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/geonode.jsonld", | ||
"name": "geonode" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 5, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/group.jsonld", | ||
"name": "group" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 6, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/group_member.jsonld", | ||
"name": "group_member" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 7, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/group_policy.jsonld", | ||
"name": "group_policy" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 8, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/group_proposal.jsonld", | ||
"name": "group_proposal" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 9, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/group_vote.jsonld", | ||
"name": "group_vote" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 10, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/voucher.jsonld", | ||
"name": "voucher" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 11, | ||
"item": { | ||
"@id": "https://schema.chora.io/contexts/voucher_issuance.jsonld", | ||
"name": "voucher_issuance" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"@context": { | ||
"name": "https://schema.org/name", | ||
"description": "https://schema.org/description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@context": { | ||
"description": "https://schema.org/description" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/ecocredit_batch.jsonld", | ||
"benefits": [ | ||
"chora:13toVfvC2YxrrfSXWB5h2BGHiXZURsKxWUz72uDRDSPMCrYPguGUXSC.rdf" | ||
], | ||
"certifications": [ | ||
"chora:13toVfvC2YxrrfSXWB5h2BGHiXZURsKxWUz72uDRDSPMCrYPguGUXSC.rdf" | ||
], | ||
"reports": [ | ||
"chora:13toVfvC2YxrrfSXWB5h2BGHiXZURsKxWUz72uDRDSPMCrYPguGUXSC.rdf" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/ecocredit_class.jsonld", | ||
"name": "Community Forest Credits", | ||
"description": "Community Forest Credits are practice-based forest credits." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/ecocredit_project.jsonld", | ||
"name": "WA Community Forest", | ||
"description": "WA Community Forest is a forest project in Washington State." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/geonode.jsonld", | ||
"name": "Gazzam Lake Nature Preserve", | ||
"description": "444-acre forest, lake & wetland refuge.", | ||
"geo": { | ||
"latitude": "47.621342", | ||
"longitude": "-122.567416" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/group.jsonld", | ||
"name": "Nature Protectors", | ||
"description": "A group dedicated to protecting nature." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/group_member.jsonld", | ||
"name": "Jane Doe", | ||
"description": "Experienced remote sensing specialist." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/group_policy.jsonld", | ||
"name": "Treasury Management", | ||
"description": "A decision policy for managing treasury assets." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/group_proposal.jsonld", | ||
"name": "Create Geonode", | ||
"description": "A proposal to create a geonode for the nature preserve." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/group_vote.jsonld", | ||
"reason": "The geonode will help raise funds for the nature preserve." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="refresh" content="0; url='index.jsonld'" /> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "BreadcrumbList", | ||
"itemListElement": [ | ||
{ | ||
"@type": "ListItem", | ||
"position": 1, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/ecocredit_batch.jsonld", | ||
"name": "ecocredit_batch" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 2, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/ecocredit_class.jsonld", | ||
"name": "ecocredit_class" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 3, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/ecocredit_project.jsonld", | ||
"name": "ecocredit_project" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 4, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/geonode.jsonld", | ||
"name": "geonode" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 5, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/group.jsonld", | ||
"name": "group" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 6, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/group_member.jsonld", | ||
"name": "group_member" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 7, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/group_policy.jsonld", | ||
"name": "group_policy" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 8, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/group_proposal.jsonld", | ||
"name": "group_proposal" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 9, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/group_vote.jsonld", | ||
"name": "group_vote" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 10, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/voucher.jsonld", | ||
"name": "voucher" | ||
} | ||
}, | ||
{ | ||
"@type": "ListItem", | ||
"position": 11, | ||
"item": { | ||
"@id": "https://schema.chora.io/examples/voucher_issuance.jsonld", | ||
"name": "voucher_issuance" | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/voucher.jsonld", | ||
"name": "Member Vouchers", | ||
"description": "Vouchers issued to members of the cooperative." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"@context": "https://schema.chora.io/contexts/voucher_issuance.jsonld", | ||
"description": "Vouchers backed by chora tokens managed by the treasury." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="refresh" content="0; url='index.jsonld'" /> | ||
</head> | ||
</html> |
Oops, something went wrong.