Skip to content
This repository was archived by the owner on Aug 26, 2020. It is now read-only.
This repository was archived by the owner on Aug 26, 2020. It is now read-only.

Data-driven extractions #290

@grechaw

Description

@grechaw

As I'm considering extraction template generation, it seems worthwhile to consider using the vocabulary to drive decisions about how the model is exposed in templates:

"PersonType" : {
   "properties" ...,
   "tripleProperties" : [ 'p1'. 'p2' ],
   "columnProperties" : ['p1', 'p2'] 

In this proposal, 'tripleProperties' would be exposed as RDF properties, using the model's IRI for the given property and it's declared type.

Currently, columns are generated for all properties. The only property used in a triple is the primary key, which is used to generate the instance's subject iri.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions