rdfoo.vcard

vCard Ontology - for describing People and Organizations

Ontology documentation: https://www.w3.org/TR/vcard-rdf/

Namespace: http://www.w3.org/2006/vcard/ns#

Classes

class rdfoo.vcard.Group

Bases: Kind

Object representing a group of persons or entities. A group object will usually contain has_member properties to specify the members of the group.

rdf_type: RDFType
has_member: list[RDFRef[Individual | Organization]]
classmethod from_graph(id: str | Node, graph: Graph)
fn

Full name.

rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

class rdfoo.vcard.Individual

Bases: Kind

An object representing a single person or entity.

rdf_type: RDFType
classmethod from_graph(id: str | Node, graph: Graph)
fn

Full name.

rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

class rdfoo.vcard.Kind

Bases: RDF

The parent class for all objects.

rdf_type: RDFType
fn: org/dc/terms/description'}]

Full name.

classmethod from_graph(id: str | Node, graph: Graph)
rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

class rdfoo.vcard.Location

Bases: Kind

An object representing a named geographical place

rdf_type: RDFType
classmethod from_graph(id: str | Node, graph: Graph)
fn

Full name.

rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]

class rdfoo.vcard.Organization

Bases: Kind

An object representing an organization. An organization is a single entity, and might represent a business or government, a department or division within a business or government, a club, an association, or the like.

rdf_type: RDFType
classmethod from_graph(id: str | Node, graph: Graph)
fn

Full name.

rdf_id
rdf_bindings

[[binding1, namespace1], [binding2, namespace2]]