标签: rdf jena rdfs
在RDF示例中,有时我发现不同的属性来定义相同的概念,例如:
.addProperty(FOAF.name, "Archives, "en") .addProperty(RDFS.label, "Archives", "en")
这样做的原因是什么?