Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Activities, Datasets, Parties (pcdm:Collection)

Activities, Datasets, and Parties are Fedora 4 container nodes of pcdm:Collection type, mainly intended to enable grouping of the three main ResData resource types, i.e. Activity, Dataset and Party. Fedora 4 URI structures for these pcdm:Collection containers are listed below:

Container name

URL

Activities

/rest/activities

Datasets

/rest/datasets

Parties

/rest/parties


Dataset (VITRO-ANDS:ResearchData, pcdm:Object)

The ResearchData class from the ANDS VITRO ontology is used to define the Dataset resource type in ResData.  In the Fedora 4 model for ResData, all instances of the ResearchData class are also defined as nodes of pcdm:Object type with a number of data properties containing descriptive metadata, and object properties containing reference to other related ResData resources, such as Activity (vivo:ResearchActivity), Party (foaf:Person) and other Dataset resources. Figure 2 bellow illustrates the combined use of pcdm:Object and VITRO-ANDS:ResearchData classes to represent various ResData resource types.

 

Figure 2: ResData Dataset resource defined as pcdm:Object


Fedora 4 URI structures for ResData Dataset-related nodes are as below:

Description

URL

Dataset

/rest/datasets/[dataset pairtree id]

Access

/rest/datasets/[dataset pairtree id]/access

Licence

/rest/datasets/[dataset pairtree id]/licence

Methodology

/rest/datasets/[dataset pairtree id]/methodology

Time Period

/rest/datasets/[dataset pairtree id]/timePeriod

Retention Period

/rest/datasets/[dataset pairtree id]/retentionPeriod

Subject

/rest/datasets/[dataset pairtree id]/subject

Publication

/rest/datasets/[dataset pairtree id]/publication

GEO

/rest/datasets/[dataset pairtree id]/geo

Rights

/rest/datasets/[dataset pairtree id]/rights

Storage

/rest/datasets/[dataset pairtree id]/storage


ms21:PartyRelation

PartyRelation is a custom class for describing a user-specified relation between a Party and a Dataset. Instances of PartyRelation in the ResData Fedora 4 model are also defined as pcdm:Object type nodes.

Fedora 4 URI structures for the PartyRelation nodes are:

Description

URL

Dataset

/rest/datasets/[dataset pairtree id]

PartyRelation

/rest/datasets/[dataset pairtree id]/[partyRelation id1]
/rest/datasets/[dataset pairtree id]/[partyRelation id2]
/rest/datasets/[dataset pairtree id]/[partyRelation id3]


ms21:ResourceRelation

ResourceRelation is a custom class for describing user-defined relationships between Dataset resources. Instances of ResourceRelation in the ResData Fedora 4 model are also defined as pcdm:Object type nodes.

Fedora 4 URI structures for the ResourceRelation nodes are:

Description

URL

Dataset

/rest/datasets/[dataset pairtree id]

ResourceRelation

/rest/datasets/[dataset pairtree id]/[resourceRelation id1]
/rest/datasets/[dataset pairtree id]/[resourceRelation id2]
/rest/datasets/[dataset pairtree id]/[resourceRelation id3]

 

Activity (vivo:ResearchActivity, pcdm:Object)

The ResearchActivity class from the VIVO ontology is used to define Activity type resources in ResData.  In the Fedora 4 model for ResData, all instances of the ResearchActivity class are also defined as nodes of pcdm:Object type with a number of data properties containing descriptive metadata and object properties containing reference to additional information about a research project, including funding body and affiliation. Figure 3 bellow illustrates how pcdm:Object and vivo:ResearchActivity classes are combined to represent Activity-type resources in ResData Fedora 4 model.

Figure 3: Activity-type resources in Fedora 4 model for ResData

Fedora 4 URI patterns for ResData Activity-type resources are:

Description

URL

Activity

/rest/activities/[activity pairtree id]

Funding

/rest/activities/[activity pairtree id]/funding

Organisation

/rest/activities/[activity pairtree id]/organisation


Party (foaf:Person, pcdm:Object)

Similar to Dataset and Activity, all Party-type resources are defined as instances of both the Person class from the FOAF ontology and the pcdm:Object class (Figure 4).

 

Figure 4: ResData Party defined as pcdm:Object

Fedora 4 URI patterns for ResData Party-type resources:

Description

URL

Activity

/rest/parties/[party pairtree id]

Funding

/rest/parties/[party pairtree id]/organisation

Descriptive and Administrative Metadata

In Fedora 4, the RELS-INT and RELS-EXT information associated with the ResData resources will be migrated as data properties of the corresponding Fedora 4 resource nodes.

Below is the RELS-INT and RELS-EXT information that will be migrated to Fedora 4 as data properties of Dataset, Party, and Activity resources in ResData:

PropertyNote
VITRO-ANDS: dateOfPublication 
ms21:status 
bibo:doionly for Dataset
ms21:handleonly for Dataset

Namespaces

 

...

@prefix nt: <http://www.jcp.org/jcr/nt/1.0> .
@prefix pcdm: <http://pcdm.org/models#> .
@prefix ms21: <http://www.unsworks.unsw.edu.au/lrs/ms21/ontology/preservation-metadata/> .
@prefix test: <info:fedora/test/> .
@prefix ms21: <http://www.unsw.edu.au/lrs/ms21/ontology/> .
@prefix indexing: <http://fedora.info/definitions/v4/indexing#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mode: <http://www.modeshape.org/1.0> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix unsworkspx: <http://lrs.library.unsw.edu.au/unsworks/unsworkspx/> .
@prefix oai: <http://www.openarchives.org/OAI/2.0/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sv: <http://www.jcp.org/jcr/sv/1.0> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix VITRO-ANDS: <http://www.ands.org.au/ontologies/ns/0.1/VITRO-ANDS.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix fedoraconfig: <http://fedora.info/definitions/v4/config#> .
@prefix image: <http://www.modeshape.org/images/1.0> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .

@prefix access: <http://fedora.info/definitions/1/0/access/> .
@prefix mix: <http://www.jcp.org/jcr/mix/1.0> .
@prefix premis: <http://www.loc.gov/premis/rdf/v1#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix core: <http://vivoweb.org/ontology/core#> .
@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
@prefix fedora: <http://fedora.info/definitions/v4/repository#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix indexing: <http://fedora.info/definitions/v4/indexing#> .
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22> a ldp:RDFSource ,
ldp:Container ,
<http://www.jcp.org/jcr/nt/1.0folder> ,
<http://www.jcp.org/jcr/nt/1.0hierarchyNode> ,
<http://www.jcp.org/jcr/nt/1.0base> ,
<http://www.jcp.org/jcr/mix/1.0created> ,
pcdm:Object ,
fedora:Container ,
VITRO-ANDS:ResearchData ,
fedora:Resource ,
fedora:Resource ,
indexing:Indexable ,
<http://www.jcp.org/jcr/mix/1.0created> ,
<http://www.jcp.org/jcr/mix/1.0lastModified> ,
<http://www.jcp.org/jcr/mix/1.0referenceable> ;
ms21:hasSubject <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/subject>;
ms21:otherParty <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/partyRelation1> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/partyRelation2> ;
fedora:primaryType "nt:folder"^^<http://www.w3.org/2001/XMLSchema#string> ;
premis:hasDateCreatedByApplication "2015-04-30T01:36:19.586Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
dc:identifier "Dataset identifiers1"^^<http://www.w3.org/2001/XMLSchema#string> ,
"Dataset identifiers2"^^<http://www.w3.org/2001/XMLSchema#string> ;
dcterms:accessRights <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/access> ;
dcterms:copyRight <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/rights> ;
opmo:hasProcess <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/methodology> ;
dc:source "http://resdata.unsw.edu.au/"^^<http://www.w3.org/2001/XMLSchema#string> ;
ms21:isPartOf <http://resdata.unsw.edu.au/resource/dataset/resdatac_49/1> ;
ms21:other <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/relation/dataset/1> ;
owl:sameAs <http://resdata.unsw.edu.au/resource/dataset/resdatac_56034/1> ;
dc:title "TEST FOR F4"^^<http://www.w3.org/2001/XMLSchema#string> ;
ms21:owner "z1234566"^^<http://www.w3.org/2001/XMLSchema#string> ;
ms21:hasRelatedPublication <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/publication/1> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/publication/2> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/publication/3> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/publication/4> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/publication/5> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/publication/6> ;
fedora:created "2015-04-30T04:20:20.805Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
dc:description "TEST FOR F4 MIGRATION DESCRIPTION"^^<http://www.w3.org/2001/XMLSchema#string> ;
ms21:hasAward <http://localhost:8080/fcrepo-webapp-4.1.1/rest/activities/b6/b6/5e/fd/b6b65efd-b72a-4f7b-b25c-ddde2628125e> ;
fedora:lastModified "2015-04-30T08:02:52.146Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
access:objState access:active ;
ms21:contributor <http://localhost:8080/fcrepo-webapp-4.1.1/rest/parties/4e/50/cc/be/4e50ccbe-a02c-40bd-8560-06ade471bde6> ;
dcterms:temporal <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/timePeriod> ;
ms21:describes <http://resdata.unsw.edu.au/resource/dataset/resdatac_48/1> ;
fedora:mixinTypes "pcdm:Object"^^<http://www.w3.org/2001/XMLSchema#string> ,
"fedora:Container"^^<http://www.w3.org/2001/XMLSchema#string> ,
"VITRO-ANDS:ResearchData"^^<http://www.w3.org/2001/XMLSchema#string> ,
"indexing:Indexable"^^<http://www.w3.org/2001/XMLSchema#string> ,
"fedora:Resource"^^<http://www.w3.org/2001/XMLSchema#string> ;
bibo:uri "http://dataset_identifier1.com"^^<http://www.w3.org/2001/XMLSchema#string> ;
ms21:hasRetentionPeriod <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/retentionPeriod> ;
dcterms:license <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/licence> ;
fedora:lastModifiedBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:uuid "bd115b36-b8e9-48a1-b82c-0d7f43a35771"^^<http://www.w3.org/2001/XMLSchema#string> ;
ms21:keyword "keyword1"^^<http://www.w3.org/2001/XMLSchema#string> ,
"keyword2"^^<http://www.w3.org/2001/XMLSchema#string> ,
"keyword3"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:createdBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ;
core:hasGeographicLocation <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/geo> ;
ms21:dataAccess <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/storage> ;
ms21:principalInvestigator <http://localhost:8080/fcrepo-webapp-4.1.1/rest/parties/fa/48/65/9c/fa48659c-4680-4c49-aa8a-4db665d66312> ;
pcdm:hasMember <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/access> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/licence> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/methodology> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/timePeriod> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/retentionPeriod> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/geo> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/publication> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/placeOfDataStorage> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/rights> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/partyRelation> ;
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/resourceRelation> ;
premis:hasDateCreatedByApplication "2015-01-01T00:00:00.000Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
ms21:owner "z2222222"^^<http://www.w3.org/2001/XMLSchema#string> ;
VITRO-ANDS: dateOfPublication "2015-02-01T00:00:00.000Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
ms21:status "published"^^<http://www.w3.org/2001/XMLSchema#string> ;
ms21:handle "http://handle.unsw.edu.au/1984.4/12432324324"^^<http://www.w3.org/2001/XMLSchema#string> ;
bibo:doi "doi:121344.12A"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:writable "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
fedora:hasParent <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets> ;
ldp:contains <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/geo> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/access> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/rights> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/licence> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/methodology> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/publication> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/placeOfDataStorage> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/partyRelation> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/resourceRelation> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/timePeriod> ,
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/retentionPeriod> .
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/fcr:export?format=jcr/xml> dc:format <http://fedora.info/definitions/v4/repository#jcr/xml> .
<http://fedora.info/definitions/v4/repository#jcr/xml> rdfs:label "jcr/xml"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22> fedora:exportsAs <http://localhost:8080/fcrepo-webapp-4.1.1/rest/datasets/4d/59/65/90/4d596590-4a69-4c46-b902-45c4dd91ec22/fcr:export?format=jcr/xml> .

 

...

@prefix nt: <http://www.jcp.org/jcr/nt/1.0> .
@prefix pcdm: <http://pcdm.org/models#> .
@prefix ms21: <http://www.unsworks.unsw.edu.au/lrs/ms21/ontology/preservation-metadata/> .
@prefix test: <info:fedora/test/> .
@prefix ms21: <http://www.unsw.edu.au/lrs/ms21/ontology/> .
@prefix indexing: <http://fedora.info/definitions/v4/indexing#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mode: <http://www.modeshape.org/1.0> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix unsworkspx: <http://lrs.library.unsw.edu.au/unsworks/unsworkspx/> .
@prefix oai: <http://www.openarchives.org/OAI/2.0/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sv: <http://www.jcp.org/jcr/sv/1.0> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix VITRO-ANDS: <http://www.ands.org.au/ontologies/ns/0.1/VITRO-ANDS.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix fedoraconfig: <http://fedora.info/definitions/v4/config#> .
@prefix image: <http://www.modeshape.org/images/1.0> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix access: <http://fedora.info/definitions/1/0/access/> .
@prefix mix: <http://www.jcp.org/jcr/mix/1.0> .
@prefix premis: <http://www.loc.gov/premis/rdf/v1#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix core: <http://vivoweb.org/ontology/core#> .
@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
@prefix fedora: <http://fedora.info/definitions/v4/repository#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix indexing: <http://fedora.info/definitions/v4/indexing#> .
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/parties/7f/10/61/c9/7f1061c9-9743-459f-919b-cfd5541ffcac> a ldp:RDFSource ,
ldp:Container ,
<http://www.jcp.org/jcr/nt/1.0folder> ,
<http://www.jcp.org/jcr/nt/1.0hierarchyNode> ,
<http://www.jcp.org/jcr/nt/1.0base> ,
<http://www.jcp.org/jcr/mix/1.0created> ,
pcdm:Object ,
fedora:Container ,
foaf:Person ,
fedora:Resource ,
fedora:Resource ,
indexing:Indexable ,
<http://www.jcp.org/jcr/mix/1.0created> ,
<http://www.jcp.org/jcr/mix/1.0lastModified> ,
<http://www.jcp.org/jcr/mix/1.0referenceable> ;
fedora:primaryType "nt:folder"^^<http://www.w3.org/2001/XMLSchema#string> ;
dc:source "http://resdata.unsw.edu.au/"^^<http://www.w3.org/2001/XMLSchema#string> ;
core:affiliatedOrganization <http://localhost:8080/fcrepo-webapp-4.1.1/rest/parties/7f/10/61/c9/7f1061c9-9743-459f-919b-cfd5541ffcac/organisation> ;
owl:sameAs <http://resdata.unsw.edu.au/resource/party/resdatap_17004/1> ;
ms21:phoneNumber ""^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:created "2015-04-30T07:38:41.33Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
ms21:email "z3436344@unsw.edu.au"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:lastModified "2015-04-30T08:31:32.751Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
fedora:mixinTypes "pcdm:Object"^^<http://www.w3.org/2001/XMLSchema#string> ,
"fedora:Container"^^<http://www.w3.org/2001/XMLSchema#string> ,
"foaf:Person"^^<http://www.w3.org/2001/XMLSchema#string> ,
"indexing:Indexable"^^<http://www.w3.org/2001/XMLSchema#string> ,
"fedora:Resource"^^<http://www.w3.org/2001/XMLSchema#string> ;
foaf:lastName "Doe"^^<http://www.w3.org/2001/XMLSchema#string> ;
foaf:title "Dr"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:lastModifiedBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ;
access:objState access:active ;
fedora:uuid "b3c0a19c-d332-4640-a14a-5db3d78f32df"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:createdBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ;
foaf:firstName "Jane"^^<http://www.w3.org/2001/XMLSchema#string> ;
premis:hasDateCreatedByApplication "2015-01-01T00:00:00.000Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
ms21:owner "z2222222"^^<http://www.w3.org/2001/XMLSchema#string> ;
VITRO-ANDS: dateOfPublication "2015-02-01T00:00:00.000Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
ms21:status "published"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:writable "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
fedora:hasParent <http://localhost:8080/fcrepo-webapp-4.1.1/rest/parties> .
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/parties/7f/10/61/c9/7f1061c9-9743-459f-919b-cfd5541ffcac/fcr:export?format=jcr/xml> dc:format <http://fedora.info/definitions/v4/repository#jcr/xml> .
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/parties/7f/10/61/c9/7f1061c9-9743-459f-919b-cfd5541ffcac> fedora:exportsAs <http://localhost:8080/fcrepo-webapp-4.1.1/rest/parties/7f/10/61/c9/7f1061c9-9743-459f-919b-cfd5541ffcac/fcr:export?format=jcr/xml> .
<http://fedora.info/definitions/v4/repository#jcr/xml> rdfs:label "jcr/xml"^^<http://www.w3.org/2001/XMLSchema#string> .

...

@prefix nt: <http://www.jcp.org/jcr/nt/1.0> .
@prefix pcdm: <http://pcdm.org/models#> .
@prefix ns001ms21: <http://www.unsworks.unsw.edu.au/lrs/ms21/ontology/preservation-metadata/> .
@prefix test: <info:fedora/test/> .
@prefix ms21: <http://www.unsw.edu.au/lrs/ms21/ontology/> .
@prefix indexing: <http://fedora.info/definitions/v4/indexing#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema> .
@prefix opmo: <http://openprovenance.org/model/opmo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mode: <http://www.modeshape.org/1.0> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix unsworkspx: <http://lrs.library.unsw.edu.au/unsworks/unsworkspx/> .
@prefix oai: <http://www.openarchives.org/OAI/2.0/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sv: <http://www.jcp.org/jcr/sv/1.0> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix VITRO-ANDS: <http://www.ands.org.au/ontologies/ns/0.1/VITRO-ANDS.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix fedoraconfig: <http://fedora.info/definitions/v4/config#> .
@prefix image: <http://www.modeshape.org/images/1.0> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix access: <http://fedora.info/definitions/1/0/access/> .
@prefix mix: <http://www.jcp.org/jcr/mix/1.0> .
@prefix premis: <http://www.loc.gov/premis/rdf/v1#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix core: <http://vivoweb.org/ontology/core#> .
@prefix xsi: <http://www.w3.org/2001/XMLSchema-instance> .
@prefix fedora: <http://fedora.info/definitions/v4/repository#> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
@prefix indexing: <http://fedora.info/definitions/v4/indexing#> .
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/activities/b6/b6/5e/fd/b6b65efd-b72a-4f7b-b25c-ddde2628125e> a ldp:RDFSource ,
ldp:Container ,
<http://www.jcp.org/jcr/nt/1.0folder> ,
<http://www.jcp.org/jcr/nt/1.0hierarchyNode> ,
<http://www.jcp.org/jcr/nt/1.0base> ,
<http://www.jcp.org/jcr/mix/1.0created> ,
pcdm:Object ,
fedora:Container ,
core:ResearchActivity ,
fedora:Resource ,
fedora:Resource ,
indexing:Indexable ,
<http://www.jcp.org/jcr/mix/1.0created> ,
<http://www.jcp.org/jcr/mix/1.0lastModified> ,
<http://www.jcp.org/jcr/mix/1.0referenceable> ;
ms21:hasAward <http://localhost:8080/fcrepo-webapp-4.1.1/rest/activities/b6/b6/5e/fd/b6b65efd-b72a-4f7b-b25c-ddde2628125e/funding> ;
fedora:primaryType "nt:folder"^^<http://www.w3.org/2001/XMLSchema#string> ;
dc:source "http://resdata.unsw.edu.au/"^^<http://www.w3.org/2001/XMLSchema#string> ;
core:affiliatedOrganization <http://localhost:8080/fcrepo-webapp-4.1.1/rest/activities/b6/b6/5e/fd/b6b65efd-b72a-4f7b-b25c-ddde2628125e/organisation> ;
owl:sameAs <http://resdata.unsw.edu.au/resource/activity/resdataa_35003/1> ;
dc:title "FEDORA 4 test 1"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:created "2015-04-30T07:01:53.951Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
dc:description "TEST DESCRIPTION"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:lastModified "2015-04-30T08:02:52.146Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
access:objState access:active ;
core:endDate "11-03-2014"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:mixinTypes "pcdm:Object"^^<http://www.w3.org/2001/XMLSchema#string> ,
"fedora:Container"^^<http://www.w3.org/2001/XMLSchema#string> ,
"fedora:Resource"^^<http://www.w3.org/2001/XMLSchema#string> ,
"indexing:Indexable"^^<http://www.w3.org/2001/XMLSchema#string> ,
"core:ResearchActivity"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:lastModifiedBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:uuid "a1c7d8cc-6c2a-41e1-b890-849e4500f48b"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:createdBy "bypassAdmin"^^<http://www.w3.org/2001/XMLSchema#string> ;
core:startDate "01-03-2014"^^<http://www.w3.org/2001/XMLSchema#string> ;
premis:hasDateCreatedByApplication "2015-01-01T00:00:00.000Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
ms21:owner "z2222222"^^<http://www.w3.org/2001/XMLSchema#string> ;
VITRO-ANDS: dateOfPublication "2015-02-01T00:00:00.000Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
ms21:status "published"^^<http://www.w3.org/2001/XMLSchema#string> ;
fedora:writable "true"^^<http://www.w3.org/2001/XMLSchema#boolean> ;
fedora:hasParent <http://localhost:8080/fcrepo-webapp-4.1.1/rest/activities> .
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/activities/b6/b6/5e/fd/b6b65efd-b72a-4f7b-b25c-ddde2628125e/fcr:export?format=jcr/xml> dc:format <http://fedora.info/definitions/v4/repository#jcr/xml> .
<http://fedora.info/definitions/v4/repository#jcr/xml> rdfs:label "jcr/xml"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://localhost:8080/fcrepo-webapp-4.1.1/rest/activities/b6/b6/5e/fd/b6b65efd-b72a-4f7b-b25c-ddde2628125e> fedora:exportsAs <http://localhost:8080/fcrepo-webapp-4.1.1/rest/activities/b6/b6/5e/fd/b6b65efd-b72a-4f7b-b25c-ddde2628125e/fcr:export?format=jcr/xml> .

...