Skip to content
Merged
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
31 changes: 21 additions & 10 deletions openapi/ver/current/skg-if-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ paths:
summary: "Dataset - OpenAIRE Graph dataset new collected projects"
value :
"@context": [
"https://w3id.org/skg-if/context/1.0.1/skg-if.json",
{"@base" : "http://example.com/"}
"https://w3id.org/skg-if/context/1.0.1/skg-if.json",
{"@base" : "https://w3id.org/skg-if/sandbox/myprov/"}
]
"@graph" :
- local_identifier: prd-c66c6-38be-4d5f-85db-d44c9f869555
Expand Down Expand Up @@ -347,7 +347,7 @@ paths:
$ref: "#/components/schemas/Person"
examples:
PersonEx01:
summary: a single person
summary: Josiah Carberry person
value :
"@context": [
"https://w3id.org/skg-if/context/1.0.1/skg-if.json",
Expand All @@ -362,6 +362,17 @@ paths:
given_name: "Josiah"
family_name: "Carberry"
name: "Josiah Carberry"
PersonEx02:
summary: John Doe person on-the-fly id
value :
"@context": [
"https://w3id.org/skg-if/context/1.0.1/skg-if.json",
{"@base" : "http://example.com/"}
]
"@graph" :
- local_identifier: otf_126848135_prod-1-pers-1
entity_type: "person"
name: "John Doe"
'/persons':
get:
tags:
Expand Down Expand Up @@ -507,7 +518,7 @@ paths:
types:
- education
OrgJohnCarterBrownLibrary:
summary: "John Carter Brown Library"
summary: "John Carter Brown Library - Brown University"
value :
"@context":
- "https://w3id.org/skg-if/context/1.0.1/skg-if.json"
Expand Down Expand Up @@ -536,7 +547,7 @@ paths:
entity_type: 'organisation'
name: Lab of science, unknown University, Antarctica
OrgEuropeanCommission:
summary: "European Commission"
summary: "European Commission Funder"
value :
"@context":
- "https://w3id.org/skg-if/context/1.0.1/skg-if.json"
Expand Down Expand Up @@ -645,7 +656,7 @@ paths:
$ref: "#/components/schemas/Grant"
examples:
GrantEx01:
summary: a single grant
summary: GraspOS grant
value :
"@context": [
"https://w3id.org/skg-if/context/1.0.1/skg-if.json",
Expand Down Expand Up @@ -843,7 +854,7 @@ paths:
$ref: "#/components/schemas/Venue"
examples:
VenueEx01:
summary: a single venue
summary: Journal of Psychoceramics venue
value :
"@context": [
"https://w3id.org/skg-if/context/1.0.1/skg-if.json",
Expand Down Expand Up @@ -944,7 +955,7 @@ paths:
$ref: "#/components/schemas/Topic"
examples:
TopicEx01:
summary: a single topic
summary: Computer Science topic
value :
"@context": [
"https://w3id.org/skg-if/context/1.0.1/skg-if.json",
Expand Down Expand Up @@ -1056,7 +1067,7 @@ paths:
$ref: "#/components/schemas/DataSource"
examples:
DatasourceEx01:
summary: a single datasource
summary: Oxford University Research Archive datasource
value :
"@context": [
"https://w3id.org/skg-if/context/1.0.1/skg-if.json",
Expand Down Expand Up @@ -2388,4 +2399,4 @@ components:
examples:
- "@context":
- "https://w3id.org/skg-if/context/1.0.1/skg-if.json"
- "@base" : "https://w3id.org/skg-if/sandbox/myprov/"
- "@base" : "https://w3id.org/skg-if/sandbox/myprov/"
Loading