
webapp.data.demo.fedprofile.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of corese-server Show documentation
Show all versions of corese-server Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1
Query and Update.
The newest version!
#
# Federation definition
#
# A federation is an URI associated to a list of sparql endpoints
# The URI can itself be used as the URL of a sparql endpoint to query the endpoints
# of the federation
# mode /federate : split and rewrite the query with several service clauses
# mode /sparql : rewrite the whole query with one service clause
# This file is processed by /data/query/federation.rq
#
#
# For testing
#
a st:Federation ;
rdfs:label "test" ;
st:definition ( )
#st:definition ( )
.
#
# D2KAB
#
#
# Several service clauses
#
a st:Federation ;
rdfs:label "d2kab" ;
st:definition (
#
#
)
.
#
# One service clause
#
a st:Federation ;
rdfs:label "d2kab" ;
st:definition (
#
)
.
a st:Federation ;
st:definition ()
.
a st:Federation ;
st:definition ()
.
a st:Federation ;
rdfs:label "lod" ;
st:definition (
)
.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy