Skip to content
View emekaokoye's full-sized avatar

Block or report emekaokoye

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
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. dsn_bootcamp_2024 dsn_bootcamp_2024 Public

    Jupyter Notebook 2

  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. linked-open-election-framework linked-open-election-framework Public

    Linked Open Election Framework

  6. Disease-Incidence-Ontology Disease-Incidence-Ontology Public

    Disease Incidence Ontology

    HTML