Name: Joe Bloggs
Names: Joe Bloggs Joseph Bloggs
Label: Nick
Properties: rdf:type, foaf:name, rdfs:label
PropertyUris: http://www.w3.org/1999/02/22-rdf-syntax-ns#type, http://xmlns.com/foaf/0.1/name, http://www.w3.org/2000/01/rdf-schema#label
People: http://example.com/joe, http://aelius.com/njh#me
Unknown:

  Array
(
    [http://example.com/joe] => Array
        (
            [http://www.w3.org/1999/02/22-rdf-syntax-ns#type] => Array
                (
                    [0] => Array
                        (
                            [type] => uri
                            [value] => http://xmlns.com/foaf/0.1/Person
                        )

                )

            [http://xmlns.com/foaf/0.1/name] => Array
                (
                    [0] => Array
                        (
                            [type] => literal
                            [value] => Joe Bloggs
                        )

                    [1] => Array
                        (
                            [type] => literal
                            [value] => Joseph Bloggs
                        )

                )

            [http://www.w3.org/2000/01/rdf-schema#label] => Array
                (
                    [0] => Array
                        (
                            [type] => literal
                            [value] => Joe
                        )

                )

        )

    [http://aelius.com/njh#me] => Array
        (
            [http://www.w3.org/1999/02/22-rdf-syntax-ns#type] => Array
                (
                    [0] => Array
                        (
                            [type] => uri
                            [value] => http://xmlns.com/foaf/0.1/Person
                        )

                )

            [http://www.w3.org/2000/01/rdf-schema#label] => Array
                (
                    [0] => Array
                        (
                            [type] => literal
                            [value] => Nick
                        )

                )

            [http://xmlns.com/foaf/0.1/name] => Array
                (
                    [0] => Array
                        (
                            [type] => literal
                            [value] => Nicholas Humfrey
                        )

                )

            [http://xmlns.com/foaf/0.1/homepage] => Array
                (
                    [0] => Array
                        (
                            [type] => uri
                            [value] => http://aelius.com/njh
                        )

                )

        )

)
1