AtomGraph / Processor

Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
https://hub.docker.com/r/atomgraph/processor/
Apache License 2.0
58 stars 6 forks source link

Workaround for sp:text issue in SPIN API #14

Closed namedgraph closed 9 years ago

namedgraph commented 9 years ago

SPIN API 1.3.1 does not allow other properties on query resources except rdf:type and sp:text: https://groups.google.com/d/msg/topbraid-users/AVXXEJdbQzk/w5NrJFs35-0J

That means vocabularies cannot annotate queries with useful metadata such as rdfs:label, rdfs:comment, rdfs:isDefinedBy etc.

A workaround for getQuery(OntClass ontClass, AnnotationProperty property) in ResourceBase should be possible.