aboutsummaryrefslogtreecommitdiff
path: root/waste/prefixes.ttl
blob: 86dc19e49c1a68f9340aa7955534c99cfac55685 (plain)
  1. @base <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/waste/> .
  2. @prefix : <core#> .
  3. @prefix waste: <https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/waste/core#> .
  4. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  5. @prefix owl: <http://www.w3.org/2002/07/owl#> .
  6. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  7. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  8. @prefix sdml: <http://sdml.io/sdml-owl.ttl#> .
  9. @prefix dc: <http://purl.org/dc/elements/1.1/> .
  10. @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  11. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  12. [] puml:options """
  13. left to right direction
  14. """.
  15. # TODO: use FoaF ontology
  16. foaf:Person puml:stereotype "(A,orange)".
  17. :Learner puml:stereotype "(A,orange)".
  18. :Educator puml:stereotype "(A,orange)".
  19. :Objective puml:stereotype "(O,green)".
  20. #<> a puml:Inline.
  21. #sdml:Member a puml:Inline.
  22. sdml:hasMember a puml:InlineProperty.
  23. dc:creator a puml:InlineProperty.
  24. dc:license a puml:InlineProperty.
  25. owl:imports a puml:InlineProperty.