Package | Description |
---|---|
org.ontoware.rdfreactor.runtime |
Generic methods for mapping object-oriented world to RDF triple world.
|
Modifier and Type | Class and Description |
---|---|
class |
Bridge
Runtime model for a java bean property
For all getters and setters (and all other accessors): - if the object
implements URIEntity it's mapped to rdf:Resource, - otherwise it's mapped to
rdf:Literal by calling "toString" IMPROVE: better Literal handling?
RDF Reactor uses the following naming: resource - instance of an RDF schema class, identified by the resource ID (an URI or BlankNode), allmost all statements about the resource use the resource ID as the object property - a property belongs to a resource, represented by the predicate of a statement about a resource value - value of a property of a resource, represented by the object of the statement with the property as predicate and the resource ID as the subject |
Copyright © 2005–2016 IT-Consulting Dr. Max V?lkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.