bridgedb / vocabularies

Source files for the BridgeDb ontology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bridgedb:Organism both a Class and a DataProperty

egonw opened this issue · comments

The current URI bridgedb:Organism is used for both a DataProperty and a Class:

bridgedb:Organism a owl:Class,
        owl:DatatypeProperty;
    rdfs:label "Organism"@en;
    dc:description "An organism."@en,
        "Organism for all entities with identifiers from this datasource."@en;
    rdfs:domain bridgedb:DataSource .

That error will be mine.

To the best of my knowledge OPS does not use Organism so choose whichever is best for the other BridgeDB users.