Skip to content

add rdfs:isDefinedBy #1162

Description

@VladimirAlexiev

Every ontology term should have rdfs:isDefinedBy to the ontology.
The best is for the ontology URL and its namespace to be the same, so then you can write:

@prefix spdx: <https://spdx.org/rdf/terms/>.
spdx:CreationInfo a ...  
  rdfs:isDefinedBy spdx: ;

Note: Depending on the outcome of #1146, the URL could be

Metadata

Metadata

Assignees

No one assigned

    Labels

    RDF/OWL/SHACLRDF graph, schema, ontology, constraint

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions