Closed awanczowski closed 3 years ago
Adding the following to the context seems to work as expected. However, I'm not sure if it is good practice to overload the @type property.
"@type": {
"@id": "http://www.w3.org/2000/01/rdf-schema#type",
"@type": "@id"
}
Hmmmm... there is no property of RDFS type
(rdfs:type
), I think you mean RDF type
(rdf:type
). Try changing the property.
Thanks, I forgot to update the ticket. The samples I was given had the wrong namespace.
I am trying to convert a turtle file that contains rdfs:type. I was wondering if it is possible to have the JSON-LD @type be used instead.
Current Output:
Desired Output:
"@type": "sport:Team"