PREFIX owl: PREFIX dc: PREFIX cc: SELECT ?iri ?license ?description ?version ?title WHERE { ?iri rdf:type owl:Ontology; cc:license ?license; dc:description ?description; dc:title ?title; owl:versionInfo ?version. } LIMIT 1