summaryrefslogtreecommitdiff
path: root/learn/prefixes.ttl
blob: 702846c5bc357da3c2a8800183ae3018196b04e0 (plain)
  1. @base <https://purl.org/learn/> .
  2. @prefix : <core#> .
  3. @prefix learn: <https://purl.org/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. left to right direction
  15. """.
  16. # TODO: use FoaF ontology
  17. foaf:Person puml:stereotype "(A,orange)".
  18. :Learner puml:stereotype "(A,orange)".
  19. :Educator puml:stereotype "(A,orange)".
  20. :Objective puml:stereotype "(O,green)".
  21. #<> a puml:Inline.
  22. #sdml:Member a puml:Inline.
  23. rdf:rest a puml:InlineProperty.
  24. sdml:hasMember a puml:InlineProperty.
  25. dc:creator a puml:InlineProperty.
  26. dc:license a puml:InlineProperty.
  27. owl:imports a puml:InlineProperty.