Browse Source

Correct RDF mapping (#35)

Change title -> name and uid -> user_id
pull/756/head
Jared Whiklo 8 years ago committed by Diego Pino Navarro
parent
commit
a9250b17af
  1. 4
      config/install/rdf.mapping.fedora_resource_type.non_rdf_source.yml
  2. 4
      config/install/rdf.mapping.fedora_resource_type.rdf_source.yml

4
config/install/rdf.mapping.fedora_resource_type.non_rdf_source.yml

@ -16,7 +16,7 @@ types:
- 'schema:Thing' - 'schema:Thing'
- 'ldp:NonRDFSource' - 'ldp:NonRDFSource'
fieldMappings: fieldMappings:
title: name:
properties: properties:
- 'dc11:title' - 'dc11:title'
- 'rdf:label' - 'rdf:label'
@ -33,7 +33,7 @@ fieldMappings:
rdf_type: rdf_type:
properties: properties:
- 'rdf:type' - 'rdf:type'
uid: user_id:
properties: properties:
- 'schema:author' - 'schema:author'
mapping_type: rel mapping_type: rel

4
config/install/rdf.mapping.fedora_resource_type.rdf_source.yml

@ -17,7 +17,7 @@ types:
- 'ldp:RDFSource' - 'ldp:RDFSource'
- 'ldp:Container' - 'ldp:Container'
fieldMappings: fieldMappings:
title: name:
properties: properties:
- 'dc11:title' - 'dc11:title'
- 'rdf:label' - 'rdf:label'
@ -37,7 +37,7 @@ fieldMappings:
vclock: vclock:
properties: properties:
- 'islandora:vclock' - 'islandora:vclock'
uid: user_id:
properties: properties:
- 'schema:author' - 'schema:author'
mapping_type: rel mapping_type: rel

Loading…
Cancel
Save