Sparql学习

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、付费专栏及课程。

余额充值