推理使用说明

(1)在任何SPARQL查询代码最前端补上DEFINE input:inference 'urn:owl.ccmusicrules0913',即可激活基于本体的推理功能,从而实现数据补齐效果

(2)在任何SPARQL查询代码最前端补上DEFINE input:same-as "yes",亦可激活基于实例等同关系的知识推理

SPARQL查询示例

0 主要实体词表展示(供其他检索参考)
1 数据库概况,探索内部结构
2 查询特定资源的属性和值
3 统计分析相关查询
4 路径查询与简易推荐系统
  1. PREFIX bf: <http://id.loc.gov/ontologies/bibframe/>
  2. PREFIX bibo: <http://purl.org/ontology/bibo/>
  3. PREFIX cidoc-crm: <http://www.cidoc-crm.org/cidoc-crm/>
  4. PREFIX cito: <http://purl.org/spar/cito/>
  5. PREFIX ctm: <https://lib.ccmusic.edu.cn/ontologies/chinese_traditional_music#>
  6. PREFIX dc: <http://purl.org/dc/elements/1.1/>
  7. PREFIX dcterms: <http://purl.org/dc/terms/>
  8. PREFIX dbo: <http://dbpedia.org/ontology/>
  9. PREFIX dbpedia-owl: <https://dbpedia.org/ontology/>
  10. PREFIX event: <http://purl.org/NET/c4dm/event.owl#>
  11. PREFIX fabio: <http://purl.org/spar/fabio/>
  12. PREFIX foaf: <http://xmlns.com/foaf/0.1/>
  13. PREFIX gn: <https://www.geonames.org/ontology#>
  14. PREFIX juso: <http://rdfs.co/juso/>
  15. PREFIX kanzaki: <http://www.kanzaki.com/ns/music#>
  16. PREFIX mo: <http://purl.org/ontology/mo/>
  17. PREFIX musicbrainz: <http://musicbrainz.org/ns/mmd-2.0#>
  18. PREFIX opus: <http://lsdis.cs.uga.edu/projects/semdis/opus#>
  19. PREFIX owl: <http://www.w3.org/2002/07/owl#>
  20. PREFIX places: <http://purl.org/ontology/places#>
  21. PREFIX prism: <http://prismstandard.org/namespaces/basic/2.0/>
  22. PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  23. PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  24. PREFIX relationship: <http://purl.org/vocab/relationship/>
  25. PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
  26. PREFIX tl: <http://purl.org/NET/c4dm/timeline.owl>
  27. PREFIX xml: <http://www.w3.org/XML/1998/namespace>
  28. PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
  29. PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
  30. PREFIX vivo: <http://vivoweb.org/ontology/core#>