Class FDVocab
- Author:
 - Auto-generated by schemagen on 16 May 2025 21:04
 
- 
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 the general superclass for all types of interfaces through which a federation member can be queried using a single endpoint, including SPARQL interfaces.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 the general superclass for all types of interfaces through which a federation member can be queried, including SPARQL interfaces, and fragment interfaces.static final org.apache.jena.rdf.model.PropertyThe interface description for accessing 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.ResourceThe namespace of the vocabulary as a resourcestatic final StringThe namespace of the vocabulary as a stringstatic 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. - 
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.
 - 
mappingConfiguration
public static final org.apache.jena.rdf.model.Property mappingConfigurationMapping configuration for translating non-RDF data models to RDF (e.g., GraphQL, LPG).
 - 
vocabularyMappingsFile
public static final org.apache.jena.rdf.model.Property vocabularyMappingsFilePath to a file with RDF mappings to align different vocabularies.
 - 
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 the general superclass for all types of interfaces through which a federation member can be queried using a single endpoint, including SPARQL interfaces. It should not be instantiated directly in federation descriptions, instead, concrete subclasses should be used to specify the type of interface.
 - 
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 the general superclass for all types of interfaces through which a federation member can be queried, including SPARQL interfaces, and fragment interfaces. It should not be instantiated directly in federation descriptions, instead, concrete subclasses should be used to specify the type of interface.
 - 
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.
 - 
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:
 
 
 -