Created
January 20, 2017 13:30
-
-
Save coblej/62e2e51e339d5abee47f650669239c96 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| @prefix premis: <http://www.loc.gov/premis/rdf/v1#> . | |
| @prefix test: <info:fedora/test/> . | |
| @prefix owl: <http://www.w3.org/2002/07/owl#> . | |
| @prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
| @prefix acl: <http://www.w3.org/ns/auth/acl#> . | |
| @prefix ns001: <http://example.org/ont/> . | |
| @prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> . | |
| @prefix xmlns: <http://www.w3.org/2000/xmlns/> . | |
| @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
| @prefix fedora: <http://fedora.info/definitions/v4/repository#> . | |
| @prefix xml: <http://www.w3.org/XML/1998/namespace> . | |
| @prefix ebucore: <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> . | |
| @prefix ldp: <http://www.w3.org/ns/ldp#> . | |
| @prefix dcterms: <http://purl.org/dc/terms/> . | |
| @prefix iana: <http://www.iana.org/assignments/relation/> . | |
| @prefix xs: <http://www.w3.org/2001/XMLSchema> . | |
| @prefix event: <http://fedora.info/definitions/v4/event#> . | |
| @prefix config: <info:fedoraconfig/> . | |
| @prefix prov: <http://www.w3.org/ns/prov#> . | |
| @prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
| @prefix dc: <http://purl.org/dc/elements/1.1/> . | |
| <https://repostore-dev.lib.duke.edu:8443/fcrepo/rest/prod/9c/5d/90/b4/9c5d90b4-6edf-4ed4-8e74-b5f3ec229b95> | |
| rdf:type fedora:Container ; | |
| rdf:type fedora:Resource ; | |
| fedora:lastModifiedBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ; | |
| ns001:isGovernedBy <https://repostore-dev.lib.duke.edu:8443/fcrepo/rest/prod/4b/cc/a0/86/4bcca086-7547-4b5b-901e-49011a2276f2> ; | |
| dc:title "A Test Item"^^<http://www.w3.org/2001/XMLSchema#string> ; | |
| fedora:createdBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ; | |
| fedora:lastModified "2017-01-11T15:36:10.811Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | |
| fedora:created "2017-01-11T15:36:10.811Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ; | |
| dc:creator "Duke University Libraries"^^<http://www.w3.org/2001/XMLSchema#string> ; | |
| ns001:isMemberOfCollection <https://repostore-dev.lib.duke.edu:8443/fcrepo/rest/prod/4b/cc/a0/86/4bcca086-7547-4b5b-901e-49011a2276f2> ; | |
| dc:identifier "0"^^<http://www.w3.org/2001/XMLSchema#string> ; | |
| dc:description "An item for trying to reproduce a problem"^^<http://www.w3.org/2001/XMLSchema#string> ; | |
| rdf:type ldp:RDFSource ; | |
| rdf:type ldp:Container ; | |
| fedora:writable "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ; | |
| fedora:hasParent <https://repostore-dev.lib.duke.edu:8443/fcrepo/rest/prod> ; | |
| fedora:hasVersions <https://repostore-dev.lib.duke.edu:8443/fcrepo/rest/prod/9c/5d/90/b4/9c5d90b4-6edf-4ed4-8e74-b5f3ec229b95/fcr:versions> . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment