@prefix this: . @prefix sub: . @prefix np: . @prefix grlc: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:get-maintained-ontologies a grlc:grlc-query; dct:description "Lists the ontologies maintained by the given space: the maintained resources of the space (from the validated space state of the spaces repository) whose declaration types them owl:Ontology, with label, description and namespace."; dct:license ; rdfs:label "Get maintained ontologies"; grlc:endpoint ; grlc:sparql """prefix rdf: prefix rdfs: prefix np: prefix npa: prefix npx: prefix xsd: prefix dct: prefix owl: prefix foaf: prefix prov: prefix skos: prefix schema: prefix gen: prefix fip: prefix tpff: prefix search: select ?ontology (min(?label) as ?ontology_label) (min(?description) as ?description) (min(?namespace) as ?namespace) where { values ?_space_multi_iri {} graph npa:graph { npa:hasCurrentSpaceState ?g . } graph ?g { ?_space_multi_iri npa:hasMaintainedResource ?ontology . } graph ?ag { ?ontology a owl:Ontology ; rdfs:label ?label . } optional { graph ?ag { ?ontology dct:description ?description . } } optional { graph ?ag { ?ontology gen:hasNamespace ?namespace . } } } group by ?ontology order by ?ontology_label """ . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-09-11T09:24:17Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:embeds sub:get-maintained-ontologies; rdfs:label "Get maintained ontologies"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzZAkv4Mu1YSUxQMriBnhYunqosX5wpuQ3FjUyzW8wTC51wjCmhsChyhS+mCx7Od+2MTDpdhxDWA+pH1r9AX508X2rIY/sbpMS+pd56e0qKPQ0t4folln1TgamPN9iOlY/yLc2x27AdipWIGXUdtL2iAcb+P/Y5dQS2AkHMS3lP2e5JBL5/bD/10qvTLKvdsqIKts8qjuLpxr9CFbsS2gLjMkXL5D2IsJ0cL5sgmIfS1inLVxIfXrS/OgqYNFqeNznUYCVWfo0g7DKjnjiICz3omeQeJFLYwlJ6PhUhYDQS6O318DGwUCwhnuXbBbwL9evZa2I/0Pwu5xpZdNLYJ5UwIDAQAB"; npx:hasSignature "qbX8uPXzfiC1atQVPjeQHpfusVJda63gJ/8BaqHKaH9ISsBac4J5rX4lY6rjPZdLpryAF2RCwBUpCZbYEZL1ZlFUcm6DFWX1idCWEyXo+c72vuqTnqRlC5KN/tLmMVBxHYWtcIAvYfs7PQb6GkpQIk7XT+kzX3Y/nvM//sLjogv92Vo0NUC0ofga3ZkDaRiLNujR0Fdr4TNwkZjLUN7S4ozKh3fHuiV+/NrZV6w2C+5TUmBCCrvjcyHTEQpHDoxnw0U/MN64X3kpy3QihYCa4LFWmVj2wR66z7KY0iKRXd3zAG0eafMDAme092DanQlpcuuo1GUZWFsxT0uxFxhIxQ=="; npx:hasSignatureTarget this:; npx:signedBy . }