We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ rdf:type [ex:Sample] ; ex:accession xsd:string ; ex:identifiers xsd:string ; ex:sampleAttributes xsd:string ; ex:sampleName xsd:string ; ex:centerName xsd:string ; ex:sampleLinks xsd:string ?; ex:alias xsd:string ?; ex:title xsd:string ?; ex:description xsd:string ?; ex:brokerName xsd:string ?; ex:alias xsd:integer ?; ex:title xsd:float ?; ex:title xsd:integer ? }
Making for example all the titles grouped together, perhaps a second sort on the trustworthiness
The text was updated successfully, but these errors were encountered:
No branches or pull requests
{
rdf:type [ex:Sample] ;
ex:accession xsd:string ;
ex:identifiers xsd:string ;
ex:sampleAttributes xsd:string ;
ex:sampleName xsd:string ;
ex:centerName xsd:string ;
ex:sampleLinks xsd:string ?;
ex:alias xsd:string ?;
ex:title xsd:string ?;
ex:description xsd:string ?;
ex:brokerName xsd:string ?;
ex:alias xsd:integer ?;
ex:title xsd:float ?;
ex:title xsd:integer ?
}
Making for example all the titles grouped together, perhaps a second sort on the trustworthiness
The text was updated successfully, but these errors were encountered: