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

Highlights

  • Pro
Block or Report

Block or report yayamamo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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