| getTriples | R Documentation | 
The getTriples method extracts the RDF relationships from a ResourceMap.
getTriples(x, ...) ## S4 method for signature 'ResourceMap' getTriples(x, filter = TRUE, identifiers = list(), ...)
| x | ResourceMap | 
| ... | Additional parameters (not yet implemented). | 
| filter | A  | 
| identifiers | A list of  | 
The filter argument causes DataONE packaging relationships to be removed. 
A description of these can be viewed at https://purl.dataone.org/architecture/design/DataPackage.html. 
The identifiers parameter can contain a list of DataPackage members for which the 
identifiers will be 'demoted', that is any relationship that has these identifiers as a 
URL as the subject or object will be changed to the 'bare' identifier. The intent of these two parameter is to
transform the DataPackage to a 'local' state, so that it can be more easily updated locally.
x A data.frame containing the relationships from the ResourceMap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.