Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

iof-av:adaptedFrom should be URL not literal #12

@VladimirAlexiev

Description

@VladimirAlexiev

You define iof-av:adaptedFrom thusly:

iof-av:adaptedFrom  rdf:type  owl:AnnotationProperty ;
        rdfs:subPropertyOf  dcterms:source ;

dct:source is merely rdf:Property but there's a skos:note "This term is intended to be used with non-literal values": that's really the difference between dct:source and dc:source
So iof-av:adaptedFrom should also point to a resource.

But then you use it as a string:

iof-core:roleOf  rdf:type   owl:ObjectProperty ;
        iof-av:adaptedFrom  "http://purl.obolibrary.org/obo/RO_0000081" ;

Please change this to a URL <http://purl.obolibrary.org/obo/RO_0000081>.

Which will have the added benefit that many tools will show it as a clickable link.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions