Skip to content

incorrect RDF data typing for some objects of triples #3739

Description

@briesenberg07

Descriptive summary

Some field values, when viewed/exported in RDF triples, have incorrect value datatypes. This includes URI resource values, boolean values, and EDTF date values which are all serialized as strings with no data type.

Some examples (not necessarily exhaustive) in commented RDF snippets from three Hyrax work descriptions below.

Affected fields/properties (not necessarily exhaustive) include:

*also a predicate URI issue -- separate issue

Expected behavior

Field values, when viewed/exported in RDF triples, have the correct datatypes.

Related work

Not aware of any

Accessibility Concerns

Not aware of any

example data

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.europeana.eu/schemas/edm/> .
@prefix ns10: <http://fedora.info/definitions/1/0/access/ObjState#> .
@prefix ns11: <http://lod.xdams.org/reload/oad/> .
@prefix ns12: <http://purl.org/net/nknouf/ns/bibtex/> .
@prefix ns13: <http://www.rdaregistry.info/Elements/w/#> .
@prefix ns14: <http://projecthydra.org/ns/auth/acl#> .
@prefix ns15: <http://purl.org/net/nknouf/ns/bibtex#> .
@prefix ns2: <http://opaquenamespace.org/ns/> .
@prefix ns3: <http://creativecommons.org/ns#> .
@prefix ns4: <http://schema.org/> .
@prefix ns5: <http://www.iana.org/assignments/relation/> .
@prefix ns6: <http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#> .
@prefix ns7: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns8: <http://id.loc.gov/vocabulary/identifiers/> .
@prefix ns9: <http://www.w3.org/ns/auth/acl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/93/06/sz/89/9306sz89h> a <http://pcdm.org/models#Object>,
        <http://projecthydra.org/works/models#Work> ;
    ns10:objState ns10:inactive ;
    ns8:local "9306sz89h" ;
    ns7:dpt "admin@example.org" ;
    ns7:edt <http://opaquenamespace.org/ns/creator/FloresVictor> ;
    ns11:has_findingAid "https://scua.uoregon.edu/repositories/2/resources/3232" ; # needs output as URI -- <value>
    ns2:fullSizeDownloadAllowed "0" ; # needs transformation and boolean datatype -- "false"^^xsd:boolean
    ns2:primarySet <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/uo/uo> ;
    dcterms:date "2014-06-30" ; # needs EDTF datatype -- "2014-06-30"^^http://id.loc.gov/datatypes/edtf/EDTF
    dcterms:dateSubmitted "2014-10-03T22:53:44.688000+00:00"^^xsd:dateTime ;
    dcterms:description "Student newspaper of the University of Oregon, Eugene, Oregon" ;
    dcterms:identifier "ode_vol116_iss2" ;
    dcterms:language "http://id.loc.gov/vocabulary/iso639-2/eng" ; # needs output as URI -- <value>
    dcterms:modified "2024-01-23T23:01:55.950026+00:00"^^xsd:dateTime ;
    dcterms:replaces "https://oregondigital.org/u?ode,4040" ; # ? needs output as URI?
    dcterms:rightsHolder "Oregon Daily Emerald Publishing Co., Inc." ;
    dcterms:subject <http://id.loc.gov/authorities/names/n80126183>,
        <http://id.loc.gov/authorities/subjects/sh85129277> ;
    dcterms:title "Emerald Media, June 30, 2014" ;
    dcterms:type "http://purl.org/dc/dcmitype/Text" ; # needs output as URI -- <value>
    ns15:hasNumber "2" ;
    ns12:hasVolume "116" ;
    ns4:accessibilityFeature "unknown" ;
    ns6:hasRelatedImage <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/f0/93/06/sz/f09306sz89h> ;
    ns6:hasRelatedMediaFragment <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/f0/93/06/sz/f09306sz89h> ;
    ns1:rights "http://rightsstatements.org/vocab/InC/1.0/" ; # needs output as URI -- <value>
    # ...
    .

<http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/ms/35/tb/69/ms35tb69b> a <http://pcdm.org/models#Object>,
        <http://projecthydra.org/works/models#Work> ;
    ns3:License "http://creativecommons.org/licenses/by-nc-nd/4.0/" ; # needs output as URI -- <value>
    ns10:objState ns10:inactive ;
    ns8:local "3962-14" ;
    ns7:dpt "colesh@uoregon.edu" ;
    ns7:pht <http://opaquenamespace.org/ns/creator/HarveyPaulWIV> ;
    ns7:rps <http://id.loc.gov/authorities/names/no2003116678> ;
    ns11:has_findingAid "https://scua.uoregon.edu/repositories/2/resources/9512" ; # needs output as URI -- <value>
    ns2:contributingInstitution <http://id.loc.gov/authorities/names/n80126183> ;
    ns2:fullSizeDownloadAllowed 0 ; # needs transformation and boolean datatype -- "false"^^xsd:boolean
    ns2:localCollectionID "PH395 UP" ;
    ns2:localCollectionName <http://opaquenamespace.org/ns/localCollectionName/UniversityPhotosPaulHarveyIV> ;
    ns2:primarySet <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/uo/uo> ;
    ns14:hasEmbargo <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/08/f7/13/f2/08f713f2-e73a-49f8-a8b3-213758786bd7> ;
    ns14:hasLease <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/42/82/9c/1f/42829c1f-7ce1-49be-b7ed-e0bdc65df430> ;
    dcterms:date "2023-05-06" ; # needs EDTF datatype -- "2014-06-30"^^http://id.loc.gov/datatypes/edtf/EDTF
    dcterms:dateSubmitted "2025-12-16T00:44:34.850887+00:00"^^xsd:dateTime ;
    dcterms:description "Color photo of University of Oregon softball player Allee Bunker (#51) popping up from her slide after stealing second base during a game against Utah on May 6, 2023 at Jane Sanders Stadium. The Ducks lost the game 2-8." ;
    dcterms:identifier "PH395_UP_SB_20230506_15" ;
    dcterms:modified "2025-12-16T00:44:34.981916+00:00"^^xsd:dateTime ;
    dcterms:rightsHolder "Harvey, Paul W., IV" ;
    dcterms:spatial <https://sws.geonames.org/11103296/> ;
    dcterms:subject <http://id.loc.gov/authorities/subjects/sh98004335>,
        <http://opaquenamespace.org/ns/people/BunkerAllee> ;
    dcterms:title "Allee Bunker, 2023" ;
    dcterms:type "http://purl.org/dc/dcmitype/Image" ; # needs output as URI -- <value>
    ns4:accessibilityFeature "unknown" ;
    ns6:hasRelatedImage <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/f0/ms/35/tb/f0ms35tb69b> ;
    ns6:hasRelatedMediaFragment <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/f0/ms/35/tb/f0ms35tb69b> ;
    ns1:rights "http://rightsstatements.org/vocab/InC/1.0/" ; # needs output as URI -- <value>
   # ...
   .

<http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/n2/96/x1/37/n296x1372> a <http://pcdm.org/models#Object>,
        <http://projecthydra.org/works/models#Work> ;
    ns10:objState ns10:inactive ;
    ns8:local "4647-29" ;
    ns7:dpt "joneske3@oregonstate.edu" ;
    ns7:pht <http://opaquenamespace.org/ns/creator/RGFowlerJr> ;
    ns2:contributingInstitution <http://id.loc.gov/authorities/names/n80017721> ;
    ns2:fullSizeDownloadAllowed 1 ; # needs transformation and boolean datatype -- "true"^^xsd:boolean
    ns2:localCollectionID "P120" ;
    ns2:localCollectionName <http://opaquenamespace.org/ns/localCollectionName/p_120> ;
    ns2:primarySet <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/os/u-/sc/ar/osu-scarc-admin> ;
    ns2:vra_inscription "Sign on tree: [Low] Stumps [equal] higher income. Stumps 12 [inches] higher would have lowered this years harvest 5 cords.",
        "View was taken in the Columbia county fairgrounds timber harvest demonstration site, after stand thinning was completed. Accompanying series: 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2548[.] Photo taken [August] 1949 - R. G. Fowler, [Junior]." ;
    ns14:hasEmbargo <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/11/1c/87/64/111c8764-ea20-413f-9480-a7558b601590> ;
    ns14:hasLease <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/65/a1/ce/b2/65a1ceb2-2770-43cf-a8c7-9d4981d6091f> ;
    dc:creator <http://id.loc.gov/authorities/names/no99031086> ;
    dcterms:date "1949-08" ;
    dcterms:dateSubmitted "2026-08-24T20:37:30.695813+00:00"^^xsd:dateTime ;
    dcterms:identifier "negative 2547",
        "p120-3950" ;
    dcterms:modified "2026-08-24T20:37:31.203608+00:00"^^xsd:dateTime ;
    dcterms:spatial <https://sws.geonames.org/5720173/> ;
    dcterms:subject <http://id.loc.gov/authorities/subjects/sh85137241> ;
    dcterms:title "Trees in thinned tree stand, August 1949" ;
    dcterms:type "http://purl.org/dc/dcmitype/Image" ; # needs output as URI -- <value>
    ns4:accessibilityFeature "alternativeText" ;
    ns4:accessibilitySummary "Alternative text written by remediator on 2026-07-22." ;
    ns6:hasRelatedImage <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/f0/n2/96/x1/f0n296x1372> ;
    ns6:hasRelatedMediaFragment <http://fcrepo.od2-prod.svc.cluster.local.:8080/fcrepo/rest/prod/f0/n2/96/x1/f0n296x1372> ;
    ns1:rights "http://rightsstatements.org/vocab/InC/1.0/" ; # needs output as URI -- <value>
   # ...
   .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

MetadataIssues related to metadata configuration, application, and representation

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions