Class FDVocab
- Author:
- Auto-generated by schemagen on 06 mars 2026 16:12
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.jena.rdf.model.ResourceAn interface to access a federation member using the Bolt protocol (e.g., for Neo4j).static final org.apache.jena.rdf.model.ResourceAn interface to access a federation member via Bindings-Restricted Triple Pattern Fragments.static final org.apache.jena.rdf.model.PropertyThe network address (URI) of the endpoint of the federation member.static final org.apache.jena.rdf.model.ResourceAn endpoint interface is an interface that can be accessed via a single HTTP endpoint.static final org.apache.jena.rdf.model.PropertyAn example URL of a fragment for pattern fragment interfaces.static final org.apache.jena.rdf.model.ResourceAn entity that is part of the federation and provides data via a specific interface.static final org.apache.jena.rdf.model.ResourceA fragment interface is an interface to request a fragment (i.e., a specific subset) of the dataset of a federation member.static final org.apache.jena.rdf.model.ResourceAn interface to access a federation member via a GraphQL API.static final org.apache.jena.rdf.model.ResourceAn interface is a means to issue data retrieval requests to a federation member.static final org.apache.jena.rdf.model.PropertyThe interface description for accessing the federation member.static final org.apache.jena.rdf.model.PropertyThe template for creating IRIs of endpoints of the federation member.static final org.apache.jena.rdf.model.PropertyMapping configuration for translating non-RDF data models to RDF (e.g., GraphQL, LPG).static final org.apache.jena.rdf.model.ResourceAn interface that can be accessed via multiple HTTP endpoints.static final org.apache.jena.rdf.model.ResourceThe namespace of the vocabulary as a resourcestatic final StringThe namespace of the vocabulary as a stringstatic final org.apache.jena.rdf.model.PropertyThe type of values to be used for a variable part of an IRI template, which is expected to be specified as a datatype IRI (e.g., xsd:string, xsd:float).static final org.apache.jena.rdf.model.ResourceAn interface to access a federation member that provides a REST API.static final org.apache.jena.rdf.model.PropertyList of RML triples maps that define the mapping for a wrapper.static final org.apache.jena.rdf.model.PropertyThe URI via which the federation member is identified in a SERVICE clause.static final org.apache.jena.rdf.model.ResourceAn interface to access a federation member via the SPARQL protocol.static final org.apache.jena.rdf.model.ResourceAn interface to access a federation member via Triple Pattern Fragments.static final org.apache.jena.rdf.model.PropertyPath to a file with RDF mappings to align different vocabularies.static final org.apache.jena.rdf.model.ResourceAn federation member that is accessed via a wrapper.static final org.apache.jena.rdf.model.PropertyThe wrapper of a wrapped federation member.static final org.apache.jena.rdf.model.ResourceA wrapper provides access to federation members that do not support RDF and SPARQL natively. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NS
-
NAMESPACE
public static final org.apache.jena.rdf.model.Resource NAMESPACEThe namespace of the vocabulary as a resource
-
endpointAddress
public static final org.apache.jena.rdf.model.Property endpointAddressThe network address (URI) of the endpoint of the federation member.
-
exampleFragmentAddress
public static final org.apache.jena.rdf.model.Property exampleFragmentAddressAn example URL of a fragment for pattern fragment interfaces.
-
interface_
public static final org.apache.jena.rdf.model.Property interface_The interface description for accessing the federation member.
-
iriTemplate
public static final org.apache.jena.rdf.model.Property iriTemplateThe template for creating IRIs of endpoints of the federation member.
-
mappingConfiguration
public static final org.apache.jena.rdf.model.Property mappingConfigurationMapping configuration for translating non-RDF data models to RDF (e.g., GraphQL, LPG).
-
paramType
public static final org.apache.jena.rdf.model.Property paramTypeThe type of values to be used for a variable part of an IRI template, which is expected to be specified as a datatype IRI (e.g., xsd:string, xsd:float).
-
rmlTriplesMaps
public static final org.apache.jena.rdf.model.Property rmlTriplesMapsList of RML triples maps that define the mapping for a wrapper. The elements of such a list are expected to be of type rml:TriplesMap. ATTENTION: for the time being, these triples maps must all be normalized as per the definition in Section 5 of the paper titled 'An Algebraic Foundation for Knowledge Graph Construction'.
-
serviceURI
public static final org.apache.jena.rdf.model.Property serviceURIThe URI via which the federation member is identified in a SERVICE clause.
-
vocabularyMappingsFile
public static final org.apache.jena.rdf.model.Property vocabularyMappingsFilePath to a file with RDF mappings to align different vocabularies.
-
wrapper
public static final org.apache.jena.rdf.model.Property wrapperThe wrapper of a wrapped federation member.
-
BoltInterface
public static final org.apache.jena.rdf.model.Resource BoltInterfaceAn interface to access a federation member using the Bolt protocol (e.g., for Neo4j).
-
EndpointInterface
public static final org.apache.jena.rdf.model.Resource EndpointInterfaceAn endpoint interface is an interface that can be accessed via a single HTTP endpoint. This class is a superclass of any kind of endpoint interface and should not be used directly within federation descriptions. Concrete types of endpoint interfaces, to be used in federation descriptions, are captured by the subclasses of this class.
-
FederationMember
public static final org.apache.jena.rdf.model.Resource FederationMemberAn entity that is part of the federation and provides data via a specific interface.
-
FragmentInterface
public static final org.apache.jena.rdf.model.Resource FragmentInterfaceA fragment interface is an interface to request a fragment (i.e., a specific subset) of the dataset of a federation member. This class is a superclass of any kind of fragment interface and should not be used directly within federation descriptions. Concrete types of fragment interfaces, to be used in federation descriptions, are captured by the subclasses of this class.
-
GraphQLEndpointInterface
public static final org.apache.jena.rdf.model.Resource GraphQLEndpointInterfaceAn interface to access a federation member via a GraphQL API.
-
Interface
public static final org.apache.jena.rdf.model.Resource InterfaceAn interface is a means to issue data retrieval requests to a federation member. This class is a superclass of any kind of interface and should not be used directly within federation descriptions. Concrete types of interfaces, to be used in federation descriptions, are captured by the subclasses of this class.
-
MultipleEndpointsInterface
public static final org.apache.jena.rdf.model.Resource MultipleEndpointsInterfaceAn interface that can be accessed via multiple HTTP endpoints. This class is a superclass of any kind of such interface and should not be used directly within federation descriptions. Concrete types of such interfaces, to be used in federation descriptions, are captured by the subclasses of this class.
-
RESTInterface
public static final org.apache.jena.rdf.model.Resource RESTInterfaceAn interface to access a federation member that provides a REST API.
-
SPARQLEndpointInterface
public static final org.apache.jena.rdf.model.Resource SPARQLEndpointInterfaceAn interface to access a federation member via the SPARQL protocol.
-
TPFInterface
public static final org.apache.jena.rdf.model.Resource TPFInterfaceAn interface to access a federation member via Triple Pattern Fragments.
-
WrappedFederationMember
public static final org.apache.jena.rdf.model.Resource WrappedFederationMemberAn federation member that is accessed via a wrapper.
-
Wrapper
public static final org.apache.jena.rdf.model.Resource WrapperA wrapper provides access to federation members that do not support RDF and SPARQL natively.
-
brTPFInterface
public static final org.apache.jena.rdf.model.Resource brTPFInterfaceAn interface to access a federation member via Bindings-Restricted Triple Pattern Fragments.
-
-
Constructor Details
-
FDVocab
public FDVocab()
-
-
Method Details
-
getURI
The namespace of the vocabulary as a string
- Returns:
- namespace as String
- See Also:
-