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