Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save coblej/50d1be1d0fa18ea7d07581036352f9c2 to your computer and use it in GitHub Desktop.
Save coblej/50d1be1d0fa18ea7d07581036352f9c2 to your computer and use it in GitHub Desktop.
Serialized RDF from export (for Item having "isMemberOfCollection" relationship to exported resource)
@prefix premis: <http://www.loc.gov/premis/rdf/v1#> .
@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 ns004: <http://id.loc.gov/vocabulary/identifiers/> .
@prefix ns003: <http://projecthydra.org/ns/relations#> .
@prefix ns002: <http://repository.lib.duke.edu/vocab/roles/> .
@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
@prefix ns001: <info:fedora/fedora-system:def/model#> .
@prefix ns006: <http://www.loc.gov/mix/v20/externalTarget#> .
@prefix xmlns: <http://www.w3.org/2000/xmlns/> .
@prefix ns005: <info:fedora/fedora-system:def/relations-external#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix event: <http://fedora.info/definitions/v4/event#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix test: <info:fedora/test/> .
@prefix fedora: <http://fedora.info/definitions/v4/repository#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ebucore: <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix iana: <http://www.iana.org/assignments/relation/> .
@prefix xs: <http://www.w3.org/2001/XMLSchema> .
@prefix config: <info:fedoraconfig/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
<http://localhost:8984/rest/dev/84/08/8f/7a/84088f7a-1568-4394-9737-da899b8e7bbc>
ns005:isPartOf <http://localhost:8984/rest/dev/14/70/13/e7/147013e7-8320-41cf-8e79-e5edd68e49d4> .
<http://localhost:8984/rest/dev/14/70/13/e7/147013e7-8320-41cf-8e79-e5edd68e49d4>
a ldp:Container , fedora:Resource , ldp:RDFSource , fedora:Container ;
fedora:created "2017-05-23T14:50:36.412Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
fedora:createdBy "bypassAdmin" ;
fedora:hasParent <http://localhost:8984/rest/dev> ;
fedora:lastModified "2017-05-25T13:48:09.757Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
fedora:lastModifiedBy "bypassAdmin" ;
fedora:writable true ;
ns004:local "kwlph020010280" ;
ns003:isGovernedBy <http://localhost:8984/rest/dev/3d/17/de/8d/3d17de8d-f9ca-4d28-af8f-dad4fe048046> ;
ldp:contains <http://localhost:8984/rest/dev/14/70/13/e7/147013e7-8320-41cf-8e79-e5edd68e49d4/thumbnail> ;
ns001:hasModel "Item" ;
ns005:isMemberOfCollection <http://localhost:8984/rest/dev/3d/17/de/8d/3d17de8d-f9ca-4d28-af8f-dad4fe048046> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment