Skip to content
View yayamamo's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report yayamamo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dbcls/ConvRDF dbcls/ConvRDF Public

    Converts some RDF serialization formats into N-Triples.

    Java 4 1

  2. swbp-vocab-pub swbp-vocab-pub Public

    Japanese translation of "Best Practice Recipes for Publishing RDF Vocabularies"

    HTML 5

  3. SPARQL queries to obtain statistics. SPARQL queries to obtain statistics.
    1
    # Obtain the label of a given class (:class1).
    2
    SELECT DISTINCT ?c (STR(?l) AS ?lb)
    3
        WHERE {
    4
          ?c a :class1 ;
    5
            <http://www.w3.org/2000/01/rdf-schema#label> ?l .
  4. cmungall/sparqlprog cmungall/sparqlprog Public

    logic programming with SPARQL

    Prolog 45 7