Skip to content

conversion:subject

Tim L edited this page Jul 30, 2013 · 2 revisions

conversion:subject is one of many conversion:Enhancements.

conversion:Statement

The conversion:Statement class can be used to assert triples that are not derived from input tabular data. The properties conversion:subject, conversion:predicate, and conversion:object are used to specify the corresponding elements of the triple to assert, and each may provide a template value (see Using template variables to construct new values).

Example: Typing owl:Ontology for Protege

Protege requires an assertion like the following in an instance file:

<
      conversion:enhance [
         a conversion:Statement;
         conversion:subject  "[/]special-path/this";
         conversion:predicate rdf:type;
         conversion:object    owl:Ontology;
      ];

Clone this wiki locally