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

sparql.UsedByQuery.rq Maven / Gradle / Ivy

# Select components and messages that use a message entity

PREFIX rdf: 
PREFIX rdfs: 
PREFIX orch:  
PREFIX owl: 

SELECT ?name ?type ?description
WHERE {
	?entity rdfs:label ?name;
		rdf:type ?type;
		orch:has ?member .
	FILTER(?type != owl:NamedIndividual)
	OPTIONAL {?entity rdfs:comment ?description .}
	?member rdfs:label "PegInstructions" .
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy