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