-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding GeoCoordinates queries to address #100 #125
base: main
Are you sure you want to change the base?
Changes from all commits
cf63587
f3f2858
c859b23
3c409a0
355cbec
df1de3e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"@context": { | ||
"@vocab": "https://schema.org/", | ||
"datacite": "http://purl.org/spar/datacite/" | ||
}, | ||
"@id": "https://doi.org/10.26022/IEDA/111561", | ||
"@type": "Dataset", | ||
"author": { | ||
"@list": [ | ||
{ | ||
"@type": "Role", | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"familyName": "Carlin", | ||
"givenName": "Joseph", | ||
"name": "Joseph A Carlin" | ||
} | ||
], | ||
"roleName": "Lead Author" | ||
}, | ||
{} | ||
] | ||
}, | ||
"citation": [ | ||
"https://doi.org/10.3389/feart.2019.00113 " | ||
], | ||
"dateCreated": "2020-06-01", | ||
"description": "This dataset contains sedimentological and geochronological data from 5 sediment cores collected from Monterey Bay, CA, USA. The purpose of this data was to investigate changes in sedimentation on the Monterey Bay shelf over decadal and centennial time scales. All cores were collected from continental shelf areas, in water depths of ~100 m or less, and the cores were collected in 2014 and 2017. Four of the cores were collected using a multi-corer and were less than ~35 cm in length, the fifth core was collected using a gravity corer and was ~90 cm in length. The data include grain size data, 210Pb activities, 137Cs activities, and 14C dates. ", | ||
"distribution": { | ||
"@type": "DataDownload", | ||
"contentUrl": "https://ecl.earthchem.org/view.php?id=1561", | ||
"datePublished": "2020-06-01 00:00:00", | ||
"encodingFormat": "application/vnd.ms-excel" | ||
}, | ||
"funding": [ | ||
{ | ||
"@id": "http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=9530299", | ||
"@type": "MonetaryGrant", | ||
"funder": { | ||
"@type": "Organization", | ||
"name": "National Science Foundation" | ||
}, | ||
"identifier": "9530299", | ||
"url": "http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=9530299" | ||
}, | ||
{ | ||
"@type": "MonetaryGrant", | ||
"funder": { | ||
"@type": "Organization", | ||
"name": "American Chemical Society Petroleum Research Fund" | ||
}, | ||
"identifier": "57363-UNI8" | ||
} | ||
], | ||
"identifier": { | ||
"@type": "PropertyValue", | ||
"propertyID": "https://registry.identifiers.org/registry/doi", | ||
"url": "https://doi.org/10.26022/IEDA/111561", | ||
"value": "doi:10.26022/IEDA/111561" | ||
}, | ||
"inLanguage": "English", | ||
"isAccessibleForFree": true, | ||
"isBasedOn": [], | ||
"keywords": [ | ||
"Monterey Bay", | ||
"California Coast", | ||
"Pacific Ocean", | ||
"Regional (Continents, Oceans)", | ||
"sediment", | ||
"continental shelf", | ||
"grain size", | ||
"210Pb", | ||
"137Cs", | ||
"14C" | ||
], | ||
"license": "https://spdx.org/licenses/CC-BY-SA-4.0", | ||
"name": "Variability in Shelf Sedimentation in Response to Fluvial Sediment Supply and Coastal Erosion over the Past 1,000 Years in Monterey Bay, CA, USA. ", | ||
"provider": { | ||
"@type": "Organization", | ||
"name": "EarthChem Library" | ||
}, | ||
"publisher": { | ||
"@id": "https://www.earthchem.org", | ||
"@type": "Organization", | ||
"contactPoint": { | ||
"@type": "ContactPoint", | ||
"contactType": "Customer Service", | ||
"email": "info@earthchem.org", | ||
"name": "Information Desk", | ||
"url": "https://www.earthchem.org/contact/" | ||
}, | ||
"name": "EarthChem Library", | ||
"url": "https://www.earthchem.org/library" | ||
}, | ||
"sameAs": "https://ecl.earthchem.org/view.php?id=1561", | ||
"spatialCoverage": { | ||
"@type": "Place", | ||
"geo": [ | ||
{ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. May we add another part ( or file) having bounding box? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @taojing2002 This file is meant to test singular coordinate values. There are two test files that implicitly test the bounding box format (example below): "spatialCoverage": {
"@type": "Place",
"geo": {
"@type": "GeoShape",
"box": "-28.09816 -32.95731 41.000022722222 1.71098"
}
},
|
||
"@type": "GeoCoordinates", | ||
"latitude": "36.7016", | ||
"longitude": "-121.90504" | ||
} | ||
] | ||
}, | ||
"url": "https://doi.org/10.26022/IEDA/111561" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<ns1:systemMetadata xmlns:ns1="http://ns.dataone.org/service/types/v2.0"> | ||
<serialVersion>1</serialVersion> | ||
<identifier>geocoordinates.jsonld</identifier> | ||
<formatId>science-on-schema.org/Dataset;ld+json</formatId> | ||
<size>4207</size> | ||
<checksum algorithm="MD5"></checksum> | ||
<submitter>dataone_integration_test_user</submitter> | ||
<rightsHolder>dataone_integration_test_user</rightsHolder> | ||
<accessPolicy> | ||
<allow> | ||
<subject>dataone_public_user</subject> | ||
<permission>read</permission> | ||
</allow> | ||
<allow> | ||
<subject>dataone_integration_test_user</subject> | ||
<permission>write</permission> | ||
</allow> | ||
</accessPolicy> | ||
<replicationPolicy replicationAllowed="true"/> | ||
<dateUploaded>2024-08-17T14:59:47.171874</dateUploaded> | ||
<dateSysMetadataModified>2024-08-17T14:59:47.173344</dateSysMetadataModified> | ||
<originMemberNode>test_documents</originMemberNode> | ||
<authoritativeMemberNode>test_documents</authoritativeMemberNode> | ||
</ns1:systemMetadata> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You added four beans such as
schema_org_geoCoordinates_east
. But they are not referenced by any place. They should be referenced in the application-context-json-ld.xml file.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in 355cbec.