All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.data.demo.fedprofile.ttl Maven / Gradle / Ivy

Go to download

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