Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/datasources/datasource_oxford_research_archive",
"entity_type": "datasource",
"identifiers": [
{
"scheme": "doi",
"value": "10.25504/FAIRsharing.rkwr6y"
}
],
"name": "Oxford University Research Archive",
"data_source_classification": "repository",
"research_product_types": [
"research data",
"literature"
]
}
]
}
2 changes: 1 addition & 1 deletion openapi/ver/current/sample_data/grants/grant_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/grants/6f368a3a-b1cf-498f-b2de-27135d1e0011",
"local_identifier": "http://example.com/skg-if/api/grants/grant_1",
"identifiers": [
{
"scheme": "doi",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/organisations/6f368a3a-b1cf-498f-b2de-222222222",
"local_identifier": "http://example.com/skg-if/api/organisations/org_brown_university",
"entity_type": "organisation",
"identifiers": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/organisations/org_european_commission",
"entity_type": "organisation",
"identifiers": [
{
"scheme": "ror",
"value": "https://ror.org/00k4n6c32"
}
],
"name": "European Commission",
"short_name": "EU",
"types": [
"funder"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/organisations/org_john_carter_brown_library",
"entity_type": "organisation",
"identifiers": [
{
"scheme": "ror",
"value": "https://ror.org/05gq02987"
},
{
"scheme": "ror",
"value": "https://ror.org/0274ane14"
}
],
"name": "John Carter Brown Library, Brown University, Providence RI, US",
"short_name": "BU",
"country": "US",
"types": [
"archive"
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/organisations/org_lab_of_science",
"entity_type": "organisation",
"name": "Lab of science, unknown University, Antarctica"
}
]
}
14 changes: 14 additions & 0 deletions openapi/ver/current/sample_data/persons/pers_john_doe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/persons/pers_john_doe",
"entity_type": "person",
"name": "John Doe"
}
]
}
22 changes: 22 additions & 0 deletions openapi/ver/current/sample_data/persons/pers_josiah_carberry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/persons/pers_josiah_carberry",
"entity_type": "person",
"identifiers": [
{
"scheme": "orcid",
"value": "0000-0002-1825-0097"
}
],
"given_name": "Josiah",
"family_name": "Carberry",
"name": "Josiah Carberry"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/products/dataset_openaire_graph",
"entity_type": "product",
"product_type": "research data",
"titles": {
"en": ["OpenAIRE Graph dataset - new collected projects"]
},
"abstracts": {
"en": ["The dataset includes metadata about projects grants collected by OpenAIRE since October 2024."]
},
"identifiers": [
{
"scheme": "doi",
"value": "10.5281/zenodo.14622592"
},
{
"scheme": "openalex",
"value": "W4393781519"
}
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/products/614a6575-5d6c-416c-a8e1-ddd456d132",
"local_identifier": "http://example.com/skg-if/api/products/journal_article_full",
"entity_type": "product",
"product_type": "literature",
"titles": {
Expand Down
53 changes: 53 additions & 0 deletions openapi/ver/current/sample_data/products/product_expand_test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/products/product_expand_test",
"entity_type": "product",
"product_type": "literature",
"titles": {
"en": ["Expand flag test product — cross-references as plain identifier strings"]
},
"abstracts": {
"en": ["This record is designed to test the expand=true flag. All cross-reference properties hold plain local_identifier strings. Most point to entities that exist as sample data files; one (the second relevant_organisation) points to a non-existent entity and will be marked UNEXPANDABLE."]
},
"topics": [
{
"term": "http://example.com/skg-if/api/topics/topic_computer_science"
}
],
"relevant_organisations": [
"http://example.com/skg-if/api/organisations/org_european_commission",
"http://example.com/skg-if/api/organisations/org_does_not_exist"
],
"funding": [
"http://example.com/skg-if/api/grants/grant_1"
],
"contributions": [
{
"role": "author",
"rank": 1,
"by": "http://example.com/skg-if/api/persons/pers_josiah_carberry",
"declared_affiliations": [
"http://example.com/skg-if/api/organisations/org_brown_university"
]
}
],
"manifestations": [
{
"biblio": {
"in": "http://example.com/skg-if/api/venues/venue_journal_of_psychoceramics",
"hosting_data_source": "http://example.com/skg-if/api/datasources/datasource_oxford_research_archive"
},
"dates": {
"publication": ["2025-01-01"]
}
}
]
}
]
}
23 changes: 23 additions & 0 deletions openapi/ver/current/sample_data/topics/topic_computer_science.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/topics/topic_computer_science",
"entity_type": "topic",
"identifiers": [
{
"scheme": "wikidata",
"value": "https://www.wikidata.org/wiki/Q21198"
}
],
"labels": {
"en": "Computer Science",
"it": "Informatica"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"@context": [
"https://w3id.org/skg-if/context/1.1.0/skg-if.json",
"https://w3id.org/skg-if/context/1.0.0/skg-if-api.json",
{"@base": "https://w3id.org/skg-if/sandbox/my-skg-acronym/"}
],
"@graph": [
{
"local_identifier": "http://example.com/skg-if/api/venues/venue_journal_of_psychoceramics",
"entity_type": "venue",
"identifiers": [
{
"scheme": "issn",
"value": "0264-3561"
}
],
"name": "Journal of Psychoceramics",
"acronym": "JPC",
"type": "journal"
}
]
}
Loading
Loading