Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hassan-Ashfaq authored Jun 24, 2022
1 parent 0ad8e3c commit a526f58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ In this project, I created a SPARQL Endpoint for Noble Knowledge Graph using Dja

# What is SPARQL Endpoint?
SPARQL is an RDF query language—that is, a semantic query language for databases—able to retrieve and manipulate data stored in Resource Description Framework format.


## SPARQL EndPoint
<ul>
<li>python manage.py makemigrations nobel</li>
<li>python manage.py migrate</li>
<li>python manage.py createsuperuser</li>
<li>python manage.py runserver</li>
</ul>

0 comments on commit a526f58

Please sign in to comment.