-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalidator.ttl
More file actions
48 lines (27 loc) · 1.16 KB
/
validator.ttl
File metadata and controls
48 lines (27 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .
dcterms:modified a owl:DatatypeProperty ;
schema:rangeIncludes schema:Date .
dcterms:publisher a owl:ObjectProperty .
dcterms:valid a owl:DatatypeProperty .
schema:address a owl:ObjectProperty .
schema:addressLocality a owl:DatatypeProperty .
schema:addressRegion a owl:DatatypeProperty .
schema:description a owl:DatatypeProperty .
schema:duration a owl:DatatypeProperty ;
schema:domainIncludes schema:WorkExperience .
schema:email a owl:DatatypeProperty .
schema:employmentType a owl:DatatypeProperty .
schema:experienceRequirements a owl:ObjectProperty .
schema:industry a owl:DatatypeProperty .
schema:jobLocation a owl:ObjectProperty ;
schema:rangeIncludes schema:PostalAddress .
schema:maxValue a owl:DatatypeProperty .
schema:minValue a owl:DatatypeProperty .
schema:name a owl:DatatypeProperty .
schema:responsibilities a owl:DatatypeProperty .
schema:streetAddress a owl:DatatypeProperty .
schema:telephone a owl:DatatypeProperty .
schema:title a owl:DatatypeProperty .
schema:value a owl:DatatypeProperty .