Consuming a SPARQL endpoint for the first time, I see that there are a number of prefixes that when I copy/paste into a browser result in downloading .rdf
files. These files reference rdf
, rdfs
, and owl
namespaces, so I assume that these files represent graph resources according to the RDF, RDFS, and OWL specifications.
What are different ways that these files can be generated? i.e. are they written by hand, are they produced from databases, etc.
The files that I'm using are publicly available at:
- http://meta.icos-cp.eu/resources/cpmeta/
- http://meta.icos-cp.eu/ontologies/cpmeta/
- https://www.w3.org/ns/prov# (which I see is provides a .rdf download when asking for a different MIME type)
The reason I'm asking is that reading this question - What's a RDF triple? - I see that it would be possible to parse a .rdf files down to a list of triples.