-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from Informatievlaanderen/chore/add-ttl-and-trig
Chore/add ttl and trig
- Loading branch information
Showing
6 changed files
with
1,108 additions
and
2,272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
@prefix schema: <http://schema.org/> . | ||
|
||
schema:disney { | ||
<http://example.org/id/cartoon-figure/donald-duck> | ||
a schema:Person ; | ||
schema:name "Donald Duck" . | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@prefix schema: <http://schema.org/> . | ||
|
||
<http://example.org/id/cartoon-figure/donald-duck> | ||
a schema:Person ; | ||
schema:name "Donald Duck" . |
Oops, something went wrong.