gedcomx-php-client
  • Namespace
  • Class

Namespaces

  • Gedcomx
    • Agent
    • Atom
    • Common
    • Conclusion
    • Extensions
      • FamilySearch
        • Platform
          • Artifacts
          • Discussions
          • Tree
          • Users
        • Rs
          • Client
            • FamilyTree
            • Helpers
            • Memories
            • Util
        • Rt
        • Types
    • GedcomxFile
    • Links
    • Records
    • Rs
      • Client
        • Exception
        • Options
        • Util
    • Rt
    • Search
    • Source
    • Support
    • Types
    • Util
    • Vocab

Classes

  • AncestryNode
  • AncestryTree
  • DataSource
  • DescendancyNode
  • DescendancyTree
  • EmbeddedLinkLoader
  • Embedding
  • GedcomxBaseSearchQueryBuilder
  • GedcomxPersonSearchQueryBuilder
  • GedcomxPlaceSearchQueryBuilder
  • HttpStatus
  • RdfCollection
  • RdfNode
  • SearchParameter

Class RdfCollection

Represents an RDF specific collection.

Class RdfCollection

Gedcomx\Util\Collection implements ArrayAccess, Countable, IteratorAggregate
Extended by Gedcomx\Rs\Client\Util\RdfCollection
Namespace: Gedcomx\Rs\Client\Util
Package: Gedcomx\Rs\Client\Util
Located at Rs/Client/Util/RdfCollection.php

Methods summary

public Gedcomx\Rs\Client\Util\RdfCollection
# quadsMatchingSubject( string $uri )

Returns an array of quads with subjects matching the specified URI.

Returns an array of quads with subjects matching the specified URI.

Parameters

$uri

Returns

Gedcomx\Rs\Client\Util\RdfCollection
public Gedcomx\Rs\Client\Util\RdfCollection
# quadsMatchingProperty( string $uri )

Returns an array of quads with properties matching the specified URI.

Returns an array of quads with properties matching the specified URI.

Parameters

$uri

Returns

Gedcomx\Rs\Client\Util\RdfCollection
public ML\JsonLD\Quad
# getSubjectQuad( string $uri )

Returns the first quad with a subject matching the specified URI.

Returns the first quad with a subject matching the specified URI.

Parameters

$uri

Returns

ML\JsonLD\Quad
public ML\JsonLD\Quad
# getPropertyQuad( string $uri )

Returns the first quad with a property matching the specified URI.

Returns the first quad with a property matching the specified URI.

Parameters

$uri

Returns

ML\JsonLD\Quad

Methods inherited from Gedcomx\Util\Collection

__construct(), contains(), count(), each(), first(), get(), getIterator(), getKey(), jsonSerialize(), make(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), toArray(), toJson()

gedcomx-php-client API documentation generated by ApiGen