ldif.n3 1.11 KB
@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.

@prefix dc:	<http://purl.org/dc/elements/1.1/>.
@prefix doc:	<http://www.w3.org/2000/10/swap/pim/doc#> .
@prefix ldif:	<http://www.w3.org/2007/ont/ldif#> .
@prefix :	<http://www.w3.org/2007/ont/ldif#> .

@keywords a, is, of.

<>  doc:version "$Id: ldif.n3,v 1.2 2007/01/08 01:46:11 timbl Exp $";
    dc:title "An Ontology for LDIF-derived information ";
    doc:creator <http://www.w3.org/People/Berners-Lee/card#i>;
    doc:ipr <http://www.w3.org/2000/10/swap/LICENSE.n3>.


Person = foaf:Person.

company a rdf:Property;
    rdfs:label "organization";
    rdfs:comment """An organization with which a person is affiliated.""".
# Hopefully does not have to actually be a company, could be any group
# non-profit, school, etc

modifytimestamp a rdf:Property;
    # Strictly, not  a property of the person but of the address card.
    rdfs:label "updated".  # "0Z" means no info I guess.

InetOrgPerson a rdfs:Class.

# ends