|
2 | 2 | "@context": { |
3 | 3 | "schema": "http://schema.org/", |
4 | 4 | "dde": "https://www.ddeworld.org/resource/", |
5 | | - "cdif": "https://cdif.org/profile/", |
6 | 5 | "dcterms": "http://purl.org/dc/terms/", |
7 | 6 | "dcat": "http://www.w3.org/ns/dcat#" |
8 | 7 | }, |
9 | | - "@id": "https://example.org/metadata/geo-dataset-001", |
| 8 | + "@id": "https://example.org/dataset/geo-dataset-001", |
10 | 9 | "@type": ["schema:Dataset"], |
11 | | - "schema:additionalType": ["dcat:CatalogRecord"], |
12 | | - "schema:about": {"@id": "https://example.org/dataset/geo-dataset-001"}, |
| 10 | + "schema:name": "Example DDE Geoscience Dataset", |
| 11 | + "schema:identifier": "https://example.org/dataset/geo-dataset-001", |
13 | 12 | "schema:dateModified": "2026-02-28", |
14 | | - "schema:creator": [ |
| 13 | + "schema:license": [ |
15 | 14 | { |
16 | | - "@id": "https://orcid.org/0000-0002-7933-2154", |
17 | | - "@type": "schema:Person", |
18 | | - "schema:name": "Richard, Stephen M." |
| 15 | + "@type": "schema:CreativeWork", |
| 16 | + "schema:name": "Creative Commons Attribution 4.0", |
| 17 | + "schema:url": "https://creativecommons.org/licenses/by/4.0/" |
19 | 18 | } |
20 | 19 | ], |
21 | | - "schema:description": "Metadata record for a DDE geoscience dataset", |
22 | | - "dcterms:conformsTo": [ |
23 | | - {"@id": "https://w3id.org/cdif/core/1.0/"}, |
24 | | - {"@id": "https://w3id.org/cdif/bbr/metadata/DDEproperties/ddeMandatory"} |
25 | | - ] |
| 20 | + "schema:url": "https://example.org/dataset/geo-dataset-001", |
| 21 | + "schema:subjectOf": { |
| 22 | + "@id": "urn:uuid:example-dde-catalog-record", |
| 23 | + "@type": ["schema:Dataset"], |
| 24 | + "schema:additionalType": ["dcat:CatalogRecord"], |
| 25 | + "schema:about": {"@id": "https://example.org/dataset/geo-dataset-001"}, |
| 26 | + "dcterms:conformsTo": [ |
| 27 | + {"@id": "https://w3id.org/cdif/core/1.0/"}, |
| 28 | + {"@id": "https://w3id.org/cdif/bbr/metadata/DDEproperties/ddeMandatory"} |
| 29 | + ], |
| 30 | + "schema:sdDatePublished": "2026-02-28" |
| 31 | + } |
26 | 32 | } |
0 commit comments