Closed anayram closed 6 years ago
1) Right now we are getting object types as full URLs. Instead, ouptut type values as literal, e.g. 'Thesis', 'Report', etc. Replace urls as follows:
2) Exclude the dc:type values below. Only import rdf:type when rdf:type's value is http://purl.org/ontology/bibo/Thesis. All other types should come from dcterms:type only.
http://purl.org/ontology/bibo/Thesis
dcterms:type
<dc:type>http://fedora.info/definitions/v4/repository#Container</dc:type> <dc:type>http://fedora.info/definitions/v4/repository#Resource</dc:type> <dc:type>http://pcdm.org/models#Object</dc:type>
Fixed.
1) Right now we are getting object types as full URLs. Instead, ouptut type values as literal, e.g. 'Thesis', 'Report', etc. Replace urls as follows:
2) Exclude the dc:type values below. Only import rdf:type when rdf:type's value is
http://purl.org/ontology/bibo/Thesis
. All other types should come fromdcterms:type
only.