我正在尝试使用Protege5.5创建一个包含一些虚拟数据的样本本体。但在它生成的owl文件中,它显示了如下内容:
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/hs/ontologies/2019/3/untitled-ontology-3#"
xml:base="http://www.semanticweb.org/hs/ontologies/2019/3/untitled-ontology-3"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://www.semanticweb.org/hs/ontologies/2019/3/untitled-ontology-3"/>这些数据似乎可以公开访问(http://www.semanticweb.org/hs/ontologies/2019/3/untitled-ontology-3)。我不希望在语义网上发布我的数据。有没有办法将这些数据私有化?在网上找不到答案。
发布于 2019-04-26 22:06:13
dbpedia.org ( DBpedia项目)的所有者决定http://dbpedia.org/resource/London是一个命名伦敦市的URI。他们还在URI上发布了一些关于伦敦的数据,这是一个很好的方式让世界知道URI identifies.www.semanticweb.org).http://example.org/进行本地实验和私人使用,因为这个域名明确允许任何人使用。但是如果你真的决定在某个时候发布你的本体/数据,那么你应该切换到一个真实的领域。https://stackoverflow.com/questions/55866167
复制相似问题