-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement support for migrating RDF serializations other than turtle (#…
…61) * Look for rdf files with extensions that match the configured src rdf lang * Write rdf in same format as source since filename extensions are based on that * Test ntriples in F4->F5 and F5->F6 migrations * Exit with error message if source-rdf lang cannot be resolved
- Loading branch information
Showing
211 changed files
with
1,280 additions
and
15 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
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
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,14 @@ | ||
<http://localhost:8080/rest/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/ldp#BasicContainer> . | ||
<http://localhost:8080/rest/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://fedora.info/definitions/v4/repository#Container> . | ||
<http://localhost:8080/rest/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://fedora.info/definitions/v4/repository#Resource> . | ||
<http://localhost:8080/rest/> <http://fedora.info/definitions/v4/repository#lastModifiedBy> "bypassAdmin" . | ||
<http://localhost:8080/rest/> <http://fedora.info/definitions/v4/repository#lastModified> "2020-10-15T05:35:00.219Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://localhost:8080/rest/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/ldp#RDFSource> . | ||
<http://localhost:8080/rest/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/ldp#Container> . | ||
<http://localhost:8080/rest/> <http://fedora.info/definitions/v4/repository#writable> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . | ||
<http://localhost:8080/rest/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://fedora.info/definitions/v4/repository#RepositoryRoot> . | ||
<http://localhost:8080/rest/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://fedora.info/definitions/v4/repository#Resource> . | ||
<http://localhost:8080/rest/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://fedora.info/definitions/v4/repository#Container> . | ||
<http://localhost:8080/rest/> <http://www.w3.org/ns/ldp#contains> <http://localhost:8080/rest/container1> . | ||
<http://localhost:8080/rest/> <http://www.w3.org/ns/ldp#contains> <http://localhost:8080/rest/external1> . | ||
<http://localhost:8080/rest/> <http://fedora.info/definitions/v4/repository#hasTransactionProvider> <http://localhost:8080/rest/fcr:tx> . |
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,13 @@ | ||
<http://localhost:8080/rest/acl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://fedora.info/definitions/v4/repository#Container> . | ||
<http://localhost:8080/rest/acl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://fedora.info/definitions/v4/repository#Resource> . | ||
<http://localhost:8080/rest/acl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://fedora.info/definitions/v4/webac#Acl> . | ||
<http://localhost:8080/rest/acl> <http://fedora.info/definitions/v4/repository#lastModifiedBy> "bypassAdmin" . | ||
<http://localhost:8080/rest/acl> <http://fedora.info/definitions/v4/repository#createdBy> "bypassAdmin" . | ||
<http://localhost:8080/rest/acl> <http://fedora.info/definitions/v4/repository#created> "2020-11-30T04:37:48.795Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://localhost:8080/rest/acl> <http://fedora.info/definitions/v4/repository#lastModified> "2020-11-30T04:42:18.614Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> . | ||
<http://localhost:8080/rest/acl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/ldp#RDFSource> . | ||
<http://localhost:8080/rest/acl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/ldp#Container> . | ||
<http://localhost:8080/rest/acl> <http://fedora.info/definitions/v4/repository#writable> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . | ||
<http://localhost:8080/rest/acl> <http://fedora.info/definitions/v4/repository#hasParent> <http://localhost:8080/rest/> . | ||
<http://localhost:8080/rest/acl> <http://www.w3.org/ns/ldp#contains> <http://localhost:8080/rest/acl/authZ1> . | ||
<http://localhost:8080/rest/acl> <http://www.w3.org/ns/ldp#contains> <http://localhost:8080/rest/acl/authZ2> . |
Oops, something went wrong.