FOAF

本文深入探讨了FOAF(Friend of a Friend)本体论,详细介绍了其描述人际关系及其活动的核心词汇,包括foaf:Person, foaf:Organization, foaf:Agent等,并解释了它们之间的关系及属性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

FOAF:Friend of a Friend
ontology that describes people, the link between them and the thing they create and do.
Core FOAF Vocabulary:
在这里插入图片描述
在这里插入图片描述
foaf:Person
a rdfs:Class;
rdfs:label “Person”;
rdfs:comment “A person”;
vs:term_status “stable”;
a owl:Class;
owl:equivalentClass http://scchema.org/Person,<…>;
rdfs:subClassOf foaf:Agent

foaf:Organization
a rdfs:Class;
rdfs:label “Organization”;
rdfs:comment"An organization";
vs:term_status “stable”;
a owl:Class;
rdfs:subClassOf foaf:Agent;
rdfs:isDefinedBy <…>;
owl:disjointWith foaf:Person,foaf:Document.

foaf:Agent
a rdfs:Class
vs:term_status"stable";
rdfs:label “Agent”;
rdfs:comment “An agent”;
owl:equivalentClass <’’’>.

foaf:Project
a rdfs:Class;
vs:term_status"testing";
rdfs:label “Project”;
rdfs:comment “A progect”;
a owl:Class;
rdfs:isDefinedBy <’’’>;
owl:disjointWith foaf:Person, foaf:Document.

foaf:title
a rdf:Property;
vs:term_status “testing”;
rdfs:label “title”;
rdfs:comment “Title”;
a owl:Class;
rdfs:isDefinedBy <’’’>.

foaf:firstName

foaf:homepage
a rdf:Property;
vs:term_status “stable”;
rdfs:label "homepage’;
rdfs:comment “A homepage for some thing”;
a owl:ObjectProperty;
rdfs:subPropertyOf foaf:page, foaf:isPrimaryTopicOf;
a owl:InverseFunctionProperty;
rdfs:domain owl:Thing;
rdfs:range owl:Document;

foaf:knows
a rdf:Property;
vs:term_status “stable”;
rdfs:label “knows”;
rdfs:comment “…”;
a owl:ObjectProperty;
rdfs:domain foaf:Person;
rdfs:range foaf:Person.

foaf:age
a rdf:Property;
vs:term_status “unstable”;
rdfs:label “age”;
rdfs:comment “The age”;
a owl:FunctionalProperty, owl:DataProperty;
rdf:domain foaf:Agent;
rdfs:range rdfs:Literal;
rdfs:isDefinedBy <’’’>.

RDF浏览器:http://graphite.ecs.soton.ac.uk/browser/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值