Skip to content

Commit

Permalink
add puri folder
Browse files Browse the repository at this point in the history
  • Loading branch information
EmidioStani committed Feb 4, 2024
1 parent 9067b75 commit d674feb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions puri/Order.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"@id": "http://w3ird.org/str#Order",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
]
}
]
4 changes: 4 additions & 0 deletions puri/Order.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://w3ird.org/str#Order> a owl:Class .

0 comments on commit d674feb

Please sign in to comment.