Skip to content
View emekaokoye's full-sized avatar

Block or report emekaokoye

Report abuse

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

Report abuse
emekaokoye/README.md
## Turtle Start ##

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix : <#> . 

<> rdf:type foaf:PersonalProfileDocument .
<> foaf:maker :me .
<> foaf:primaryTopic :me .

:me a schema:Person, foaf:Person ;
  schema:name "Emeka Azuka Okoye" ;
  schema:mainEntityOf <>, <https://ng.linkedin.com/in/emekaokoye#>, <https://twitter.com/emekaokoye#> ;
  owl:sameAs <https://ng.linkedin.com/in/emekaokoye#this>, <https://twitter.com/emekaokoye#this> .
  
:this a schema:WebPage, foaf:Document ;
  rdfs:name "Emeka Azuka Okoye' Profile Document"@en ;
  dcterms:created "2021-01-18"^^xsd:dateTime ;
  dcterms:creator :me ;
  schema:mainEntity :me ;
  foaf:primaryTopic :me .

## Turtle End ##

Popular repositories Loading

  1. mcp-rdf-explorer mcp-rdf-explorer Public

    A Model Context Protocol (MCP) server that provides conversational interface for the exploration and analysis of RDF (Turtle) based Knowledge Graph in Local File mode or SPARQL Endpoint mode.

    Python 53 12

  2. NG-LGA-API NG-LGA-API Public

    API for listing all Local Government Areas in Nigeria from the web of data using Linked Data and PHP

    PHP 1 1

  3. NG-States-API NG-States-API Public

    API for listing all the States in Nigeria from the web of data using Linked Data and PHP

    PHP 1 1

  4. tweet-this tweet-this Public

    tweet-this allows you to define a set of words, terms or sentences to be tweeted in a container

    1

  5. dsn_bootcamp_2024 dsn_bootcamp_2024 Public

    Jupyter Notebook 1

  6. linked-open-election-framework linked-open-election-framework Public

    Linked Open Election Framework