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
29 changes: 0 additions & 29 deletions dcat-us3/examples/good/dcat-us3-dataset-only.jsonld

This file was deleted.

71 changes: 42 additions & 29 deletions dcat-us3/examples/good/dcat-us3-dataset-real.jsonld
Original file line number Diff line number Diff line change
@@ -1,37 +1,50 @@
{
"@context": "./dcat-us3/dcat-us-3.0-context.jsonld",
"@type": "dcat:Dataset",
"accessLevel": "public",
"bureauCode": [
"339:00"
],
"contactPoint": {
"fn": "Byung-IL Seo",
"hasEmail": "mailto:[email protected]"
},
"@id": "http://www.cftc.gov/data.json",
"@type": "dcat:Catalog",
"conformsTo": "https://raw.githubusercontent.com/infopolicy/dcat-us/refs/heads/main/schema/dcat-us-3.0.jsonld",
"describedBy": "https://raw.githubusercontent.com/infopolicy/dcat-us/refs/heads/main/schema/dcat-us-3.0.jsonld",
"description": "A sample data catalog demonstrating DCAT-US 3.0 compliance",
"publisher": {
"@id": "https://www.cftc.gov/",
"name": "U.S. Commodity Futures Trading Commission",
"prefLabel": "U.S. Commodity Futures Trading Commission"
"@type": "org:Organization",
"@id": "https://www.usa.gov/",
"name": "U.S. Government"
},
"title": "Cleared Margin Reports",
"describedBy": "https://www.cftc.gov/MarketReports/ClearedMarginReports/index.htm",
"description": "Derivatives clearing organizations (DCOs) are required to file daily reports on initial margin with the CFTC's Division of Clearing and Risk (DCR). Aggregate initial margin summary information for Chicago Mercantile Exchange (CME), ICE Clear Credit (ICC), ICE Clear US (ICUS), ICE Clear Europe (ICEU), LCH Ltd., and LCH SA is published below. The information will generally be updated within ten business days of the end of each month.",
"distribution": [
"title": "Example Catalog",
"dataset": [
{
"accessURL": "https://www.cftc.gov/MarketReports/ClearedMarginReports/index.htm"
"@context": "./dcat-us3/dcat-us-3.0-context.jsonld",
"@type": "dcat:Dataset",
"accessLevel": "public",
"bureauCode": [
"339:00"
],
"contactPoint": {
"fn": "Byung-IL Seo",
"hasEmail": "mailto:[email protected]"
},
"publisher": {
"@id": "https://www.cftc.gov/",
"name": "U.S. Commodity Futures Trading Commission",
"prefLabel": "U.S. CFTC"
},
"title": "Cleared Margin Reports",
"describedBy": "https://www.cftc.gov/MarketReports/ClearedMarginReports/index.htm",
"description": "Derivatives clearing organizations (DCOs) are required to file daily reports on initial margin with the CFTC's Division of Clearing and Risk (DCR). Aggregate initial margin summary information for Chicago Mercantile Exchange (CME), ICE Clear Credit (ICC), ICE Clear US (ICUS), ICE Clear Europe (ICEU), LCH Ltd., and LCH SA is published below. The information will generally be updated within ten business days of the end of each month.",
"distribution": [
{
"accessURL": "https://www.cftc.gov/MarketReports/ClearedMarginReports/index.htm"
}
],
"identifier": "cftc-dc7",
"keyword": [
"margin",
"exchange"
],
"modified": "2021",
"programCode": [
"000:000"
]
}
],
"identifier": "cftc-dc7",
"keyword": [
"margin",
"exchange"
],
"modified": {
"@type": "xsd:gYear",
"@value": "2021"
},
"programCode": [
"000:000"
]
}
2 changes: 1 addition & 1 deletion dcat-us3/examples/good/dcat-us3-example-expanded.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"publisher": {
"@type": "foaf:Organization",
"@id": "https://example.gov/agencies/main",
"foaf:name": "Example Government Agency"
"name": "Example Government Agency"
},
"dataset": [
{
Expand Down
16 changes: 16 additions & 0 deletions dcat-us3/examples/good/dcat-us3-minimal-requirements.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"description": "A sample data catalog demonstrating DCAT-US 3.0 compliance",
"publisher": {
"@type": "org:Organization",
"@id": "https://www.usa.gov/",
"name": "U.S. Government"
},
"title": "Example Catalog",
"dataset": [
{
"title": "Dataset 1",
"description": "This is a dataset",
"publisher": "https://example.com/publisher1"
}
]
}
43 changes: 12 additions & 31 deletions dcat-us3/examples/good/dcatus-modified.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"publisher": {
"@type": "org:Organization",
"@id": "https://www.usa.gov/",
"foaf:name": "U.S. Government",
"skos:prefLabel": "U.S. Government"
"name": "U.S. Government"
},
"title": "Example Catalog",
"dataset": [
Expand All @@ -26,10 +25,7 @@
"accessURL": "https://www.cftc.gov/MarketReports/CommitmentsofTraders/index.htm"
}
],
"modified": {
"@type": "xsd:date",
"@value": "2021-04-26"
},
"modified": "2021-04-26",
"programCode": [
"000:000"
],
Expand All @@ -50,7 +46,10 @@
"cot",
"open interest"
],
"spatial": "United States"
"spatial": {
"@type": "Location",
"prefLabel": "United States"
}
},
{
"@type": "dcat:Dataset",
Expand All @@ -75,10 +74,7 @@
"bpr",
"banking"
],
"modified": {
"@type": "xsd:date",
"@value": "2021-04-26"
},
"modified": "2021-04-26",
"programCode": [
"000:000"
],
Expand Down Expand Up @@ -111,10 +107,7 @@
"cotton on call",
"cotton on-call"
],
"modified": {
"@type": "xsd:date",
"@value": "2021-04-26"
},
"modified": "2021-04-26",
"programCode": [
"000:000"
],
Expand Down Expand Up @@ -157,10 +150,7 @@
"prefLabel": "U.S. Commodity Futures Trading Commission"
},
"title": "Financial Data for FCMS",
"modified": {
"@type": "xsd:date",
"@value": "2021-04-26"
},
"modified": "2021-04-26",
"programCode": [
"000:000"
]
Expand Down Expand Up @@ -188,10 +178,7 @@
"accessURL": "https://www.cftc.gov/MarketReports/NetPositionChangesData/index.htm"
}
],
"modified": {
"@type": "xsd:date",
"@value": "2021-04-26"
},
"modified": "2021-04-26",
"programCode": [
"000:000"
],
Expand Down Expand Up @@ -225,10 +212,7 @@
"swaps report",
"swaps market"
],
"modified": {
"@type": "xsd:date",
"@value": "2021-04-26"
},
"modified": "2021-04-26",
"programCode": [
"000:000"
],
Expand Down Expand Up @@ -266,10 +250,7 @@
"margin",
"exchange"
],
"modified": {
"@type": "xsd:date",
"@value": "2021-04-26"
},
"modified": "2021-04-26",
"programCode": [
"000:000"
]
Expand Down
Loading