Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions solid-terms.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@ solid:notification
rdfs:isDefinedBy <http://www.w3.org/ns/solid/terms#> ;
rdfs:label "notification"@en .

solid:objectivePronoun
a rdf:Property ;
dc:issued "2022-09-16"^^xsd:date ;
rdfs:comment "String for an agent's personal objective pronoun, e.g., her, him, them."@en ;
rdfs:isDefinedBy <http://www.w3.org/ns/solid/terms#> ;
rdfs:label "personal objective pronoun"@en .

solid:oidcIssuer
a rdf:Property ;
dc:issued "2017-08-15"^^xsd:date ;
Expand All @@ -200,6 +207,13 @@ solid:patches
rdfs:domain solid:Patch ;
rdfs:range rdfs:Resource .

solid:possessivePronoun
a rdf:Property ;
dc:issued "2022-09-16"^^xsd:date ;
rdfs:comment "String for an agent's personal possessive pronoun, e.g., hers, his, theirs."@en ;
rdfs:isDefinedBy <http://www.w3.org/ns/solid/terms#> ;
rdfs:label "personal possessive pronoun"@en .

solid:privateTypeIndex
a rdf:Property ;
dc:issued "2018-01-24"^^xsd:date ;
Expand Down Expand Up @@ -243,6 +257,13 @@ solid:storageUsage
rdfs:domain solid:Account ;
rdfs:label "Non-volatile memory usage"@en .

solid:subjectPronoun
a rdf:Property ;
dc:issued "2022-09-16"^^xsd:date ;
rdfs:comment "String for an agent's personal subject pronoun, e.g., she, he, they."@en ;
rdfs:isDefinedBy <http://www.w3.org/ns/solid/terms#> ;
rdfs:label "personal subject pronoun"@en .

solid:typeIndex
a rdf:Property ;
dc:issued "2016-02-05"^^xsd:date ;
Expand Down