You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
We use qb:DataSet to refer back from an item in the dataset to the dataset as a whole. The thing that we refer to with qb:dataSet is an instance of qb:DataSet.
Actual Result
Catalogue_demo:Datasets a owl:Class;
rdfs:subClassOf qb:DataSet, sio:SIO_000754, owl:Thing;
rdfs:label "Datasets";
dcterms:description "Definition of a dataset within a (common) data model"@en .
<https://emx2.dev.molgenis.org:443/catalogue_demo/api/rdf/Datasets?resource=ANAGRAFICA&name=ANAGRAFICA>
a Catalogue_demo:Datasets, sio:SIO_001187, qb:Observation;
qb:DataSet Catalogue_demo:Datasets;
<https://emx2.dev.molgenis.org:443/catalogue_demo/api/rdf/Datasets/column/resource>
<https://emx2.dev.molgenis.org:443/catalogue_demo/api/rdf/ExtendedResources/ANAGRAFICA>;
<https://emx2.dev.molgenis.org:443/catalogue_demo/api/rdf/Datasets/column/name> "ANAGRAFICA";
<https://emx2.dev.molgenis.org:443/catalogue_demo/api/rdf/Datasets/column/sinceVersion>
"1.0" .
The text was updated successfully, but these errors were encountered:
…ith qb:dataSet and not qb:DataSet (#2961)
- test case for verify that the qb:dataSet predicate is used
- use IRI_DATASET_CLASS and IRI_DATASET_PREDICATE to distinguish between the class and the predicate
- fix the rowsToRdf method to use the IRI_DATASET_PREDICATE
closes#2931
Describe the bug
We are using qb:DataSet as a predicate, while this should be qb:dataSet (notice lowercase d).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We use qb:DataSet to refer back from an item in the dataset to the dataset as a whole. The thing that we refer to with qb:dataSet is an instance of qb:DataSet.
Actual Result
The text was updated successfully, but these errors were encountered: