premises001.rdf

来自「Jena推理机」· RDF 代码 · 共 36 行

RDF
36
字号
<!--++ inverseOf/premises001.rdf ** generated using webont test editor. ++--><!--++ Created 7 May 2003 10:46:48 GMT ++--><!--  Copyright World Wide Web Consortium, (Massachusetts Institute of  Technology, European Research Consortium for Informatics and  Mathematics, Keio University).  All Rights Reserved.  Please see the full Copyright clause at  <http://www.w3.org/Consortium/Legal/copyright-software.html>  $Id: premises001.rdf,v 1.5 2003/05/07 19:41:37 jcarroll Exp $--><!--If the pair <code>(x,y)</code> is an instance of <code>P</code>, than the pair <code>(y,x)</code> is  an instance of the named property.--><!-- Author: Dan Connolly --><rdf:RDF     xmlns:my="http://example.net/myVocab#"    xmlns:eg="http://example.net/vocab#"    xmlns:owl="http://www.w3.org/2002/07/owl#"    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"    xml:base='http://www.w3.org/2002/03owlt/inverseOf/premises001'    xmlns:your="http://example.net/yourVocab#">    <rdf:Description rdf:about="http://example.net/myVocab#hasBrother">        <owl:inverseOf rdf:resource="http://example.net/yourVocab#isBrotherOf"/>    </rdf:Description>    <rdf:Description rdf:about="http://example.net/vocab#joe">        <my:hasBrother rdf:resource="http://example.net/vocab#bob"/>    </rdf:Description></rdf:RDF>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?