Skip to content

Commit

Permalink
Fix typo rdf:Class
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtvdv authored Aug 16, 2024
1 parent b1c5858 commit 068e21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vocabulary.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ldes:EventSource rdfs:subClassOf tree:ViewDescription ;
rdfs:label "Event Source"@en ;
rdfs:comment "A data service that provides the source other views should synchronize with"@en .

ldes:RetentionPolicy a rdf:Class ;
ldes:RetentionPolicy a rdfs:Class ;
rdfs:label "Retention Policy"@en ;
rdfs:comment "The abstract concept of a retention policy."@en .

Expand Down Expand Up @@ -98,4 +98,4 @@ ldes:versionMaterializationUntil a rdf:Property ;
rdfs:label "Version Materialization Until"@en;
rdfs:comment "Timestamp until versions were processed"@en ;
rdfs:range xsd:dateTime ;
rdfs:domain tree:Collection .
rdfs:domain tree:Collection .

0 comments on commit 068e21b

Please sign in to comment.