yaml
converters:
- factoryClass: com.example.MyConverterFactory
mimeType: application/json
outputFormat: JSON-LD
shapes:
- id: schema:Person
targetClass: com.example.Person
datatype: rdfs:Class
properties:
- id: schema:name
datatype: xsd:string
- id: schema:age
datatype: xsd:integer