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:

<http://localhost/special-path/part-another> a owl:Ontology .
      conversion:enhance [
         conversion:subject  "[/]special-path/part-[D]";
         conversion:predicate rdf:type;
         conversion:object    owl:Ontology;
      ];
Clone this wiki locally