-
Notifications
You must be signed in to change notification settings - Fork 36
Conversion:type name
Tim L edited this page Sep 6, 2013
·
2 revisions
:a_bundle
a conversion:ImplicitBundle;
conversion:property_name foaf:knows;
conversion:name_template "[/sd]person/[#2]/[r]";
conversion:type_name "Person";
.
or
:a_bundle
a conversion:ImplicitBundle;
conversion:property_name foaf:knows;
conversion:name_template "[/sd]person/[#2]/[r]";
conversion:type_name foaf:Person;
.