-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix lime: <http://www.w3.org/ns/lemon/lime#> . | ||
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> . | ||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
|
||
<#entry1> a ontolex:LexicalEntry ; | ||
ontolex:canonicalForm [ ontolex:writtenRep "disproof"@en ] ; | ||
ontolex:sense [ skos:definition "the act of disproving."@en ], | ||
[ skos:definition "facts that disprove something."@en ] . | ||
ontolex:sense [ skos:definition "facts that disprove something."@en ], | ||
[ skos:definition "the act of disproving."@en ] . | ||
|
||
[] a lime:Lexicon ; | ||
dc:title "The shortest TEI Document Imaginable" ; | ||
dct:source "No source: this is an original work." ; | ||
lime:entry <#entry1> . | ||
|
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
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