forked from polifonia-project/ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
a506659
commit 65f8297
Showing
16 changed files
with
460 additions
and
21 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
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
26 changes: 25 additions & 1 deletion
26
_includes/rdf/_reeco-framework/reeco-documentation/README.schema.json
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 |
---|---|---|
@@ -1 +1,25 @@ | ||
[] | ||
[ | ||
{ | ||
"@id": "https://reeco-framework.github.io/ecosystem/entity/reeco-documentation", | ||
"@type": [ | ||
"https://reeco-framework.github.io/ecosystem/entity/Documentation", | ||
"http://purl.org/cerif/frapo/MaterialOutput" | ||
], | ||
"https://schema.org/creditText": [ | ||
{ | ||
"@id": "http://sparql.xyz/facade-x/data/c840cd20b032af4ee755dc94865bdd53#/credits" | ||
} | ||
], | ||
"https://schema.org/identifier": [ | ||
{ | ||
"@value": "reeco-documentation" | ||
} | ||
], | ||
"https://schema.org/title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "REECO Documentation" | ||
} | ||
] | ||
} | ||
] |
42 changes: 41 additions & 1 deletion
42
_includes/rdf/_reeco-framework/reeco-documentation/rulebook.schema.json
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 |
---|---|---|
@@ -1 +1,41 @@ | ||
[] | ||
[ | ||
{ | ||
"@id": "https://reeco-framework.github.io/ecosystem/entity/reeco-rulebook", | ||
"@type": [ | ||
"https://reeco-framework.github.io/ecosystem/entity/Documentation", | ||
"http://purl.org/cerif/frapo/MaterialOutput" | ||
], | ||
"https://schema.org/abstract": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Guidelines, recommendations, and norms on how to contribute to the Polifonia Ecosystem." | ||
} | ||
], | ||
"https://schema.org/creditText": [ | ||
{ | ||
"@id": "http://sparql.xyz/facade-x/data/e96ab005f44a7cec85a7bc808868dc8a#/credits" | ||
} | ||
], | ||
"https://schema.org/identifier": [ | ||
{ | ||
"@value": "reeco-rulebook" | ||
} | ||
], | ||
"https://schema.org/isBasedOn": [ | ||
{ | ||
"@value": "Guidelines, recommendations, and norms on how to contribute to the Polifonia Ecosystem." | ||
} | ||
], | ||
"https://schema.org/license": [ | ||
{ | ||
"@value": "Apache-2.0" | ||
} | ||
], | ||
"https://schema.org/title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Research Ecosystem Development Rulebook" | ||
} | ||
] | ||
} | ||
] |
47 changes: 46 additions & 1 deletion
47
_includes/rdf/_reeco-framework/reeco-documentation/website.schema.json
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 |
---|---|---|
@@ -1 +1,46 @@ | ||
[] | ||
[ | ||
{ | ||
"@id": "https://reeco-framework.github.io/ecosystem/entity/reeco-website", | ||
"@type": [ | ||
"https://reeco-framework.github.io/ecosystem/entity/Website", | ||
"http://purl.org/cerif/frapo/MaterialOutput" | ||
], | ||
"https://schema.org/abstract": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Jekyll-powered website" | ||
} | ||
], | ||
"https://schema.org/creditText": [ | ||
{ | ||
"@id": "http://sparql.xyz/facade-x/data/f3be60cea6880b0e4bb32b4d81c2e4f9#/credits" | ||
} | ||
], | ||
"https://schema.org/distribution": [ | ||
{ | ||
"@value": "http://github.com/reeco-framework/reeco-jekyll" | ||
} | ||
], | ||
"https://schema.org/identifier": [ | ||
{ | ||
"@value": "reeco-website" | ||
} | ||
], | ||
"https://schema.org/isBasedOn": [ | ||
{ | ||
"@value": "Jekyll-powered website" | ||
} | ||
], | ||
"https://schema.org/license": [ | ||
{ | ||
"@value": "Apache-2.0" | ||
} | ||
], | ||
"https://schema.org/title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Research Ecosystem Website" | ||
} | ||
] | ||
} | ||
] |
36 changes: 36 additions & 0 deletions
36
_includes/rdf/_reeco-framework/reeco-graphics/README.schema.json
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,36 @@ | ||
[ | ||
{ | ||
"@id": "https://reeco-framework.github.io/ecosystem/entity/reeco-graphics", | ||
"@type": [ | ||
"https://reeco-framework.github.io/ecosystem/entity/Repository", | ||
"http://purl.org/cerif/frapo/MaterialOutput" | ||
], | ||
"https://schema.org/abstract": [ | ||
{ | ||
"@language": "en", | ||
"@value": "This is the place for graphics and look and feel assets." | ||
} | ||
], | ||
"https://schema.org/creditText": [ | ||
{ | ||
"@id": "http://sparql.xyz/facade-x/data/431c947e7d82f5d4855216525c7dc8c8#/credits" | ||
} | ||
], | ||
"https://schema.org/identifier": [ | ||
{ | ||
"@value": "reeco-graphics" | ||
} | ||
], | ||
"https://schema.org/isBasedOn": [ | ||
{ | ||
"@value": "This is the place for graphics and look and feel assets." | ||
} | ||
], | ||
"https://schema.org/title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "REECO Graphics" | ||
} | ||
] | ||
} | ||
] |
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
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
26 changes: 25 additions & 1 deletion
26
content/_reeco-framework/reeco-documentation/README.schema.json
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 |
---|---|---|
@@ -1 +1,25 @@ | ||
[] | ||
[ | ||
{ | ||
"@id": "https://reeco-framework.github.io/ecosystem/entity/reeco-documentation", | ||
"@type": [ | ||
"https://reeco-framework.github.io/ecosystem/entity/Documentation", | ||
"http://purl.org/cerif/frapo/MaterialOutput" | ||
], | ||
"https://schema.org/creditText": [ | ||
{ | ||
"@id": "http://sparql.xyz/facade-x/data/c840cd20b032af4ee755dc94865bdd53#/credits" | ||
} | ||
], | ||
"https://schema.org/identifier": [ | ||
{ | ||
"@value": "reeco-documentation" | ||
} | ||
], | ||
"https://schema.org/title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "REECO Documentation" | ||
} | ||
] | ||
} | ||
] |
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
Oops, something went wrong.