Hi, There is a kind of conceptual impedance mismatch in this question. Here is why: Subjects in RDF may be resources or blank nodes. Resources are identified by URIs while blank nodes are a special kind of 'non-existing' resources (that do not have global identity assigned). So, it doesn't make any sense to ask whether 'a subject is starting with something' because there is nothing in the resource definition that may start with anything. However, if we continue with trying to interpret your question then we may come up with two possible interpretations: 1) "... for all subject URIs starting with something" and 2) "... for all subjects in the triples where object is a stings starting with something" In the first case, we would like to find out whether a resource is defined in a given domain, or subpath, or something similar. In the second case, we may want to retrieve all resources that are subjects of triples where predicate is dc:title or rdfs:labele or skos:prefLabel while object of the triple is a stirng starting with 'The*' for example.
Hope it is helpful. Regards, Milorad >________________________________ > From: Scott Streit <[email protected]> >To: [email protected] >Sent: Wednesday, January 23, 2013 11:09 PM >Subject: Is there a way to use a wildcard in a field in a model.listStatements > >Something like subject* for all subjects starting with something? > > >-- >"If you are lucky enough to have lived in Paris as a young man, then >wherever you go for the rest of your life, it stays with you, for Paris is >a moveable feast." - Ernest Hemingway > >www.scottstreit.com > > >
