Class RdfCollection
Represents an RDF specific collection.
Class RdfCollection
- Gedcomx\Util\Collection implements ArrayAccess, Countable, IteratorAggregate
- Gedcomx\Rs\Client\Util\RdfCollection
Namespace: Gedcomx\Rs\Client\Util
Package: Gedcomx\Rs\Client\Util
Located at Rs/Client/Util/RdfCollection.php
Package: Gedcomx\Rs\Client\Util
Located at Rs/Client/Util/RdfCollection.php
Methods summary
public
|
#
quadsMatchingSubject( string $uri )
Returns an array of quads with subjects matching the specified URI. |
public
|
#
quadsMatchingProperty( string $uri )
Returns an array of quads with properties matching the specified URI. |
public
ML\JsonLD\Quad
|
|
public
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()