Sparql学习

博客介绍了RDF、OWL、RDFS、XSD等前缀的含义及作用,如RDF类似import XX as RDF,OWL表示类别等。还说明了新建本体库资源网址的表示方法,以及类型约束。最后提及了查找实例关系、属性值和类的实例等本体查询内容。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX on:<http://www.semanticweb.org/dell/ontologies/2018/7/untitled-ontology-19#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/#>
Select ?p 
where {?p rdfs:subClassOf*  on:Animal. }

PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#>类似于import XX as RDF

网址就是类似neo4j中的id  rdfs:subClassOf 表示http://www.w3.org/1999/02/22-rdf-syntax-ns/subClassOf这个资源

PREFIX on:<http://www.semanticweb.org/dell/ontologies/2018/7/untitled-ontology-19#>

这样on就表示新建的本体库的资源网址。

xsd表示类型约束,number类型还是string类型以及其他类型 

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> rdf表示类型

PREFIX owl: <http://www.w3.org/2002/07/owl#>表示类别

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX on:<http://www.semanticweb.org/dell/ontologies/2018/7/untitled-ontology-19#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/#>
Select ?p
where {?p  rdf:type owl:Class}

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX on:<http://www.semanticweb.org/dell/ontologies/2018/7/untitled-ontology-19#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/#>
select ?s
where{
  ?s  owl:disjointWith  on:Plant.

查找实例与实例之间自定义的关系:

 

查找实例中的属性值

查找类的实例

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值