uwlib-mig / schemasProject

Record and reuse metadata-creation guidance for UWL digital collections
1 stars 0 forks source link

Missing rdf:type properties? #4

Closed briesenberg07 closed 6 years ago

briesenberg07 commented 6 years ago

Web resource file

@gerontakos Currently, output web resources do not have any rdf:type property. (See webresource.rdf output from cdm-2-rdf.xsl.) Should I add rdf:type = edm:WebResource to the transform (sub-template for web resource file) to provide this property/value for each web resource?

briesenberg07 commented 6 years ago

Aggregation file

As with output web resources file, currently output aggregations do not have any rdf:type properties. Add rdf:type = ore:aggregation?

gerontakos commented 6 years ago

Yes there should be types for both, thank you.

briesenberg07 commented 6 years ago

Added to transform, see commit 245c5f1