summaryrefslogtreecommitdiff
path: root/waste/prefixes.ttl
blob: 2c02cd55cd65419f58e4372f2b3fd662ddad99fb (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. # hide empty members
  14. # hide circle
  15. # left to right direction
  16. #""".
  17. # TODO: use FoaF ontology
  18. foaf:Person puml:stereotype "(A,orange)".
  19. :Learner puml:stereotype "(A,orange)".
  20. :Educator puml:stereotype "(A,orange)".
  21. :Objective puml:stereotype "(O,green)".
  22. #<> a puml:Inline.
  23. #sdml:Member a puml:Inline.
  24. sdml:hasMember a puml:InlineProperty.
  25. dc:creator a puml:InlineProperty.
  26. dc:license a puml:InlineProperty.
  27. owl:imports a puml:InlineProperty.