Theory
Your : prefix is yours — :Alice, :Ninja, :teaches. But you shouldn't reinvent words like name or date — the Web already has well-known vocabularies for them, and using them makes your data interoperable. Here are the four you'll see throughout Level 1:
| Prefix | Stands for | Used for |
|---|---|---|
foaf: | Friend Of A Friend — vocabulary about people | foaf:name, foaf:knows, foaf:Person |
xsd: | XML Schema Datatypes — standard datatypes | xsd:string, xsd:integer, xsd:date |
rdfs: | RDF Schema — class & property hierarchies (Level 3) | rdfs:subClassOf, rdfs:label |
owl: | Web Ontology Language — richer semantics (Level 4) | owl:Class, owl:sameAs |
You don't need to memorise every term — just know that whenever you see foaf:name or xsd:date it's a borrowed word with a known meaning.