foaf

foaf

 英

  • 网络朋友的朋友(Friend Of A Friend);朋友信息;关于朋友的朋友

例句

If FOAF is to support an online community, it is essential that the provenance of every piece of information be traceable.

如果FOAF支持在线社区那么一段信息起源必需跟踪

Shows a FOAF description of me that contains a link to an acquaintance of mine.

显示FOAF描述包含熟人链接

The simplest way is to have participants register the URL of their FOAF file with a central service, which then does the aggregation.

简单方法参与者通过中央服务注册FOAF文件URL然后中央服务执行聚集

The rest of this article describes FOAF's basic features and gives some pointers to current implementations and future considerations.

本文余下部分描述FOAF基本特性当前实现未来考虑事项提供一些启示

Liz Somebody would not form a solution, because she has a foaf: name but no foaf: depiction property, and needs both to match the query.

LizSomebody不会形成结果因为虽然foaf:name属性没有foaf:depiction属性如果查询匹配的话那么两个属性需要

The FOAF vocabulary provides a useful means of managing information within communities.

FOAF词汇表提供了一种管理社区信息有用方法

Using it, he might create an FOAF file shown in Listing 5.

可以创建清单5显示FOAF文件

In Listing 3, you query for the foaf: phone, but a new graph is constructed with a different predicate in its place (wingerz: officephone).

清单查询foaf:phone,不过位置使用不同谓词构造一个(wingerz:officephone)。

Like creating your own Web pages, the creation of your FOAF data is decentralized and within your control.

创建自己Web页面一样分散创建FOAF数据使创建控制之下

Fortunately, FOAF's creators have come up with an alternative, the mbox_sha1sum property.

幸运FOAF创建者提出一个替代mbox_sha1sum特性

These questions and others are under consideration among the FOAF developers.

FOAF开发人员目前考虑这些问题以及其它问题

Use popular ontologies like FOAF whenever possible because common structures and vocabulary will facilitate data integration.

只要可能尽量使用FOAF通用本体公共结构词汇表有助于数据集成

Instead, FOAF tools use digital signatures to associate an e-mail address with a document.

相反FOAF工具使用数字签名来使电子邮件地址文档关联

Also, be sure to check out Resources for more documentation and demonstrations of FOAF.

同样务必查阅参考资料获取更多FOAF文档演示

Link also serves as a useful way of separating FOAF descriptions into multiple files.

链接作为FOAF描述分成多个文件有用方法

Theorizing aside, let's take a look at what form FOAF information takes.

撇开理论我们FOAF信息采用何种格式

Note that it is good practice to use existing predicates whenever possible; in this case, you use some vocabulary from the FOAF ontology.

注意可能的话最好使用有的谓词这里使用FOAF本体一些词汇表

In addition to providing simple directory services, you could use information from FOAF in many ways.

提供简单目录服务之外可以许多方式使用FOAF信息

Or how about one that finds links to FOAF files on web pages your browsing and then blogs that information to your people blog?

或者可以浏览网络页面里面发现连接FOAF文件信息发布这些信息人员blog脚本怎么样

This article has attempted to address some common issues, inspired in part by experience with the FOAF vocabulary.

本文试图解决一些常见问题部分灵感来自使用FOAF词汇表经验

The graph pattern's second triple matches the object of the contributor's foaf: weblog property.

图形模式第二三元contributorfoaf:weblog属性对应对象匹配

Which describes currently documented FOAF properties.

描述当前记载FOAF属性

There is much more to the FOAF vocabulary than I have space to explain here.

由于篇幅原因这里不能解释有关FOAF词汇更多内容

A SELECT query whose graph pattern included foaf: depiction would only find three solutions.

foaf:depiction包含图形模式SELECT查询可能发现三个结果

For instance, I could create an FOAF description for several other people.

例如可以其他几个创建FOAF描述

In the bloggers. rdf model, contributor will match the foaf: Agent blank-node at the top of Figure 1.

bloggers.rdf模型contributor1顶部节点foaf:Agent匹配

Which aggregates and answers queries about FOAF information.

聚集回答有关FOAF信息查询

This would appear to present a difficulty for the FOAF vocabulary.

似乎FOAF词汇表提出难题

This plan has been shown to work well in the FOAF (Friend-of-a-friend) project for expressing personal information and social networks.

这种方法FOAF(Friend-of-a-friend,朋友朋友项目已经证明可以表示个人信息社会网络

In my experiments I have assumed that certification carries the semantics of the signer endorsing the statements in the contained FOAF file.

实验假设证明携带签名者语义认可包含FOAF文件语句

What legal obligations do aggregators of FOAF information have under the data-protection law in the jurisdiction under which they operate?

FOAF信息聚合操作权限以内必须承担数据保护法律什么法律义务呢?

Because code often speaks louder than words, Listing 1 shows a small FOAF description of myself.

因为代码常常文字说明问题清单1显示自己FOAF描述

I'm going to examine a new project, with certain similarities, called Friend-of-a-Friend (FOAF).

研究一个有些类似称为朋友朋友FOAF项目

Spidering agents are notified that certain FOAF files aren't encrypted for them, and the agents can then ignore those files.

搜索代理得到没有它们加密某些FOAF文件通知于是代理可以忽略那些文件

FOAF has the potential to become an important tool in managing communities.

FOAF有望成为一种管理社区重要工具

The vCard RDF schema is more general in coverage than the FOAF schema, but we don't need its additional properties.

vCardRDF模式FOAF模式覆盖面广但是我们需要额外特性

Listing 11's GRAPH clause matches on each person node in the named FOAF graphs given to the query.

清单11GRAPH子句提供查询命名每个人员节点匹配

Listing 5 shows a very small FOAF graph, expressed in Turtle syntax.

清单5显示一个非常FOAFTurtle语法表示

Listing 8 shows how you can use this instead of the mbox property in a FOAF file.

清单8显示如何FOAF文件使用代替mbox特性

Listing 3 shows two methods from the FOAF class in bloginfo. py (see Resources for links to this code).

清单3列出bloginfo.py(参考资料可以链接到代码FOAF方法