-
Hi: Query http://lod-cloud.net/dataset/ASCDC+-+CCP+Archive. In the returned model, http://lod-cloud.net/dataset/ASCDC+-+CCP+Archive is not the first one. How to change the order of resources in the model. @prefix void: <http://rdfs.org/ns/void#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
[ void:target <http://lod-cloud.net/dataset/getty-aat> , <http://lod-cloud.net/dataset/ASCDC+-+CCP+Archive> ;
void:triples 90
] .
[ void:target <http://lod-cloud.net/dataset/viaf> , <http://lod-cloud.net/dataset/ASCDC+-+CCP+Archive> ;
void:triples 39
] .
<http://lod-cloud.net/dataset/ASCDC+-+CCP+Archive>
a void:Dataset ;
dcterms:description "The LOD dataset of the archive of “Chen Cheng-po’s Paintings and Documents” (陳澄波畫作與文書檔) in the Taiwan Archive Information System at the Institute of Taiwan History (ITH), Academia Sinica was created by the Academia Sinica Center for Digital Cultures (ASCDC) and based on the metadata from the online database of the “Taiwan Archive Information System” (臺灣史檔案資源系統, http://tais.ith.sinica.edu.tw/sinicafrsFront/browsingLevel1.jsp?xmlId=0000283891), which was established and maintained by the Institute of Taiwan History, Academia Sinica, in Taipei, Taiwan (ROC). The data includes hierarchically structured archival resources and is focused on the creations of Chen Cheng-po, such as his works, personal objects and collections of books, collages, postcards, etc. related to his personal life. Containing 1,522 data records and 44,647 triples, the textual content within the LOD dataset is licensed under the Creative Commons Attribution (CC0)."@en ;
dcterms:publisher [ rdfs:label "Dr. Shu-Jiun Sophy Chen (Academia Sinica Center for Digital Cultures, Taiwan R.O.C.)" ;
foaf:mbox "[email protected]"
] ;
dcterms:subject "Art History" , "Arts" , "Archives" , "Taiwan" , "ASCDC" , "user_generated" , "Paintings" , "Chen Cheng-po" , "Academia Sinica" ;
dcterms:title "Dataset of the Chen Cheng-po’s Paintings and Documents (CCP) in the Taiwan Archive Information System (TAIS- ITH/ASCDC) at the Institute of Taiwan History, Academia Sinica"@en ;
void:dataDump <https://data.ascdc.tw/en/index.php> , <https://data.ascdc.tw/dataset/ASCDC-CCP-Archive.ttl> ;
void:exampleResource <https://data.ascdc.tw/archive/ith/ccp/CCP_09_01040_AP1_036> , <https://data.ascdc.tw/archive/ith/ccp/CCP_01_03006_OCT1_06> ;
void:sparqlEndpoint <https://data.ascdc.tw/en/sparql.php> ;
void:triples 44647 ;
dcat:distribution [ dcat:accessURL <https://data.ascdc.tw/en/data.php> ] ;
foaf:homepage <https://data.ascdc.tw/en/data.php> .
[ void:target <http://lod-cloud.net/dataset/dbpedia> , <http://lod-cloud.net/dataset/ASCDC+-+CCP+Archive> ;
void:triples 146
] .
[ void:target <http://lod-cloud.net/dataset/getty-tgn> , <http://lod-cloud.net/dataset/ASCDC+-+CCP+Archive> ;
void:triples 77
] . Best regards |
Beta Was this translation helpful? Give feedback.
Answered by
rvesse
Jan 12, 2023
Replies: 1 comment
-
RDF has set semantics so there is no defined order of the data once it is ingested into Jena. If you want to return ordered results consider using the SPARQL APIs within Jena instead |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rvesse
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RDF has set semantics so there is no defined order of the data once it is ingested into Jena.
If you want to return ordered results consider using the SPARQL APIs within Jena instead