Skip to content

Instantly share code, notes, and snippets.

@coblej
Created August 9, 2016 19:25
Show Gist options
  • Save coblej/fdea8de6476c0c4557ed3bbce3b46907 to your computer and use it in GitHub Desktop.
Save coblej/fdea8de6476c0c4557ed3bbce3b46907 to your computer and use it in GitHub Desktop.
@prefix premis: <http://www.loc.gov/premis/rdf/v1#> .
@prefix image: <http://www.modeshape.org/images/1.0> .
@prefix sv: <http://www.jcp.org/jcr/sv/1.0> .
@prefix test: <info:fedora/test/> .
@prefix nt: <http://www.jcp.org/jcr/nt/1.0> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
@prefix mode: <http://www.modeshape.org/1.0> .
@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 jcr: <http://www.jcp.org/jcr/1.0> .
@prefix ebucore: <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema> .
@prefix fedoraconfig: <http://fedora.info/definitions/v4/config#> .
@prefix mix: <http://www.jcp.org/jcr/mix/1.0> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns006: <http://example.org/ont/> .
<https://dev.server:8443/fcrepo/rest/prod/42/9f/98/f0/429f98f0-bcd1-4849-93bf-43830ff5454a> a fedora:Container , fedora:Resource ;
fedora:lastModifiedBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:createdBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:created "2016-08-09T18:18:51.045Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
fedora:lastModified "2016-08-09T18:18:51.045Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
a ldp:RDFSource , ldp:Container ;
fedora:writable "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
fedora:hasParent <https://dev.server:8443/fcrepo/rest/prod> ;
ns006:isGovernedBy <https://dev.server:8443/fcrepo/rest/prod/42/9f/98/f0/429f98f0-bcd1-4849-93bf-43830ff5454a> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment