Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crssnky/13025c4ec2a1ef3d10a7278137a4b5ca to your computer and use it in GitHub Desktop.
Save crssnky/13025c4ec2a1ef3d10a7278137a4b5ca to your computer and use it in GitHub Desktop.
PREFIX schema: <http://schema.org/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX imas: <https://sparql.crssnky.xyz/imasrdf/URIs/imas-schema.ttl#>
SELECT *
WHERE {
?s rdf:type imas:ScriptText;
imas:Source ?source;
schema:text ?text.
?source schema:name ?name;
filter(regex(str(?name),"千早"))
}order by ?text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment