Giter VIP home page Giter VIP logo

transformational-music-theory_ti-group's People

Contributors

masthom avatar

Stargazers

 avatar

Watchers

 avatar  avatar

transformational-music-theory_ti-group's Issues

SPARQL CONSTRUCT pattern to find row forms

A SPARQL CONSTRUCT pattern to search for row forms based on Webern's op. 27.

PREFIX tig: <http://TIGroup.fun>
PREFIX pcs: <http://PitchClassSet.fun>  

CONSTRUCT { 
           ?p1 <1> ?p2 .
           ?p2 <2> ?p3 .
           ?p3 <3> ?p4 .
           ?p4 <4> ?p5 .
           ?p5 <5> ?p6 .
           ?p6 <6> ?p7 .
           ?p7 <7> ?p8 .
           ?p8 <8> ?p9 .
           ?p9 <9> ?p10 .
           ?p10 <10> ?p11 .
           ?p11 <11> ?p12 .
}
WHERE {
           ?p1 tig:t8 ?p2 .
           ?p2 tig:t11 ?p3 .
           ?p3 tig:t4 ?p4 .
           ?p4 tig:t11 ?p5 .
           ?p5 tig:t11 ?p6 .
           ?p6 tig:t6 ?p7 .
           ?p7 tig:t10 ?p8 .
           ?p8 tig:t3 ?p9 .
           ?p9 tig:t10 ?p10 .
           ?p10 tig:t4 ?p11.
  	   ?p11 tig:t11  ?p12 .
  
           # FILTER(?p1 = pcs:Pc3 ) ## uncomment and change PC to select a specific row form
}

All-in-one:
Bildschirmfoto 2020-07-22 um 16 35 07

Starting with PC3:
Bildschirmfoto 2020-07-22 um 16 36 29

Update README

The README could give some more informations about how to handle the RDF graph and the querys!

New branch: Data

All graphs so far are ontologies. One could add specific data: eg. data:Event1 rdf:value#?# pcs:Pc3 . etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.