namespaces.yml 901 B

12345678910111213141516171819202122
  1. # Core namespace prefixes. These add to and override any user-defined prefixes.
  2. # @TODO Some of these have been copy-pasted from FCREPO4 and may be deprecated.
  3. dc : "http://purl.org/dc/elements/1.1/"
  4. dcterms : "http://purl.org/dc/terms/"
  5. ebucore: "http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#"
  6. fcrepo: "http://fedora.info/definitions/fcrepo#"
  7. fcadmin: "info:fcsystem/graph/admin"
  8. fcres: "info:fcres"
  9. fcmain: "info:fcsystem/graph/userdata/_main"
  10. fcstruct: "info:fcsystem/graph/structure"
  11. fcsystem: "info:fcsystem/"
  12. foaf: "http://xmlns.com/foaf/0.1/"
  13. iana: "http://www.iana.org/assignments/relation/"
  14. ldp: "http://www.w3.org/ns/ldp#"
  15. pcdm: "http://pcdm.org/models#"
  16. premis: "http://www.loc.gov/premis/rdf/v1#"
  17. rdf : "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  18. rdfs : "http://www.w3.org/2000/01/rdf-schema#"
  19. webac: "http://www.w3.org/ns/auth/acl#"
  20. xsd : "http://www.w3.org/2001/XMLSchema#"