@prefix dc: <http://purl.org/dc/elements/1.1/> .

<> dc:title "US Government terms";
#    ----------------------------------
dc:description """
""",
"$Id: general.n3,v 1.1 2003/02/14 11:56:59 timbl Exp $". # see changelog at the bottom.


@prefix gen: <http://www.w3.org/2000/10/swap/pim/irs/general#> .

@prefix : <http://www.w3.org/2000/10/swap/pim/contact#> .
@prefix con: <http://www.w3.org/2000/10/swap/pim/contact#> . # Hint

@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . # type, Property
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ont:  <http://www.daml.org/2001/03/daml+oil#> .

<> :_nspolicy [ a :_SubjectToChange;
   dc:description """If you change this, you have to tell the W3C SemWeb AD
   folk, including Dan Connolly.""" ].

:_nspolicy a rdf:Property; rdfs:label "namespace policy";
	rdfs:isDefinedBy <http://www.w3.org/1999/10/nsuri>. # @@move these :_ things there.
:_SubjectToChange rdfs:label "subject to change". 

##################################### CONTACT INFORMATION ######

gen:ssn a rdf:Property; rdfs:domain :Person;
	rdfs:label "Social Security Number";
	rdfs:comment
"""The social security number is the number,
ostensibly unique and ostensibly unambiguous, issued by
the US government to identify a person.  This is USA-specific.
This is not, for example, a UK or Danish social security identifier.
Security issue: The SSN is normally kept confidential as it is used
for low-level authentication e.g. on bank account access.
""".

#ends 
