rdfs:comment"The type of resources to match (will include subclasses of the type)."^^xsd:string;
spl:predicatearg:resourceType;
spl:valueTyperdfs:Class
].
app:allValuesFromFunctor
rdf:typespin:Function;
rdfs:comment"Can be used in conjunction with spif:walkObjects to get the \"first\" declared owl:allValuesFrom restriction of a given property (?property) at a given class (?class)."^^xsd:string;
...
...
@@ -809,6 +961,76 @@ app:isSingle
spin:private"true"^^xsd:boolean;
spin:returnTypexsd:boolean.
app:letters
rdf:typespin:MagicProperty;
rdfs:comment"Binds the variable on the left with all letters from A-Z, and then *."^^xsd:string;
rdfs:comment"Gets the \"domain\" of a property at an object. This is used to narrow down the Subjects widgets at edit time. Currently only uses rdfs:domain of the property, but future versions should also look at restrictions and spl:Arguments."^^xsd:string;
rdfs:comment"Displays a list of hyperlinks A B C ... Z * where each letter opens a dialog with all resources starting with that letter."^^xsd:string;
rdfs:label"Index"^^xsd:string;
rdfs:subClassOfapp:IndexElements;
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The JavaScript code that will be called if the user has selected a resource. The variable resource will point to the URI of the selected resource."^^xsd:string;
spl:predicatearg:onSelect;
spl:valueTypexsd:string
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"The type of instances to index."^^xsd:string;