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

query.demo.d2kabfederate.rq 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, Shacl. STTL. LDScript.

The newest version!
prefix fcu: 

@report
@federate




 
 

 
 

 
 

SELECT DISTINCT ?crop ?lbl ?scale ?stade 
(fun:reports("server") as ?serv) 
WHERE {
    ?dummy skos:prefLabel "arboriculture"@fr .
    ?dummy skos:narrower+ ?crop .
    ?crop  skos:prefLabel ?lbl .
    ?topc  fcu:relatedCrop    ?crop .
    ?scale skos:hasTopConcept ?topc .
    ?topc  skos:narrower     ?stade .
    FILTER (REGEX(STR(?scale), "bbch"))  
} 
ORDER BY ?stade




© 2015 - 2025 Weber Informatics LLC | Privacy Policy