Last active
July 31, 2023 22:33
-
-
Save baskaufs/d4f5a23dad7cb6811165470ab24c52e2 to your computer and use it in GitHub Desktop.
JSON-LD representation of a dwc:ResourceRelationship with blank nodes and with IRI identifiers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": { | |
| "subject": "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject", | |
| "predicate": "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate", | |
| "object": "http://www.w3.org/1999/02/22-rdf-syntax-ns#object", | |
| "relationshipEstablishedDate": { | |
| "@id": "http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate", | |
| "@type": "http://www.w3.org/2001/XMLSchema#dateTime" | |
| }, | |
| "relationshipRemarks": "http://rs.tdwg.org/dwc/terms/relationshipRemarks", | |
| "identifier": "http://purl.org/dc/terms/identifier", | |
| "wasDerivedFrom": "http://www.w3.org/ns/prov#wasDerivedFrom", | |
| "label": "http://www.w3.org/2000/01/rdf-schema#label" | |
| }, | |
| "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement", | |
| "identifier": "04b16710-b09c-11e8-96f8-529269fb1459", | |
| "relationshipEstablishedDate": "1963-03-08T14:07-0600", | |
| "relationshipRemarks": "pollinator captured in the act", | |
| "subject": { | |
| "identifier": "f809b9e0-b09b-11e8-96f8-529269fb1459" | |
| }, | |
| "predicate": { | |
| "identifier": "http://purl.obolibrary.org/obo/RO_0002456" | |
| }, | |
| "object": { | |
| "identifier": "dc609808-b09b-11e8-96f8-529269fb1459" | |
| }, | |
| "wasDerivedFrom": { | |
| "label": "Julie Woodruff" | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "@context": { | |
| "subject": "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject", | |
| "predicate": "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate", | |
| "object": "http://www.w3.org/1999/02/22-rdf-syntax-ns#object", | |
| "relationshipEstablishedDate": { | |
| "@id": "http://rs.tdwg.org/dwc/terms/relationshipEstablishedDate", | |
| "@type": "http://www.w3.org/2001/XMLSchema#dateTime" | |
| }, | |
| "relationshipRemarks": "http://rs.tdwg.org/dwc/terms/relationshipRemarks", | |
| "identifier": "http://purl.org/dc/terms/identifier", | |
| "wasDerivedFrom": "http://www.w3.org/ns/prov#wasDerivedFrom", | |
| "label": "http://www.w3.org/2000/01/rdf-schema#label" | |
| }, | |
| "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement", | |
| "@id": "http://example.org/.well-known/genid/04b16710-b09c-11e8-96f8-529269fb1459", | |
| "identifier": "04b16710-b09c-11e8-96f8-529269fb1459", | |
| "relationshipEstablishedDate": "1963-03-08T14:07-0600", | |
| "relationshipRemarks": "pollinator captured in the act", | |
| "subject": { | |
| "@id": "http://example.org/.well-known/genid/f809b9e0-b09b-11e8-96f8-529269fb1459", | |
| "identifier": "f809b9e0-b09b-11e8-96f8-529269fb1459" | |
| }, | |
| "predicate": { | |
| "@id": "http://purl.obolibrary.org/obo/RO_0002456", | |
| "identifier": "http://purl.obolibrary.org/obo/RO_0002456" | |
| }, | |
| "object": { | |
| "@id": "http://example.org/.well-known/genid/dc609808-b09b-11e8-96f8-529269fb1459", | |
| "identifier": "dc609808-b09b-11e8-96f8-529269fb1459" | |
| }, | |
| "wasDerivedFrom": { | |
| "@id": "https://orcid.org/0000-0003-4942-0535", | |
| "label": "Julie Woodruff" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment