Skip to content

Instantly share code, notes, and snippets.

@coblej
Created January 20, 2017 13:38
Show Gist options
  • Save coblej/af157576d0a9eb7ea20b9af20ad20f19 to your computer and use it in GitHub Desktop.
Save coblej/af157576d0a9eb7ea20b9af20ad20f19 to your computer and use it in GitHub Desktop.
@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/cc/ed/df/3d/cceddf3d-4742-4d42-a97e-577be47cabec>
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> ;
ns001:isPartOf <https://repostore-dev.lib.duke.edu:8443/fcrepo/rest/prod/9c/5d/90/b4/9c5d90b4-6edf-4ed4-8e74-b5f3ec229b95> ;
dc:title "A Test Component"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:createdBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:lastModified "2017-01-11T15:36:11.253Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
fedora:created "2017-01-11T15:36:11.023Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
dc:creator "Duke University Libraries"^^<http://www.w3.org/2001/XMLSchema#string> ;
dc:identifier "0"^^<http://www.w3.org/2001/XMLSchema#string> ;
dc:description "An component 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> ;
ldp:contains <https://repostore-dev.lib.duke.edu:8443/fcrepo/rest/prod/cc/ed/df/3d/cceddf3d-4742-4d42-a97e-577be47cabec/d1/60/24/cc/d16024cc-cf88-40ae-9fd0-fe00f12791fa> ;
fedora:hasVersions <https://repostore-dev.lib.duke.edu:8443/fcrepo/rest/prod/cc/ed/df/3d/cceddf3d-4742-4d42-a97e-577be47cabec/fcr:versions> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment