This question came up here: https://lists.w3.org/Archives/Public/public-semweb-lifesci/2015Mar/0065.html Is it possible to generate an RDF triple without an explicit property in the JSON-LD? Instead of having to write: { "@context" : "http://hl7.org/fhir/StructureDefinition/Substance", "resourceType": "Substance", ... } it would be nice if we could just write: { "@context" : "http://hl7.org/fhir/StructureDefinition/Substance", ... } but still generate an RDF triple like: _:foo fhir:resourceType fhir:Substance . Is this possible? Thanks, David BoothReceived on Tuesday, 17 March 2015 22:09:27 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:18:44 UTC