Sinopia RDF Data Frame
To construct a Data Frame from Sinopia's RDF data, each resource is represented by a Series that starts with three values:
- resource URI or skolemized blank node
- group string of what group the resource belongs to; in Sinopia this is the name of institution or organization
- resource template
For the remaining labels in the Pandas Series, all of the predicate propertyTemplate URIs in each resource template is used with the values being a count of how often that a predicate is found in resource. For labeled predicates that are not present for a specific resource then a count of 0 is used.
