-
Notifications
You must be signed in to change notification settings - Fork 5
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 #190 from kbss-cvut/retrieve-prefix
Update documentation and test for retrieve prefix module
- Loading branch information
Showing
7 changed files
with
150 additions
and
34 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
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
39 changes: 39 additions & 0 deletions
39
s-pipes-core/src/test/resources/module/retrieve-prefixes/expected-output.ttl
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,39 @@ | ||
@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> . | ||
|
||
<http://onto.fel.cvut.cz/ontologies/test/direct-import-test> ja:prefixMapping [ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://onto.fel.cvut.cz/ontologies/test/loading-test#" ; | ||
ja:prefix "" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/2002/07/owl#" ; | ||
ja:prefix "owl" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ; | ||
ja:prefix "rdf" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/XML/1998/namespace" ; | ||
ja:prefix "xml" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/2001/XMLSchema#" ; | ||
ja:prefix "xsd" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/2000/01/rdf-schema#" ; | ||
ja:prefix "rdfs" ] . | ||
|
||
<http://onto.fel.cvut.cz/ontologies/test/indirect-import-test> ja:prefixMapping [ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/XML/1998/namespace" ; | ||
ja:prefix "xml" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/2001/XMLSchema#" ; | ||
ja:prefix "xsd" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/2000/01/rdf-schema#" ; | ||
ja:prefix "rdfs" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://onto.fel.cvut.cz/ontologies/test/loading-test#" ; | ||
ja:prefix "" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/2002/07/owl#" ; | ||
ja:prefix "owl" ], | ||
[ a ja:SinglePrefixMapping ; | ||
ja:namespace "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ; | ||
ja:prefix "rdf" ] . |
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